Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Live Topic Details »»
Live Topic
Version: 1.07b, by Coders Shack Coders Shack is offline
Developer Last Online: Sep 2013 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.8.0 Rating:
Released: 01-09-2009 Last Update: 02-28-2009 Installs: 976
DB Changes Uses Plugins Auto-Templates
Is in Beta Stage  
No support by the author.

. . . . . . . . Brought to you by scriptasy.com

Live Demo:
Live Topic 1.07b Demo (you must be logged in, and the topic must be "live")

Videos: 1.00b 1.06b

watch the damn videos... ^_^
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.

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.

Found a bug? Want to request a feature?
Live Topic - Project Manager
Installation:
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.

[1.02b to 1.03b] Overwrite files, upgrade product (dont install product)

[1.03b to 1.04b] Uninstall the product, then reinstall it. Overwrite all old files with new files and you should be fine.

[1.04b to 1.05b, 1.05b to 1.06b,1.06b to 1.07b] Upgrade the product. 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]

get the vBulletin [3.7.X] version here

INCOMPATIBLE HACKS:
Versions:
1.01b
1.02b
fixes
safari 2 support
safari 3 support
google chrome sup
port
added live topic icon on new posts page
fixed security issue, strongly suggest upgrading!
changes
added live edit (to avoid a performance hit i had to add two rows to two tables in the database)
added external style sheet
1.03b
fixes
fix double post
phrase notification
fixed an edit bug for people with table prefixes
changes
ability to change interval in ACP
1.04b
fixes
javascript error for guests
fixed live topic activation (first poster to raise a dead topic)
changes
auto quick reply focus after post
1.05b
fixes
css flaw
js error for unsupported browsers (random)

fixed chrome issue
changes
edit notification - thanks to nso
rebuilding some of the original logic to hopefully prevent product conflicts

1.06b
fixes
fixed a little javascript issue that had to do with displaying posts
uses GPC cleaner now
changes
limit the number of ajax posts on the live topic (example 40) and fade them away.
changed the way the hooks are used
tightened up everything a bit

1.07b
fixes
fixed a bug where the live topic notification always making an ajax call
changes
support user ignore list
changed the way the javascript logic worked (hopefully there are less compatibly issues) added support for IE6 and IE8
1.10
hmm

Download Now

File Type: zip LiveTopic107b.zip (15.9 KB, 3950 views)

Screenshots

File Type: png Picture 5.png (33.7 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #312  
Old 01-22-2009, 01:59 PM
nul7 nul7 is offline
 
Join Date: Sep 2006
Location: USA
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

1.05b is a future release. It's listed here for informational purposes so we know what to look forward to.
Reply With Quote
  #313  
Old 01-22-2009, 02:24 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nul7 View Post
Just doing a quick scan, the only things that jump out at me are the php version (Live = 5.2.5, Test = 5.2.6) and Thread Safety (Live = off, Test = on).
I am running php 5.1.6 on my server and it works fine, so I don't think that is the issue.
Reply With Quote
  #314  
Old 01-22-2009, 03:10 PM
nul7 nul7 is offline
 
Join Date: Sep 2006
Location: USA
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
I am running php 5.1.6 on my server and it works fine, so I don't think that is the issue.
Thanks... rules that out. Now I don't know where to go from here. My test server is configured as close to the live server as possible. It still works just fine. The only thing I see at this point is Thread Safety, but I doubt that's the issue. All I know about it is from a quick scan of Google and it didn't seem like it would be the culprit here. Either way, apparently you can't disable it on a Windows environment so there's no way I can test it. lol

If anyone has any suggestions, please let me know. In the mean time, I'm going to disable this. I'll take another crack at it when 1.05b is released.
Reply With Quote
  #315  
Old 01-23-2009, 01:15 PM
solboy solboy is offline
 
Join Date: Jun 2002
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is a great mod. works excellent!
Here is a feature request. Can you add a feature to it that will make a sound to indicate a new reply? Like a small "ding"? Thanks.
Reply With Quote
  #316  
Old 01-23-2009, 02:40 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm wondering if anyone who has had problems with this mod has taken a look at their error_logs. I had a couple of users complain about trying to post and then getting timedout and the post won't go through. They both had different browsers and OSs. I then looked at the error_logs and found this.

Code:
[error] [client xx.xx.xx.xx] mod_security: Access denied with code 406. Error reading request body, error code 70007: The timeout specified has expired [severity "EMERGENCY"] [hostname "www.mysite.org"] [uri "/forums/ajax.php?do=shownewnotifications"]
Like I said, this was only happening to a couple of our users, so I'm not sure why just them. I also don't know if this is just my server, or if maybe it is happening with others also.
Reply With Quote
  #317  
Old 01-23-2009, 08:06 PM
nul7 nul7 is offline
 
Join Date: Sep 2006
Location: USA
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
I'm wondering if anyone who has had problems with this mod has taken a look at their error_logs. I had a couple of users complain about trying to post and then getting timedout and the post won't go through. They both had different browsers and OSs. I then looked at the error_logs and found this.

Code:
[error] [client xx.xx.xx.xx] mod_security: Access denied with code 406. Error reading request body, error code 70007: The timeout specified has expired [severity "EMERGENCY"] [hostname "www.mysite.org"] [uri "/forums/ajax.php?do=shownewnotifications"]
Like I said, this was only happening to a couple of our users, so I'm not sure why just them. I also don't know if this is just my server, or if maybe it is happening with others also.
The only errors I get from this are in reference to the image specified in the CSS. After adding "../../" they went away. Another user (TonyMF) and I both have one working server and one non working server (His are both linux, my live server is linux, my test server is windows). We compared phpinfo()s from each server. There were a few little things here and there that were common to the non-working and not on the working (or vice versa), but after applying the differences to my test server, it still works.

I'm sure this is going to end up being something really small and I'll feel stupid once a solution is found. lol
Reply With Quote
  #318  
Old 01-24-2009, 12:25 AM
Coders Shack Coders Shack is offline
 
Join Date: Apr 2007
Location: Culver City, CA
Posts: 807
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
I'm wondering if anyone who has had problems with this mod has taken a look at their error_logs. I had a couple of users complain about trying to post and then getting timedout and the post won't go through. They both had different browsers and OSs. I then looked at the error_logs and found this.

Code:
[error] [client xx.xx.xx.xx] mod_security: Access denied with code 406. Error reading request body, error code 70007: The timeout specified has expired [severity "EMERGENCY"] [hostname "www.mysite.org"] [uri "/forums/ajax.php?do=shownewnotifications"]
Like I said, this was only happening to a couple of our users, so I'm not sure why just them. I also don't know if this is just my server, or if maybe it is happening with others also.
Interesting, that's a weird one. (browser isn't accepting the ajax response, I haven't checked my logs yet though)
Reply With Quote
  #319  
Old 01-24-2009, 12:29 AM
Coders Shack Coders Shack is offline
 
Join Date: Apr 2007
Location: Culver City, CA
Posts: 807
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by haytham View Post
Thank you. As I said on youtube, it could be very useful in social group conversations. Now my questions are these:
1- I see you have made bug fixes and say the last version is 1.05b but I couldn't find it for download.
2- The 1.04b for 3.7 and 3.8 have the same size and files inside...a bit confused...
Initially, they were two different builds. I ended up making it work for both boards.

(in the future they may have to be different versions again)

Quote:
Originally Posted by nul7 View Post
Ok, I'm now convinced I can't get this to work due to a server issue. I did a fresh back up (completely deleting the old files and db off the test server and downloading all the files and db off the host server). The only thing I changed were the install path in the config.php and the path to the forum in the vBa index.php. It works just fine.

So next step is to compare the phpinfo from each server and go through the settings one by one to see if any of them break LT functionality. Being different platforms, I won't be able to get an exact copy, but hopefully I can narrow it down. Just doing a quick scan, the only things that jump out at me are the php version (Live = 5.2.5, Test = 5.2.6) and Thread Safety (Live = off, Test = on).
Wow, that's bizarre. I'm as lost are you are it seems like you have tested just about everything.
Reply With Quote
  #320  
Old 01-24-2009, 08:19 AM
Rene Kriest Rene Kriest is offline
 
Join Date: Jun 2008
Location: Germany ./. Reality
Posts: 157
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

A simple yet ingenious idea pushes vb and the whole server world to its limits - that's amazing.
Reply With Quote
  #321  
Old 01-24-2009, 04:24 PM
Pipo123 Pipo123 is offline
 
Join Date: Feb 2006
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This one is incompatible:
https://vborg.vbsupport.ru/showthread.php?t=184155
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:41 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05301 seconds
  • Memory Usage 2,365KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete