This product is different from anything you have seen before, it raises the bar for forums. It will make your forums much more interactive, and also reduce server load.
Technical Details:
If a thread has been posted in X seconds then its now Live, if other users are viewing the Live topic and are on the last page they will experience a clean ajax experience while talking to other members. Once the thread is older than X seconds its no longer Live and it will now act like a normal thread. Also if a user edits one of their posts that's inside of the thread, it will be updated too so there is no longer a reason to ever have to refresh.
There is also logic for the viewer, the viewer of the thread has to be in an active state to see responses. An active user state is determined upon the users actions, if no actions were made in X seconds then the user is marked as inactive.
Also you may wonder why this could save your server bandwidth and CPU. If a user is refreshing to talk to another members the queries on a normal thread load are way more intense than the ajax call that this modification makes. So if you have 5 people talking to each other none of them have to refresh the page, all they are doing is simple page requests and one intense request when there has actual change.
You can test Live Topic with two users, you will see how amaizing this is... And probably spontaneously combust.
Any chance that we could get the 'LiveTopic' image to show up on the search results page such as the new posts page? I just noticed the image when viewing a forum. Alot of my users just look at posts from the new posts search results page so they may not know that it's live.
Any chance that we could get the 'LiveTopic' image to show up on the search results page such as the new posts page? I just noticed the image when viewing a forum. Alot of my users just look at posts from the new posts search results page so they may not know that it's live.
1.02b will have this
Quote:
Originally Posted by blind-eddie
Awesome!!
Would we have any issues if, lets say, 10 members post at once on same thread?
With the way your vid shows this to work, if 10 members post at the same time, the page would trip out a lil, wouldn't it?
Well you have to remember the purpose of this is not to create a chatroom... Its to bring the forum experience to the next level. Think of the thread you have with 10 people with out this mod, wouldn't that trip out a little? If you asking if the page couldn't handle it (it can). I have had a topic with 8 people in it, and the experience was fine. So much better than refreshing.
Wow, awesome mod. I'll install it as soon as 3.8 final has been released.
If I'm not mistaken, a topic is tagged 'live' depending on it's creation time.
Would it be possible to tag it depending on the time of the last reply? No idea how intensive this process is and if my server would like it when every topic is being tagged as live for x minutes, but I have for instance a slowchat-topic where people enter random crap. The topic has been created a while ago, but it's been excessively used. Would be a shame if the mod isn't being put to use in such a topic.
Wow, awesome mod. I'll install it as soon as 3.8 final has been released.
If I'm not mistaken, a topic is tagged 'live' depending on it's creation time.
Would it be possible to tag it depending on the time of the last reply? No idea how intensive this process is and if my server would like it when every topic is being tagged as live for x minutes, but I have for instance a slowchat-topic where people enter random crap. The topic has been created a while ago, but it's been excessively used. Would be a shame if the mod isn't being put to use in such a topic.
no its based on last reply
there's a few failsafes to keep server load fine.
+ user needs to be on last page
+ topic needs to be recently posted in
+ user needs to actually be active on the page and not idle