Forum Activity for @michael

michael
@michael
03/29/18 04:08:32PM
7,820 posts

Setting cross origin on images using jrImage_display


Using Jamroom

weird. The only thing that occurs to me right now is the jrCore_module_function function infront of it. That one just checks to see if that function exists before calling it. But the jrImage_display function should always be available.

So the guess is that jrCore_module_function is running before the jrImage_display has been included so its not firing first time.

I'll have a play around and report back.
michael
@michael
03/29/18 03:29:35PM
7,820 posts

Setting cross origin on images using jrImage_display


Using Jamroom

all jrCore_image does is construct the url into a
<img src=........>
structure.

If you're making the src url
 {jrCore_module_url module="jrEvent" assign="murl"}
{$jamroom_url}/{$murl}/image/event_image/{$params['item']['_item_id']}/original/poster.jpg
then its the same URL as would be output by the jrImage_display function.

Tweak as necessary.

If it NEEDS to be addable in via a param im sure it could become an option.
michael
@michael
03/27/18 01:51:48PM
7,820 posts

Live Sites with GoogleMaps module?


Using Jamroom

great looking site Paul.

Here's another one:
https://aikidotravel.com/seminar/56/aikido-masters-around-the-world

The maps Form Field is used to add the location of the event, then events are plotted on the time map from the Genosis package.

Also the events can be shown as distance from the user. eg "show me events within 2000km of where I am"
https://aikidotravel.com/seminar/near/2000
michael
@michael
03/26/18 06:28:33PM
7,820 posts

Celebrity Skin Biography


Design and Skin Customization

You have total control over your site. If its not wide enough, the issue is probably CSS. Adjusting something in your skins CSS files found at:

/skins/YOUR SKIN/css/(any of the files in here).css

will effect how your site looks.
michael
@michael
03/25/18 06:53:29PM
7,820 posts

Site Builder Menu Not Showing


Jamroom Developers

nothing comes to mind. I just checked it here and do see the site builder button and am able to override the /group page with a site builder page.

First thing to try is always run the integrity check and clear the caches.
michael
@michael
03/25/18 06:50:29PM
7,820 posts

Jamroom Sites Slow on Dedicated Server


Proxima

"internal server error" means "there is something wrong with your server"

What is wrong will be in the servers error logs.
michael
@michael
03/25/18 01:31:41PM
7,820 posts

Problems Installing



is the name of your site jambox135 or jambox.135 ?? Wondering if that has any relation to the issue. I always used to use .dev until google grrrrrrrr....... forced it to https so now I can't use it even locally grrrrrr....... so now I use .test for my testing domains.
michael
@michael
03/24/18 02:07:02AM
7,820 posts

Problems Installing



Make sure you give your sites a domain name to work off of even if you need to do it with
/etc/hosts

Jamroom doesn't like running off an ip address.
michael
@michael
03/24/18 02:04:35AM
7,820 posts

Alpha Team marketplace channel



send out an invitation to you jimmy. The channel still exists, not sure if there's anything extra in there at the moment though.
michael
@michael
03/23/18 08:08:45PM
7,820 posts

Update the map location from a populated form field


GoogleMaps

I tried a bit, but couldn't figure it out. So was just hoping you had more of a clue than me. Don't spend too much time on it its not critical, happy with "Nope, i don't know either" as a solution.
  138