Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Live Topic vB4!!! (AJAX Threads) Details »»
Live Topic vB4!!! (AJAX Threads)
Version: 1.8.1, by vbresults vbresults is offline
Developer Last Online: Apr 2023 Show Printable Version Email this Page

Category: Add-On Releases - Version: 4.x.x Rating:
Released: 08-23-2011 Last Update: 11-25-2013 Installs: 43
Uses Plugins Auto-Templates
Additional Files  
No support by the author.

Installation (1 minute)
  1. Unzip & upload CONTENTS of "upload/" folder to vBulletin directory (1 file).
  2. Import product XML.
  3. The installation is complete; congratulations! Mark As Installed, Nominate For MOTM and Vote

What is it?

This plugin makes your topics refresh without needing to reload the page. This includes new replies, post edits, and deletions.

Turn-key installation; there aren't even any files to upload -- just import 1 Xml. This plugin is also compatible with Post Thank You and other plugins.

Upgrading from 1.7.2 or Older?

If upgrading from 1.7.2 or older, you can uninstall all of the "Extended ... Libraries" plugins that aren't required for any other plugins.

You must overwrite the previous live_thread.min.js file when upgrading to 1.8 or newer, from 1.7.2 or older.

There Is No Premium Version

This mod doesn't have a premium version, but it can still get attention. If people in this topic take the premium version of Spam Hammer, this plugin also gets faster updates and responses than our other 20 plugins.

Premium clients can vote once every 6 months for high priority to be given to plugins without a premium version, so this plugin can garner faster answers to your questions and engineering of your ideas.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
2 благодарности(ей) от:
DNCL, YonatanSharon

Comments
  #42  
Old 08-26-2011, 07:44 PM
8thos's Avatar
8thos 8thos is offline
 
Join Date: Aug 2010
Location: Pensacola, FL
Posts: 772
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Cybertims View Post
I only use Firefox, IE is too slow.
Yeah that's a problem. I mostly use Firefox too.

Lancer I just posted a new problem on ya board. It stops working in IE8 when vBcredits by Dragonbyte is enabled.
Reply With Quote
  #43  
Old 08-26-2011, 08:11 PM
8thos's Avatar
8thos 8thos is offline
 
Join Date: Aug 2010
Location: Pensacola, FL
Posts: 772
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Where is Lancer at anyway?

I bet this dude is playing Call of Duty.
Reply With Quote
  #44  
Old 08-27-2011, 01:11 AM
vbresults vbresults is offline
 
Join Date: Apr 2009
Posts: 687
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

08-26-2011 1.2 Moved most remaining code in the global scope to LiveThread class, in all plugins. If there is a conflict with another mod, there is a 99.999% chance the coding of the other mod is at fault.

08-26-2011 1.3 Added `d` GET parameter to XHR's preventing caching of ajax requests.

---

1.3 should resolve a lot of the no-error cases. Only time will tell.
Reply With Quote
  #45  
Old 08-27-2011, 02:19 AM
8thos's Avatar
8thos 8thos is offline
 
Join Date: Aug 2010
Location: Pensacola, FL
Posts: 772
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Kewl. I'll check it out when I get off work.
Reply With Quote
  #46  
Old 08-27-2011, 02:23 AM
JayCat JayCat is offline
 
Join Date: Mar 2010
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does this add a lot of database queries?
Reply With Quote
  #47  
Old 08-27-2011, 02:33 AM
8thos's Avatar
8thos 8thos is offline
 
Join Date: Aug 2010
Location: Pensacola, FL
Posts: 772
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Doesn't phase my site a bit.
Reply With Quote
  #48  
Old 08-27-2011, 09:32 AM
vbresults vbresults is offline
 
Join Date: Apr 2009
Posts: 687
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Nimaveli View Post
Does this plugin use alot of resources?
Quote:
Originally Posted by JayCat View Post
Does this add a lot of database queries?
No.
Reply With Quote
  #49  
Old 08-27-2011, 08:45 PM
pete_brady pete_brady is offline
 
Join Date: Mar 2002
Location: Dublin
Posts: 209
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Working fine for me in IE9, but nothing happens in Chrome 14 or Firefox 6.
Reply With Quote
  #50  
Old 08-27-2011, 09:21 PM
SECTalk.com SECTalk.com is offline
 
Join Date: Feb 2009
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lancer,

Just wondering if it would be possible to reset the timer when a new post is entered. For example, you load the last page and you have a 2 minute timer. If within the 2 minutes, someone posts, the mod obviously loads that post, but it resets the timer at that point. Then with the fresh 2 minute timer, if there is another post, then its reset again otherwise expires.

I'd love to pay for functionality similar to this.

Thanks
Reply With Quote
  #51  
Old 08-27-2011, 09:27 PM
vbresults vbresults is offline
 
Join Date: Apr 2009
Posts: 687
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SECTalk.com View Post
Lancer,

Just wondering if it would be possible to reset the timer when a new post is entered. For example, you load the last page and you have a 2 minute timer. If within the 2 minutes, someone posts, the mod obviously loads that post, but it resets the timer at that point. Then with the fresh 2 minute timer, if there is another post, then its reset again otherwise expires.

I'd love to pay for functionality similar to this.

Thanks
It is good functionality and will be in 1.5 or 1.6.
Reply With Quote
2 благодарности(ей) от:
Alan_SP, SECTalk.com
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 07:39 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04683 seconds
  • Memory Usage 2,317KB
  • Queries Executed 25 (?)
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
  • (4)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
  • (11)post_thanks_box
  • (4)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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