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.
If you have vB3.8.4 and your Live Topics quit working... I think it's caused from an add-on called vBFavorites- try disabling it first then re-check and see if Live Topic still isn't working... mine works perfect after uninstalling vBFavorites from my forums..
Too bad because this is probably my favorite mod of all time and the users love it.. I really hope it starts being worked on again or someone else picks it up if they can.
of course it will make the response larger... but whats the difference if you refresh the page?
bandwidth wise on a active forum this should save you bandwidth.
CPU wise (there may be a hit, depending on your settings)
I still need to run benchmarking tests with various scenarios.
There are already about 10 big boards using this product, i haven't heard any bandwidth complaints. They did however have to tweak the default time settings, to find an equilibrium.
what were your server restrictions? actual data bandwidth, cpu usage, database cpu usage, or database connection limits?
Hi Coders Shack,
Thanks for this great mod. I think my site would fall under a big board. I have over 80k members and I get around 30k unique visitors a day. My only worry is server load. I know you state that it will help reduce load so I'm wanting to give this a try but could you give me an idea of what I should be using for settings to make this work optimally with my server? I'm using:
Processor: Dual-Core AMD Opteron(tm) Processor 1216
Memory: 6GB Burst , 3GB Guaranteed.
This is a fantastic add-on. I have two forums. On one the only other add-on I had to uninstall to get this to work was vBFavorites. On my largest forum, I make extensive use of the TOTW system and can't turn that off.
Is there anything that any of us can do to help you make this add-on compatible with this hack? I'll be happy to email you Firebug console/AJAX logs, for example, if it would help.