Forum Activity for @ultrajam

SteveX
@ultrajam
12/28/14 02:31:42PM
2,589 posts

jrImage_display crop=none ?


Design and Skin Customization

Everything image-wise is perfect, but there is one more thing...

I am passing a user choice of crop into a {jrCore_module_function function="jrImage_display" crop=$crop_choice ... and I'd like to offer a crop_choice of "no crop".

I can do this (of course) by duplicating the jrCore_module_function call in my templates surrounded by an "if $crop_choice == 'none' (run module function without crop parameter) else (run module function with crop parameter)". But it irks me to do that and it's the only way I can find to stop the crop=auto square from kicking in if no crop is desired.

Also, the user could select "width" or "height" (depending on the aspect ratio of their image) to get no crop. But that will add confusion, it's always difficult to explain an aspect ratio to an uninitiated user in a dropdown menu.

So unless I have missed something (very possible just after Christmas), I think I am asking for just one more additional crop parameter along these lines:
crop="none"
(Or for no error or crop to occur if crop="" in the jrCore_module_function call)

Reference to this thread:
https://www.jamroom.net/the-jamroom-network/forum/design-and-skin-customization/10456/image-sizes

Thanks :)


updated by @ultrajam: 01/28/15 11:25:23PM
SteveX
@ultrajam
12/27/14 02:10:48PM
2,589 posts

changing Profile tabs wording


Ning To Jamroom

The menu item name will under Custom Language Strings on the modules lang tab.

So to change the text "blog" in the blog button, go to:
/blog/admin/language

Change the text to "News", scroll down and save.

The blog button on the profile menu will now say "News"
updated by @ultrajam: 12/29/14 09:23:54AM
SteveX
@ultrajam
12/27/14 01:58:29PM
2,589 posts

my 1st module creation help


Ning To Jamroom

To add a tab to the profile you can register a module feature with jrProfile, something like this in your module init function:
// Profile tabs for Profile owners   jrCore_register_module_feature('jrProfile','profile_tab','myModule','default','default tab');
Profile Tweaks will probably be doing a similar thing to get it's profile_tab to appear.


Or for a quick test whilst coding your tab view (the view which will appear in the tab) you can edit or override jrProfile profile_tabs.tpl
updated by @ultrajam: 12/29/14 09:23:54AM
SteveX
@ultrajam
12/26/14 06:55:40PM
2,589 posts

my 1st module creation help


Ning To Jamroom

Difficult to read your post, I didn't make it all the way through.

Have you seen the documentation here:
https://www.jamroom.net/the-jamroom-network/documentation/development

From that list, for adding tabs there are two pages which might help:
"Adding an extra tab to my modules admin interface"
"Add a tab to the profiles"
updated by @ultrajam: 12/29/14 09:23:54AM
SteveX
@ultrajam
12/20/14 05:11:55PM
2,589 posts

Modifying email templates


Using Jamroom

They should be in the module templates directory:
email_yourfunction_message.tpl
email_yourfunction_subject.tpl

Or overridden in the skin directory:
yourModule_email_yourfunction_message.tpl
yourModule_email_yourfunction_subject.tpl
SteveX
@ultrajam
12/19/14 07:35:33AM
2,589 posts

Skype


General

The you just need to add the code to your templates wherever you need your skype buttons to appear.
SteveX
@ultrajam
12/19/14 05:32:47AM
2,589 posts

Skype


General

Quote: How does this actually work? It's not at all clear.
You put a user id in the box and save, and then they can see your skype button.

But it sounds like your skype button doesn't even appear to you. So,

1. Have you followed the instructions on this page?:
https://www.jamroom.net/ultrajam/documentation/modules/1546/skype

2. Have you entered your skype id correctly?

3. Have you set your Skype privacy settings to show your status publicly?
SteveX
@ultrajam
12/18/14 07:30:28AM
2,589 posts

Skype


General

It should allow you to put your skype button on a page, and then it will appear to the user_ids specified in config, even if they are not on quota which allows skype. So basically a temporary override - you wnat a particular user to skype you temporarily, just add their id into the collaborators config field.
SteveX
@ultrajam
12/18/14 07:11:08AM
2,589 posts

Adding attributes to htmlpurifier in a listener


Jamroom Developers

That's great, thanks Brian.

I'll give this a try later on.
SteveX
@ultrajam
12/15/14 03:02:34PM
2,589 posts

2 tiny questions bout new search version


Ning To Jamroom

soaringeagle:at least tripple the wor5ld record
Go for it, I've never been in a glider :)
updated by @ultrajam: 12/29/14 09:23:54AM
  127