Forum Activity for @ultrajam

SteveX
@ultrajam
07/13/16 06:58:45AM
2,589 posts

Typo



Within the Hosting area of the CP here on jamroom.net, there is a small typo.

Permanenty Delete this Domain and it's data

You can find that next to the Delete This Domain button here:
https://www.jamroom.net/ultrajam/hosting/domain_config/217/id=689
updated by @ultrajam: 07/13/16 06:59:06AM
SteveX
@ultrajam
07/12/16 09:46:53AM
2,589 posts

Customize ACP menu


Jamroom Developers

Hi Danny

Is that the ACP dropdown in the user menu top right? Only the Master Admin sees that:
That would be header_menu_desktop.tpl and header_menu_mobile.tpl in the active skin directory.

Or if it's the accordion menu in the ACP, admin.tpl in jrCore/templates/
SteveX
@ultrajam
07/10/16 06:32:05AM
2,589 posts

Hosted Licenses / Self-Hosted Licenses



Thanks Brian, that's sorted it out :)
SteveX
@ultrajam
07/09/16 04:32:44PM
2,589 posts

Pages / Followers layout difference



There's an additional gray box in Followers
follower_div.png follower_div.png - 111KB
SteveX
@ultrajam
07/09/16 03:54:53PM
2,589 posts

Hosted Licenses / Self-Hosted Licenses



Yes, http://jamultrajamnet.jamroomhosting.com

It was on the Stable channel, but I've jsut added the Beta channel as well, and there's no difference.

From memory it was the same on other hosted sites on my hosting account.
SteveX
@ultrajam
07/09/16 03:32:26PM
2,589 posts

Hosted Licenses / Self-Hosted Licenses



It doesn't show as free.

I see Quick Purchase with my discount for jrComments.
SteveX
@ultrajam
07/09/16 03:28:26PM
2,589 posts

Some questions (from a Social Engine user)


Design and Skin Customization

I love your new skins @Nate, when I've cleared my current workload I'll be using those for sure. Very nice!

@spiritwolfie Go for the VIP support if you can. Otherwise just post here on the forum and see who's around to help.
updated by @ultrajam: 07/09/16 03:29:56PM
SteveX
@ultrajam
07/09/16 03:17:47PM
2,589 posts

Allow for a jrLike tpl_dir parameter


Suggestions

Hey Paul, are you playing at the Folk House in Bristol this year?
SteveX
@ultrajam
07/09/16 03:16:26PM
2,589 posts

Allow for a jrLike tpl_dir parameter


Suggestions

Already did - that's in the first post ;)

in jrRating change this:
if (isset($params['template']{0})) {
        $params['tpl_dir'] = $_conf['jrCore_active_skin'];
    }
    else {
        $params['template'] = "{$params['type']}_rating_form.tpl";
        $params['tpl_dir']  = 'jrRating';
    }
To this:
if (isset($params['template']) && $params['template'] != '' && $params['tpl_dir']) {
    //allow other modules to set the tpl_dir.
}
elseif (isset($params['template']{0})) {
        $params['tpl_dir'] = $_conf['jrCore_active_skin'];
    }
    else {
        $params['template'] = "{$params['type']}_rating_form.tpl";
        $params['tpl_dir']  = 'jrRating';
    }
Same in jrLike but with $params['tpl_dir'] = 'jrLike';
SteveX
@ultrajam
07/09/16 03:03:03PM
2,589 posts

Hosted Licenses / Self-Hosted Licenses



I'm managing ok at the mo, but is it ok to upload copies of modules that are showing (in the hosted marketplace) that I need to buy a license for?

I;m using a local copy of a hosted site to work on a module to make it ok in a fresh jamroom. If I upload jrComments to the hosted server and it's showing in marketplace that I need to do a quick purchase... will it be explosions, orc hordes or ok? Just wondering ;)
  70