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.
For those using this on your forums..... Please read my posts here and see if you can confirm this behavior - I think if this bug were not present then I would re-install because i love it.
Sadly, with this bug unfixed it's spoilt and not useful for busy boards.
For those using this on your forums..... Please read my posts here and see if you can confirm this behavior - I think if this bug were not present then I would re-install because i love it.
Sadly, with this bug unfixed it's spoilt and not useful for busy boards.
The guy responded long ago. Rather than nag, just read the posts!!!
i really would like to install this plugin to my board, i tryed 2 times installing it and after 5 minutes my server dies, overloaded, i was checking the top statics and seems like mysql reaches 100% cpu and then it dies.
My forum has a big database might be that, any ideas how can i install this pluging?
<script type="text/javascript">
var threadid = 12290;
var ajax_last_edit = 1240437167;
livetopic.old_topic = 300;
livetopic.interval_time = 3000;
livetopic.ajax_max_visibleposts = 30;
vbphrase["livetopic_maxpostnotice"] = "The maximum amount of posts on this page can display has been reached. Posts will now start to disappear from oldest to newest.";
vbphrase["livetopic_edit_message"] = "<img alt=\'live topic\' src=\'images/statusicon/thread_livetopic.gif\' title=\'live topic\'/> <span style=\'font-weight: bold;\'>This post has been added by another user.</span> <br /><br />Since this is an active topic, this post has been automatically added to the thread while you were reading it. If you are replying to this thread you might want to read this post before doing so.";
vbphrase["livetopic_newresponses"] = "%1 new responses (<a href=\'showthread.php?t=%2&goto=newpost\'>live topic</a>)";
</script>
It is nonsense and useless to have vbphrase variables definition inside HTML source. These all is classified as HTML error from any HTML checker.