Forum Activity for @ultrajam

SteveX
@ultrajam
04/01/14 04:12:04AM
2,589 posts

Edit Style form skin jumper select menu


Jamroom Developers

Other functions which output similarly broken select menus:

function jrCore_show_skin_images

function jrCore_show_skin_templates

function jrCore_show_skin_info

function jrUser_show_module_lang_strings (there are two, the first has the /select, but not the one in the "else")
updated by @ultrajam: 04/01/14 05:03:36AM
SteveX
@ultrajam
04/01/14 03:47:06AM
2,589 posts

img_url broken after 5.1.33 update


Jamroom Developers

Line 603 of /modules/jrCore/lib/skin.php is now:
$_rp['{$' . $mod . '_img_url}'] = "{$url}/{$crl}/img/module/{$mod}";
It would need to be something more like:
$_rp['{$' . $mod . '_img_url}'] = "{$url}/{$crl}/img/{$_mods[$mod]['module_url']}";
SteveX
@ultrajam
04/01/14 02:57:29AM
2,589 posts

img_url broken after 5.1.33 update


Jamroom Developers

I just updated the core to the latest which is when it broke!

Its the module image url which broke, not the skin. And there is no directory at /image/img/module/ujLifeStreams/ - that directory would be /module/ujLifeStreams/img/
SteveX
@ultrajam
04/01/14 02:53:46AM
2,589 posts

Sponsoring a new module


General

I haven't forgotten about this, but haven't figured out a way to make this work for all modules and skins (which is what you need).

I will be looking at sorting/filtering again this week (as part of a skin) so I'll bear in mind and see what can be done.
SteveX
@ultrajam
04/01/14 02:45:13AM
2,589 posts

Edit Style form skin jumper select menu


Jamroom Developers

You can fix this by adding the closing select tag at line 5688 of /modules/jrCore/index.php

$subtitle .= '</select>';
SteveX
@ultrajam
04/01/14 02:41:14AM
2,589 posts

img_url broken after 5.1.33 update


Jamroom Developers

{$ujLifeStreams_img_url}
in a stylesheet now outputs
Before the update that image url was output as /image/img/lifestreams/linkedin.png
updated by @ultrajam: 05/01/14 11:18:15PM
SteveX
@ultrajam
04/01/14 01:18:50AM
2,589 posts

Email Auto Responsder


Installation and Configuration

It isn't a mystery, look at the file names
SteveX
@ultrajam
04/01/14 01:14:43AM
2,589 posts

Proper format and no button shown


LifeStreams

You are probably still seeing a cached version of the page, just like before.
SteveX
@ultrajam
03/30/14 03:12:44AM
2,589 posts

Priority of stylesheets


Jamroom Developers

Thanks Brian.

It's not a specific issue, I'm just wondering if I can get better specificity of selectors by changing the order of style sheets.
SteveX
@ultrajam
03/30/14 02:45:23AM
2,589 posts

Proper format and no button shown


LifeStreams

emdiamond:For some reason the changes would not take affect when I made them in the ACP template editor.
If that's the case then you were still seeing a cached version of the page. Probably your browser cache, or maybe your isp or hosting. Might be worth checking your error logs to see if you have introduced any template errors (but I'd expect there to be an error message or white page as well).

If your browser is caching pages you need to sort that out in your browser controls, otherwise you will continue to have the same problems every time you make any changes to your site.
  177