Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons

Reply
 
Thread Tools
Live Topic - AJAX Details »»
Live Topic - AJAX
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.7.x Rating:
Released: 01-13-2009 Last Update: 02-28-2009 Installs: 108
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)

Works With (FF2, FF3, IE6, IE7, IE8, SF2, SF3, CHROME):
vBulletin [3.7.4] (have not tested it with other 3.7.X versions)

for vBulletin [3.8.X] go here

INCOMPATIBLE HACKS:
Versions:
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
ideas
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
...

Show Your Support

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

Comments
  #2  
Old 01-14-2009, 01:55 AM
Coders Shack Coders Shack is offline
 
Join Date: Apr 2007
Location: Culver City, CA
Posts: 807
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Things I am required to tell you i guess:
  • installs are tracked (upon install track.scriptasy.com is pinged, it just tracks installs not uninstalls or anything else)
Fixes for incompatible mods:
Reply With Quote
  #3  
Old 01-14-2009, 01:58 AM
Coders Shack Coders Shack is offline
 
Join Date: Apr 2007
Location: Culver City, CA
Posts: 807
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i only have a 3.7.4 board up and running, if you have variations of 3.7.x feel free to try it out. If there are any issues or if there are none, please give me a heads up
Reply With Quote
  #4  
Old 01-14-2009, 02:44 AM
inciarco's Avatar
inciarco inciarco is offline
 
Join Date: Mar 2007
Posts: 758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great Mod. I'm Amazed of what I saw on the Demo Video. I'll test it on vB373 and I'll tell you how it Works.

Congratulations, is a Great Mod. :up:

Thank You For Sharing it.

My Best Regards.

Reply With Quote
  #5  
Old 01-14-2009, 03:21 AM
inciarco's Avatar
inciarco inciarco is offline
 
Join Date: Mar 2007
Posts: 758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'll test it when I have some Forumers on my Board to Post simultaneous Posts.

I've tried to test it with two accounts on my same computer but didn't worked that way, why?

I have a question:

- Will Guests also view the Refresh of the Posts?

And perhaps a suggestion for next release:

- Could you please add Usergroup permissions for those who can enjoy this behaviour? I think that for Guests, Banned, Not Confirmed, and Users in other low level Groups, should not enjoy this, but Users in more Active Usergroups would definitely Appreciate this Mod; would be nice for Admins to decide who can use it and who can't.

My Best Regards; once I have my Testing Results I'll share them with you.

Reply With Quote
  #6  
Old 01-14-2009, 03:27 AM
Coders Shack Coders Shack is offline
 
Join Date: Apr 2007
Location: Culver City, CA
Posts: 807
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Guests don't see the updates it has to be a logged in user.

I do plan on adding features like the ones you have listed, but unfortunately for now all of your members will have to be treated as equals :P
Reply With Quote
  #7  
Old 01-14-2009, 03:43 AM
ptwiggens ptwiggens is offline
 
Join Date: May 2007
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am getting this error when I try to edit my post.

Code:
Database error in vBulletin 3.7.2:

Invalid SQL:
UPDATE `post` SET `lastedit` = UNIX_TIMESTAMP() WHERE `post`.`postid` = 16663 LIMIT 1;

MySQL Error   : Table 'xxxxxxxx_forum.post' doesn't exist
Error Number  : 1146
Request Date  : Tuesday, January 13th 2009 @ 11:42:13 PM
Error Date    : Tuesday, January 13th 2009 @ 11:42:13 PM
Script        : http://forum.xxxxxxxxx.com/editpost.php?do=updatepost&postid=16663
Referrer      : http://forum.xxxxxxxxxx.com/showthread.php?t=3305
IP Address    : xxxxxxxxxxxx
Username      : xxxxxxxx
Classname     : vB_Database
MySQL Version : 5.0.67-community
Reply With Quote
  #8  
Old 01-14-2009, 03:52 AM
inciarco's Avatar
inciarco inciarco is offline
 
Join Date: Mar 2007
Posts: 758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ptwiggens View Post
I am getting this error when I try to edit my post.

Code:
Database error in vBulletin 3.7.2:

Invalid SQL:
UPDATE `post` SET `lastedit` = UNIX_TIMESTAMP() WHERE `post`.`postid` = 16663 LIMIT 1;

MySQL Error   : Table 'xxxxxxxx_forum.post' doesn't exist
Error Number  : 1146
Request Date  : Tuesday, January 13th 2009 @ 11:42:13 PM
Error Date    : Tuesday, January 13th 2009 @ 11:42:13 PM
Script        : http://forum.xxxxxxxxx.com/editpost.php?do=updatepost&postid=16663
Referrer      : http://forum.xxxxxxxxxx.com/showthread.php?t=3305
IP Address    : xxxxxxxxxxxx
Username      : xxxxxxxx
Classname     : vB_Database
MySQL Version : 5.0.67-community
I Confirm this Error, I'm getting exactly the same one on my Board.

Disabling the Mod for now until Correction/Solution of this Bug; Quick Edit seems to Work but Advanced Editor Displays that DataBase Error.

My Best Regards.

Reply With Quote
  #9  
Old 01-14-2009, 03:53 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 ptwiggens View Post
I am getting this error when I try to edit my post.

Code:
Database error in vBulletin 3.7.2:

Invalid SQL:
UPDATE `post` SET `lastedit` = UNIX_TIMESTAMP() WHERE `post`.`postid` = 16663 LIMIT 1;

MySQL Error   : Table 'xxxxxxxx_forum.post' doesn't exist
Error Number  : 1146
Request Date  : Tuesday, January 13th 2009 @ 11:42:13 PM
Error Date    : Tuesday, January 13th 2009 @ 11:42:13 PM
Script        : http://forum.xxxxxxxxx.com/editpost.php?do=updatepost&postid=16663
Referrer      : http://forum.xxxxxxxxxx.com/showthread.php?t=3305
IP Address    : xxxxxxxxxxxx
Username      : xxxxxxxx
Classname     : vB_Database
MySQL Version : 5.0.67-community
can you PM me the exact error without replacements in the SQL
Reply With Quote
  #10  
Old 01-14-2009, 03:55 AM
ptwiggens ptwiggens is offline
 
Join Date: May 2007
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by inciarco View Post
I Confirm this Error, I'm getting exactly the same one on my Board.

Disabling the Mod for now until Correction/Solution of this Bug; Quick Edit seems to Work but Advanced Editor Displays that DataBase Error.

My Best Regards.

I get it with both quick edit and advanced.
Reply With Quote
Reply

Thread Tools

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 03:48 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.07223 seconds
  • Memory Usage 2,311KB
  • Queries Executed 23 (?)
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
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete