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.
(is it erroring out because its including the script twice?)
this file wasn't in my folder
This file wasn't in your folder?
It came in the zipped file with the product. In the upload folder there is a folder called clientscript / then within that, a folder called yui / then within that, a folder called animation / then within that folder, a file called animation-min.js. So in your zipped file I got this file: upload/clientscript/yui/animation/animation-min.js.
That file already existed in my vbulletin files so it asked to overwrite, which I allowed. I looked and don't find that file residing in a duplicate location.
The other javascript file "livetopic.js" is in the clientscript folder on the server, which is where it was packaged in your zipped file. It does not reside elsewhere either.
So I don't see any duplication. But it is not working in either IE or Firefox.
^^ User is Right Coders Shack, in the Folder clientscript/yui/animation there is a File Named "animation-min.js" in Last Version 1.06 (in Oldest Versions 1.05 and lower the File and Folder are Not there).
Perhaps you Copied it by mistake while Creating the Winzip Package.
^^ User is Right Coders Shack, in the Folder clientscript/yui/animation there is a File Named "animation-min.js" in Last Version 1.06 (in Oldest Versions 1.05 and lower the File and Folder are Not there).
Perhaps you Copied it by mistake while Creating the Winzip Package.
My Best Regards.
no i meant i didn't know that the .js came with vbulletin, thats why i included it
no i meant i didn't know that the .js came with vbulletin, thats why i included it
Ok, but I still don't know why it is not working for me in either IE or Firefox. IE tells me there is an error on the page and new posts do not show unless the page is refreshed, which I believe is the opposite of the intended purpose for this. So . . . ?
Ok, but I still don't know why it is not working for me in either IE or Firefox. IE tells me there is an error on the page and new posts do not show unless the page is refreshed, which I believe is the opposite of the intended purpose for this. So . . . ?
Turn off all your other modifications and then see if this one works.