The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Live Topic Details »» | |||||||||||||||||||||||||||||
. . . . . . . . Brought to you by scriptasy.com Live Demo: Live Topic 1.07b Demo (you must be logged in, and the topic must be "live")Description: 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.Found a bug? Want to request a feature? Live Topic - Project ManagerInstallation: This is take less than 3 minutes to install, takes longer to notice its amazing feature. (you need multiple people to be active in the same topic)Upgrade: [1.01b to 1.XXb] Uninstall the product, then reinstall it. Overwrite all old files with new files and you should be fine.Works With (FF2, FF3, IE6, IE7, IE8, SF2, SF3, CHROME): vBulletin [3.8.X]Versions: 1.01b Download Now
Screenshots
Show Your Support
|
Comments |
#242
|
|||
|
|||
Great hack, and I've gone live with this on my ~400 online users forum.
I notice that posts are fetched again when they are edited, but it's not reflected on the actual post. Could you add the "edited by"? Also; I think you should add an option to display a message/gfx in the pulled post. This will make it clearer for the reader what exactly happended. I hacked it myself, but I think this is something that should be in the product. There should also be an indicator in the thread telling the user that this thread is a live thread, and the thread should also be updated to reflect that the user is no longer active or the thread is no longer active if this should occur while the user is idling on the thread. For those interested, this is what I added. The english might be bad, the styles should be in classes in the style and the text should be in phrases -- but you get what you pay for --- In postbit_legacy (if you are not using this you are on your own): Code:
---- after: <!-- message --> <div id="post_message_$post[postid]"> ---- add: <if condition="$post['livetopic']"> <fieldset style=" padding: 5px; margin-bottom: 20px; background-color: #FFF8DD; border: 1pt dashed red;"> <img alt="live topic" src="/forum/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. </fieldset> </if> Code:
---- before: if ($post['attach']) { ---- add: $post['livetopic'] = 1; Screenshot-text in Norwegian, but I'm assuming you all read that flawlessly. |
#243
|
|||
|
|||
I like that idea
|
#244
|
||||
|
||||
Installed!
Great tool! I love it. Adds some character to your forum! |
#245
|
|||
|
|||
omg that is great add i have going to be a member in your forum but how i can see the live post ?
this mean if i have more members inside the post in the same time anyone replay i can see the live post .. ? thanks again for your good work |
#246
|
|||
|
|||
Quote:
|
#247
|
||||
|
||||
Are there any server side restrictions in particular that I should ask my web host about to see if they are enabled? I like this mod so much that I uninstalled my Ultimate Side Column mod, and tried re-installing both 1.03b and 1.04b but with no success. I tried to also disable practically every other mod too just in case...
Grats to those who have this working!! It does look like a truly sexy mod for your board. |
#248
|
|||
|
|||
Quote:
|
#249
|
|||
|
|||
I got a 404 for the file /forum/clientscript/vbulletin_css/images/misc/comment_add.png.
I changed the path for the image in livetopic.css so it had /forum/ in front of it, but I can't seem to find where #presence-container div.presence-contents is being utilized. Is it a stale definition? |
#250
|
|||
|
|||
is there any way to disable avatars and signatures in live threads?
|
#251
|
|||
|
|||
can someone explain to me what is the Idea for ' live post ' i have been to test in beasttoast forum i try to put the last modifications the coder give but i can't see that work in my forum i can see the icon in the address of the post only .. this like the hot post i don't understand good sorry
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|