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.
Yes, all fixed in the attached product in my post. Works great now.
Althought, I've noticed some "duplicate" posts while the topic is "live".
But, it isn't actually double-posting since there's only 1 post when you refresh the page...
Happened to me a couple of times so far. And I think this happens when a new post appears while you're editing your own post... You should keep that in mind and run more tests
Edit:
Have I mentioned that it works in Opera too?
Yes, all fixed in the attached product in my post. Works great now.
Althought, I've noticed some "duplicate" posts while the topic is "live".
But, it isn't actually double-posting since there's only 1 post when you refresh the page...
Happened to me a couple of times so far. And I think this happens when a new post appears while you're editing your own post... You should keep that in mind and run more tests
Edit:
Have I mentioned that it works in Opera too?
yea added Opera to (I whitelist browsers, because you never know whats going to happen)
What is the refreshtime? I see posts added to a topic when i refresh in a second browser window but it takes a long time before they show up through livetopic ajax.
What is the refreshtime? I see posts added to a topic when i refresh in a second browser window but it takes a long time before they show up through livetopic ajax.
3 seconds, there will be an ACP feature to edit this.
is it when you post? or is it when someone else posts?
It happened to me when other people submit posts... But users tell me that it also duplicates their own posts. Have you tried what happens if you click the "Submit Reply" button in the QR editor a couple of times in a row? Could that be the problem?
Although, I tried to simulate the bug now, but it doesn't duplicates any posts... Weird.
Do you have a test forum where we could try and simulate some situations?