Forum Activity for @brian

brian
@brian
02/11/17 01:02:58PM
10,149 posts

Adding view count for Forum threads?


Design and Skin Customization

Try this:

{jrCore_counter module="jrForum" item_id=$topic._item_id name="forum_view"}
brian
@brian
02/11/17 01:01:10PM
10,149 posts

Unable to download your product


Installation and Configuration

I'm not seeing any issues here. Have downloaded from Firefox, Opera and Chrome without and issue. Try going here:

https://www.jamroom.net/

Scroll download and click "download" under "open source".

If you still are not able to download, let me know what browser you're using so I can try it form here.

Thanks!
brian
@brian
02/11/17 08:47:13AM
10,149 posts

Adding view count for Forum threads?


Design and Skin Customization

So a forum topic is a collection of items - not a single item. So you need to change the item_id to reference the FIRST post in the topic:

{jrCore_counter module="jrForum" item_id=$items[0]._item_id name="forum_view"}

Let me know if that works for you.
updated by @brian: 02/11/17 08:47:38AM
brian
@brian
02/11/17 08:45:26AM
10,149 posts

Where is the setup guide for amazon S3?


Installation and Configuration

Looks like it got marked "admin only" - I've fixed that up so it should be visible again.

Hope this helps!
brian
@brian
02/10/17 02:41:33PM
10,149 posts

Simple Chat Auto Scroll


Using Jamroom

And yes - this is done for performance reasons. Chat "knows" when you're active in chat and will update it more frequently. As you move off and do other things it has a progressive back off algorithm that comes into play. So occasionally you may see it "fill in" a bunch of messages, since at it's farthest back off point it is only checking every 30 seconds.
brian
@brian
02/10/17 02:39:32PM
10,149 posts

Profile Index forwarding based on Log In status


Design and Skin Customization

If the default profile index is set, then that is what you get - there's no setting or ability to set it for specific groups or users who are logged in/out.

Sorry!
brian
@brian
02/10/17 02:38:09PM
10,149 posts

Soundcloud


Installation and Configuration

I don't remember waiting at all - is that something new?
brian
@brian
02/10/17 02:37:29PM
10,149 posts

No admin access after installation - only as a user


Installation and Configuration

HI Randy -

This has been fixed but you will need to redownload the package from the site here. Make sure and delete all the old files, as well as the database. Then create the DB again and with the new files you should be able to install it correctly.

Sorry for the hassle!
brian
@brian
02/10/17 02:12:30PM
10,149 posts

Problem updating jrCore



That "HTTPS => on" means the request came in over SSL, so something is causing a redirect to SSL (at least for that URL).
brian
@brian
02/10/17 09:38:38AM
10,149 posts

Problem updating jrCore



It looks like the server is redirecting to SSL:

REDIRECT_HTTPS => on

Can you confirm if SSL was enabled on the server but maybe not for the site?
  145