Forum Activity for @paul

paul
@paul
03/04/17 09:44:29AM
4,335 posts

Reports that users are accidentally getting logged in as different users?


Using Jamroom

Hi Zach - We have an update to the User module that we're hoping will fix this, but as it involved some low level changes we're thoroughly testing the module before releasing it. Please note, however, that we have never seen this happen ourselves so are working blindly and trying to make assumptions on what might be happening on very rare occasions.
paul
@paul
03/04/17 09:34:48AM
4,335 posts

Changing landing page


Using Jamroom

ACP=>Users=>User Module=>Quota tab.
hth
paul
@paul
03/04/17 07:16:12AM
4,335 posts

Contact Form Spam


Using Jamroom

Unfortunately, not a lot. I get it all the time from my live sites. Its real people posting stuff so 'anti-bot' techniques don't work.
paul
@paul
03/04/17 01:33:28AM
4,335 posts

Reports that users are accidentally getting logged in as different users?


Using Jamroom

Hi Strum - Yes, I do remember the conversation, but like you, I can't remember the details. Let me try to remember.
Zach - Do you have any more details? Which user logged in, and which account he ended up on? Can you find the login on the Activity Log? If so, what does it say? Also check the '?' icon on the right for more Activity details.
Thanks
Paul
paul
@paul
03/04/17 01:24:17AM
4,335 posts

where to change a forum setting please?


Using Jamroom

The Forum module only goes to 50 by default, and you don't want to be modifying a core module yourself to increase this, so it'll have to be done at a template level.
Edit your Forum item_detail.tpl template. Look for the configuration variable $_conf.jrForum_post_pagebreak and change it to an absolute value. In the above template, change -
        {if $_conf.jrForum_post_pagebreak > 0 && $_conf.jrForum_post_pagebreak < $topic.forum_post_count && $info.this_page <= $info.total_pages}
            {jrCore_include module="jrCore" template="list_pager.tpl"}
        {/if}
for
        {if 70 < $topic.forum_post_count && $info.this_page <= $info.total_pages}
            {jrCore_include module="jrCore" template="list_pager.tpl"}
        {/if}

hth
paul
@paul
03/02/17 12:46:39PM
4,335 posts

Show specific download link for different browser


Jamroom Developers

That email is attached to user 'cabmaxi'. Is that another Jamroom account you control? If so, login as that user and you'll be able to see the ticket you created.
paul
@paul
03/01/17 01:08:55AM
4,335 posts

[BUG] Site / Page Builder Broken (jrElastic2?)


Design and Skin Customization

Glad you're liking Jamroom and that it is suitable for your project. Jamroom is fully customisable and scalable (we have multi-server cloud modules already in place for when sites become 'big'), so please keep on checking things out here and let us know if we can help further.
Thanks
Paul
paul
@paul
03/01/17 12:57:02AM
4,335 posts

Spam


Using Jamroom

I often see the same user signup within minutes on all my live JR sites. These are real people (not bots) and I get that they get my sites from the showcase listings here on JR. Because they are real people there's not much that can be done about it.

Quote: Also, I'd like to be able to delete a user and all traces of their activity, but if I delete a user and profile, their counts still show.
Deleting a user and its profile should delete all their content and stats. What are you still seeing?
Thanks
paul
@paul
03/01/17 12:51:22AM
4,335 posts

Watermark appearing on URL Scan images and Profile pictures


Using Jamroom

It may be that the watermarking feature is not being used by many Jamroom sites so the issues you have are significant and a resolution will help others in the future, so keep us informed so that we can consider any further action to take.
Thanks
  160