Forum Activity for @paul

paul
@paul
02/14/19 10:43:47AM
4,335 posts

a couple things about sitemap


Using Jamroom

Thanks - I'm thinking that the Sitemap module was developed a long time ago when it was assumed that all datastore modules would have an index.tpl template, and hasn't been updated since!!
I will check this out.
paul
@paul
02/13/19 04:15:32PM
4,335 posts



Hi - Welcome to Jamroom.
Check your /data/config/config.php file to see that it has your domain set and not the IP
Hope that helps.
updated by @paul: 09/18/23 09:07:39AM
paul
@paul
02/12/19 02:40:15AM
4,335 posts

Making Auto-Follow a Discussion an option by default


Using Jamroom

OK - Let me check that out.
Which code have you been commenting out?
paul
@paul
02/12/19 02:33:05AM
4,335 posts

Making Auto-Follow a Discussion an option by default


Using Jamroom

Hi Dave
So to be clear, by default when a forum topic is created by a user, or a user comments on a topic, they are automatically set as a follower of that topic and will get subsequent notifications.
You are asking for an option for that NOT to happen?
Thanks
Paul
paul
@paul
02/10/19 01:00:59PM
4,335 posts

edit " note" under Profile Quotas


Using Jamroom

If you are on that page click on the Rename button for the quota you want to add the note to.
Hth
paul
@paul
02/10/19 10:35:43AM
4,335 posts

edit " note" under Profile Quotas


Using Jamroom

ACP=>Profiles=>Profiles=>Quota Config
Select the quota you want to add the note to
Enter your note in the 'quota admin note' textarea
Save Changes

Hope that helps
paul
@paul
02/10/19 02:16:51AM
4,335 posts

toggle open jrchat on all 3 platforms mobile, tablet, computer /no popup


Design and Skin Customization

Hi Ed - I don't think this is going to be very easy as when the Chat module was developed, it was decided that a lot of features just wouldn't work well on mobile and tablet devices, the side opening of the chat area being one of them. Consequently, tests for whether being viewed on a mobile or tablet device are performed throughout the Chat module core files, with appropriate alternative actions taken if true.
Sorry
paul
@paul
02/10/19 02:10:52AM
4,335 posts

Disable caching of an individual template


Jamroom Developers

You should just be able to put "no_cache=true" inside the jrCore_list that is creating the random list. What is the 'outer template' that you think is cached? Does that contain a jrCore_list call as well? If so, try applying the no_cache=true to that as well.
  70