Forum Activity for @paul

paul
@paul
07/16/16 05:49:20AM
4,335 posts

JrCore_list in email template


Jamroom Developers

Is your jrCore_list call using a variable that may not be available when initiated by the daily maintenence event, $_user for instance?
paul
@paul
07/13/16 11:33:28AM
4,335 posts

Serious issues uploading wav files which do not play once uploaded and more


Using Jamroom

Hi Brian - I responded to your ticket earlier today. I'm having no trouble uploading wav files to your site that after the approximately 25 seconds that our servers take to convert them to mp3 play ok.
Tried to watch your video but its asking me to sign in!!
Paul
paul
@paul
07/10/16 04:44:05AM
4,335 posts

Pages / Followers layout difference



Thanks Steve - I have this fixed in the next release of the Follower module
paul
@paul
07/10/16 03:53:14AM
4,335 posts

Allow for a jrLike tpl_dir parameter


Suggestions

Thanks Steve - will get those worked in.

That festival at the Folk House is not happening this year, so no, but will get down to Bristol again sometime soon. Will let you know when.
paul
@paul
07/09/16 03:08:29PM
4,335 posts

Allow for a jrLike tpl_dir parameter


Suggestions

Cool - post your code and I'll check it out.
paul
@paul
07/09/16 02:14:20PM
4,335 posts

Allow for a jrLike tpl_dir parameter


Suggestions

Ok - I'll look into adding that in.
Thanks
paul
@paul
07/09/16 01:46:29PM
4,335 posts

Allow for a jrLike tpl_dir parameter


Suggestions

At the moment Like and Rating do this in the smarty processing -

    if (isset($params['template']{0})) {
        $params['tpl_dir'] = $_conf['jrCore_active_skin'];
    }
    else {
        $params['template'] = "{$params['type']}_rating_form.tpl";
        $params['tpl_dir']  = 'jrRating';
    }
So you're saying that you want to optionally specify alternative modules/skins for the location of the template?
paul
@paul
07/08/16 09:40:03AM
4,335 posts

Prioritizing queue jobs


Jamroom Developers

Sorry for the delay in responding.
Looking at the queue table and the code I'm pretty sure there isn't. It looks as though jobs are picked off in the order that they are queued.
paul
@paul
07/08/16 09:11:02AM
4,335 posts

Site Builder Issue


Using Jamroom

Its looking like something to do with caching to me. Try disabling caching in the Developer module. If that fixes it we'll know where to start looking.
Also, do you have anything in a widget that might be doing this (or in a modified template)?
Does it happen on all Site Built pages or just a specific one?
paul
@paul
07/08/16 08:49:32AM
4,335 posts

Site Builder Issue


Using Jamroom

Not seeing this. Maybe you have a script in one of your widgets that is clashing with the JR close button script?
Any console/javascript errors?
  206