Forum Activity for @ultrajam

SteveX
@ultrajam
07/09/16 02:20:02PM
2,584 posts

Allow for a jrLike tpl_dir parameter


Suggestions

Thanks Paul, I've temporarily added that in to both jrLike and jrRating here on localhost and I'm not seeing any problems with it.
SteveX
@ultrajam
07/09/16 02:00:16PM
2,584 posts

Allow for a jrLike tpl_dir parameter


Suggestions

Hi Paul :)

Yes, jrComment has the additional if for the tpl_dir parameter which allows template override by a module (ujCustom) where the tpl_dir=ujCustom
updated by @ultrajam: 07/09/16 02:00:55PM
SteveX
@ultrajam
07/09/16 01:31:54PM
2,584 posts

Latest chat updates



I see 50 every now and then as well.

That went away when I read this and then looked, but I've just seen it again now when revisiting after 30 mins or so.

Mine is generally closed too.
updated by @ultrajam: 07/09/16 01:32:59PM
SteveX
@ultrajam
07/09/16 01:02:33PM
2,584 posts

Allow for a jrLike tpl_dir parameter


Suggestions

Could jrLike work in the same way as jrComment regarding the tpl_dir and template parameters?

I'd like to specify a custom template parameters in my module template without having to create an override in the skin.

This is from jrComment:
if (isset($params['template']) && $params['template'] != '' && $params['tpl_dir']) {
    //allow other modules to set the tpl_dir.
}
elseif ...

It would be cool if jrLike and jrRating did the same.

Thanks :)
updated by @ultrajam: 10/21/16 03:14:21AM
SteveX
@ultrajam
07/09/16 12:48:54PM
2,584 posts

Hosted Licenses / Self-Hosted Licenses



That reminds me to post this as it might be relevant.

In the hosted marketplace for a site (on a Secondary Domain) I see some modules showing "You have a License", some are "Free" and others are "promo code applied" with a quick purchase price.

Should they all be "Install" on a hosted site?
updated by @ultrajam: 07/09/16 12:49:49PM
SteveX
@ultrajam
07/09/16 12:34:40PM
2,584 posts

What do you love about Jamroom 5 right now?


Off Topic

I love that you can add template and tpl_dir as parameters to jrComment!

I can have comments work differently for my sectional item module, but leave jrComment at the defaults for the rest of the site :)
updated by @ultrajam: 07/09/16 12:57:40PM
SteveX
@ultrajam
07/09/16 02:09:31AM
2,584 posts

Marketplace 1.3.0



No worries Brian, thanks for fixing it :)
SteveX
@ultrajam
07/07/16 03:16:17PM
2,584 posts

Marketplace 1.3.0



There was just the modules zip and some of the aliases, probably around half of them.
SteveX
@ultrajam
07/07/16 09:57:30AM
2,584 posts

Profile Menu


Design and Skin Customization

That template is the default which is probably overridden in your skin as menu.tpl

Try putting your code into your skin menu.tpl and see if that does the trick.
  71