Forum Activity for @ultrajam

SteveX
@ultrajam
06/01/14 03:39:07AM
2,589 posts

hiding a google map with no info added yet


General

I have just checked this out and there is no output from the function if there is no map location set: No blue maps at all.

Can you let me know more about how you are including the function in your template so I can reproduce it locally.

Thanks
SteveX
@ultrajam
05/31/14 02:02:45PM
2,589 posts

hiding a google map with no info added yet


General

I've got a ujGoogleMaps forum set up, so can you please create a thread in there:
https://www.jamroom.net/ultrajam/forum/googlemaps

Thanks!
SteveX
@ultrajam
05/31/14 11:35:08AM
2,589 posts

hiding a google map with no info added yet


General

It shouldn't do that, no map should display if there is no info added. Do you have a link to the page?

I won't be able to look at it this evening but will tomorrow morning.

If you need to try the {if} route you can check for blog_googlemaps not being empty, but let me check it out tomorrow.

Just to check, this is in a blog jrCore_list template, and an event jrCore_list template with a map for each listed item. And the template containing the two jrCore_list functions is a skin template.
SteveX
@ultrajam
05/31/14 02:22:46AM
2,589 posts

jrEmbed Appears To Underprivileged Users


Using Jamroom

Hi Michael. Not sure if the quota needs access to jrEmbed in the forum or support center or other places. If they don't it would be jrEmbed permissions, if they do it would be the individual modules permissions.
SteveX
@ultrajam
05/30/14 04:26:11PM
2,589 posts

jrEmbed Appears To Underprivileged Users


Using Jamroom

Probably not important, but just pointed out to me so passing it on.

A new signup can see the TinyMCE embed button, which opens a popup. New user sees that they can upload an image for their bundle, but they don't have a clue what a bundle is. Nor can they upload a youtube, gallery, file or video (they don't need to), so they feel a bit confused by the popup.

Most signups probably don't check out the mce buttons, but apparently some do:

mce embed bundle tab.png mce embed bundle tab.png - 81KB

updated by @ultrajam: 07/02/14 05:08:37PM
SteveX
@ultrajam
05/30/14 12:41:17PM
2,589 posts

Override icon sprites in skin


Jamroom Developers

Awesome icon system!

Thanks :)
SteveX
@ultrajam
05/30/14 04:23:11AM
2,589 posts

Override icon sprites in skin


Jamroom Developers

Doh, ignore that - it works perfectly as soon as you reload the page in the browser after visiting the url.

Nice icon system - overriding icons is as easy as it gets!
SteveX
@ultrajam
05/30/14 04:17:54AM
2,589 posts

Override icon sprites in skin


Jamroom Developers

I'd like to use different icons in my skin. Looking at the code the core checks for a mySkin/img/icon_black/ directory, but I can't see any changes to the icons after emptying the icon cache.
// Tell the core the default icon set to use (black or white)
jrCore_register_module_feature('jrCore','icon_color','mySkin','black');

I have a directory of icon pngs at mySkin/img/icon_black/ where all files are named the same as the core.

Is there something else I need to do to use those skin icons, or am I approaching this from the wrong direction (looks like there is another way of adding icon sprites using a single sprite image and css file).

Thanks
updated by @ultrajam: 06/29/14 08:27:09PM
SteveX
@ultrajam
05/30/14 04:00:51AM
2,589 posts

template_already_shown and page_begin.tpl


Jamroom Developers

Thanks Michael, but all of the forms need headers and footers.

I'm trying to reach forms where the page title appears at the top to fix a layout glitch in my skin, although ultimately I'd use this to move the main container out of the header.tpl to allow switching between outermost container type within the page flow on certain pages.
SteveX
@ultrajam
05/29/14 03:00:28PM
2,589 posts

template_already_shown and page_begin.tpl


Jamroom Developers

No, they are normal views in the acp.

If you put template_already_shown={$template_already_shown} into page_begin.tpl it will print template_already_shown=1 in the outer iteration and template_already_shown=0 in the inner.
  155