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.
hmm, let me see if its like this on my test board.
I think it's the result of another modification I wrote and am using. It's like something from the modification is interferring with the javascript parsing the phrase. Perhaps something needs to be cleared? Unfortunately, as I said, I'm not really a javascript person or I'd try to modify it myself to figure this out.
I'm having trouble getting this to work. The edit portion of the mod works fine, if I edit posts made in a live topic they refresh automatically. However, new posts do not show up, the user has to refresh manually to see any new replies made.
Any ideas?
My server is up to date.. running nginx 0.6.34, mySQL 5.1.30 and PHP 5.2.8 with XCache and Suhosin.
I'm having trouble getting this to work. The edit portion of the mod works fine, if I edit posts made in a live topic they refresh automatically. However, new posts do not show up, the user has to refresh manually to see any new replies made.
Any ideas?
My server is up to date.. running nginx 0.6.34, mySQL 5.1.30 and PHP 5.2.8 with XCache and Suhosin.
it could be XCache (unless someone else here has it working with it) i guess. I haven't tested this will all configs.
I think it's the result of another modification I wrote and am using. It's like something from the modification is interferring with the javascript parsing the phrase. Perhaps something needs to be cleared? Unfortunately, as I said, I'm not really a javascript person or I'd try to modify it myself to figure this out.
I'm going to try to roll out with 1.06b tonight, I'm glad to see the amount of people using this product has increased and the amount of issues as decreased.
We have a very busy thread, its basically a chat room, and every time we get near flipping another thousand posts a lot of people try to hit the 000 post, this time the server went haywire, the site slowed to a crawl and some posts showed up before others