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.
Sorry to be a nag as I know this is free... I'm just curious if you had any ideas on the above issues we've all posted? I'm really eager to get this addon working but want to wait until it's working correctly.
i will try to fix #3 (the postbit addon issue) in the next release, these are issues with conflicting mods so dont expect them to be fixed before other things.
I'm a bit confused at what 'lastedit' is for? If it checks the dateline to see when it was last posted in, is that not sufficient enough? I'm trying to avoid altering our post database.
when reply anything, it doesn't add imediatly below the previous post (default system) but it show the window of
Code:
Thank you for posting! You will now be taken to your post. If you opted to post a poll, you will now be allowed to do so.
Click here if your browser does not automatically redirect you.
This is the Prevent Double Post (Bump) hack and it seems Ajax are conflicting each other. When a member had a double post that should be merged to the previous one, the page must be reloaded to show up the merged post, the user had the feeling the board just blocked his post as screen remains the same and the user tried several times to post the same thing but when the page is reloaded there's a merged post full of the same edits.