Forum Activity for @ultrajam

SteveX
@ultrajam
07/09/16 03:32:26PM
2,584 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,584 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,584 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,584 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,584 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 ;)
SteveX
@ultrajam
07/09/16 02:48:37PM
2,584 posts

Some questions (from a Social Engine user)


Design and Skin Customization

@spiritwolfie Having to pay to uninstall a plugin is outrageous. We don't have anything like that around here for sure. I only do skype with clients and sorry but I can't take any more clients at the moment - my best advice is to dive into your trial and post to the forum for help if you get stuck with anything. My guess is that Jamroom will be fairly intuitive compared with your current solution, and you definitely won't have to pay to uninstall a plugin or anything like that!

@nate Very true :)
updated by @ultrajam: 07/09/16 02:50:12PM
SteveX
@ultrajam
07/09/16 02:37:38PM
2,584 posts

jrTags needs some css love on jamroom.net



That would work.

Is nobody tagging?
SteveX
@ultrajam
07/09/16 02:36:53PM
2,584 posts

Hosted Licenses / Self-Hosted Licenses



brian:
jimmyk:
If a developer is working with JR there probably needs to be a separation between hosted licenses and self hosted premium licenses on the page listing which licenses are hosted and which aren't.
You need 2 accounts here - internally it's already very, very complicated in the licensing/hosting/premium setup, and we don't want to make it more complicated.
If you have clients where you need to keep things separate, it's best to have a Jamroom.net account for that client - that way you can keep everything separate.

Should I set up a 2nd account then? Can I use the same developer prefix?
SteveX
@ultrajam
07/09/16 02:33:45PM
2,584 posts

Some questions (from a Social Engine user)


Design and Skin Customization

Hi spiritwolfie, welcome to the Jamroom forum :)

It is possible to make your Jamroom site look (and work) however you want it to.

Whilst some of the themes (we call them skins) are music based you can configure your site to use them in ways where music isn't a factor at all. They should work for you "out-of-the-box".

If you need to customise the skin to look different or have a different layout you can edit templates in the control panel or via ftp. You will probably need to know some html and css to get a good result.

If you need things to work differently and beyond control panel configuration you'll want to know or learn a little smarty and/or javascript, but most users don't need to go that far to create a unique site.

You can get great help here on the forum, and there are a range of premium support and hosted options as well. The help and support is great here, set up a trial and give it a test drive.
  70