Forum Activity for @paul

paul
@paul
04/08/17 12:18:24AM
4,335 posts

google translator


Using Jamroom

What skin is this?
URLs so that we can take a look please.
paul
@paul
04/07/17 10:48:44AM
4,335 posts

Link in Flickr image caption box


Design and Skin Customization

Quote: Is there an easy way to add html to the the caption? (I'm wanting to add text links in that space & not just have to place an ugly URL in there).
Try using the Form Designer to change the caption field from a textarea to an editor field.

Quote: Is there something that I can do that makes it so the image does not link back to Flickr when you click it?
Remove lines 17 and 19 (the tags) from the item_detail.tpl template.
hth
paul
@paul
04/07/17 09:39:25AM
4,335 posts

Link in Flickr image caption box


Design and Skin Customization

It looks like the Flickr item_detail.tpl template doesn't have the string formatting modifier in place. We'll get that fixed up.
In the meantime, change line 25 from

{$item.flickr_caption}

to

{$item.flickr_caption|jrCore_format_string:$item.profile_quota_id}

That should fix it.
Thanks
Paul
paul
@paul
04/07/17 12:04:30AM
4,335 posts

Creating a new page with module


Using Jamroom

CometChat is a third party module so you would need to seek advise from them on this.
Hope that helps
Paul
paul
@paul
04/06/17 02:56:09PM
4,335 posts

Creating a new page with module


Using Jamroom

What is "my messenger"? A custom module?
paul
@paul
04/06/17 06:37:36AM
4,335 posts

Ability to use 2 jamroom sites connected to same database and file storage directories?


Using Jamroom

Jamroom isn't designer for this type of operation. It _may_ be possible to develop custom 'bridging' modules that would periodically pass new users and content between the sites, but this is not something that is on our 'to do' list.
Sorry
paul
@paul
04/06/17 06:21:30AM
4,335 posts

Ability to use 2 jamroom sites connected to same database and file storage directories?


Using Jamroom

Are you looking to keep the two sites independent? If not, it is now possible to merge two (or more) sites into one using the new Exporter/Importer modules.
paul
@paul
04/05/17 05:33:01AM
4,335 posts

Admin users' Photo Albums not shown as option on add


Using Jamroom

There's a problem with the latest version of the jrUser module that's causing this. I've reverted you to version 2.1.2 and its working ok now. We'll get that sorted asap.
Thanks
paul
@paul
04/03/17 05:02:52AM
4,335 posts

Bug - Birthdate Field Audio Pro


Using Jamroom

Hi - It has been fixed up in the AudioPro skin but I see that you are using a custom version of that skin so I've updated your skin's jrUser_online_status_row.tpl template with the fix, so you should be ok now.
Pa
paul
@paul
04/03/17 04:12:46AM
4,335 posts

Time order for a datetime field is out


Using Jamroom

Thanks Steve - Yes, I'm seeing this as well. Will take a look.
I recall something similar ages ago and fixing it up. I bet this is a consequence of the clocks going forward last week. Something in the JR time functionality seems to break every time this happens, though its usually in the Event module ;-)
  151