Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
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
  #892  
Old 09-02-2009, 07:58 AM
New Joe's Avatar
New Joe New Joe is offline
 
Join Date: May 2009
Posts: 1,128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok I have checked and everything was up loaded from the 'upload' folder correctly and the xml file installed with only the edit I posted above but after testing it it doesn't work.
The live topic icon shows but the Threads don't automatically update when new posts are made in them within the set time limit.
Any help on this?
Reply With Quote
  #893  
Old 09-03-2009, 01:30 PM
New Joe's Avatar
New Joe New Joe is offline
 
Join Date: May 2009
Posts: 1,128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Working now, the vB Favorites mod was the problem, disabled and all is ok.
Top class mod this.
Reply With Quote
  #894  
Old 09-05-2009, 10:32 AM
realmr realmr is offline
 
Join Date: Aug 2008
Posts: 213
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is it possible to restrict live topics to certain forums and is it possible for admins or mods only to select the topic to be live so that other topics will not get affected by these changes ??
Reply With Quote
  #895  
Old 09-06-2009, 06:02 AM
DolphinEcho DolphinEcho is offline
 
Join Date: Aug 2009
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had to commet out the track url for it to install in the xml file, as it was timing out.

Code:
if (function_exists('file_get_contents')) file_get_contents('http://track.scriptasy.com/livetopic/1.07b/'.$_SERVER['HTTP_HOST']);
To
Code:
// if (function_exists('file_get_contents')) file_get_contents('http://track.scriptasy.com/livetopic/1.07b/'.$_SERVER['HTTP_HOST']);

Also I noticed the orange Live Topic image has some white areas in it and not fully transparent

Thanks for the great mod
Reply With Quote
  #896  
Old 09-06-2009, 06:05 AM
DolphinEcho DolphinEcho is offline
 
Join Date: Aug 2009
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

Is there anyway to get this to work on VB Advanced ?
Reply With Quote
  #897  
Old 09-07-2009, 11:51 AM
matthewhotdude matthewhotdude is offline
 
Join Date: Jul 2009
Posts: 560
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

anyone else have the problem where posts will dissapear ??? and you have to refresh for them to come back?
Reply With Quote
  #898  
Old 09-07-2009, 05:24 PM
inciarco's Avatar
inciarco inciarco is offline
 
Join Date: Mar 2007
Posts: 758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by matthewhotdude View Post
anyone else have the problem where posts will dissapear ??? and you have to refresh for them to come back?
In some of the Posts of this Thread and on the vB37x's Thread is Explained how to do that; it has been answered several times. (the Mod has that BUG and you need to set the Option of the Number of Posts to Start Hiding the Old Ones to a Big Value, like 10000 so that they don't Hide and cause that Malfunction).

My Best Regards.

Reply With Quote
  #899  
Old 09-07-2009, 06:44 PM
matthewhotdude matthewhotdude is offline
 
Join Date: Jul 2009
Posts: 560
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Code:
Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB5; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; MSN OptimizedIE8;ENGB)
Timestamp: Mon, 7 Sep 2009 19:44:12 UTC


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js


Message: Object required
Line: 2
Char: 1840
Code: 0
URI: http://www.chattaboxforums.com/clientscript/livetopic.js
I get loads of these now
Reply With Quote
  #900  
Old 09-09-2009, 11:58 AM
matthewhotdude matthewhotdude is offline
 
Join Date: Jul 2009
Posts: 560
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone?
Reply With Quote
  #901  
Old 09-09-2009, 02:23 PM
War.Frog's Avatar
War.Frog War.Frog is offline
 
Join Date: Aug 2009
Location: Ontario, Canada
Posts: 262
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I searched this thread for "Thanks", and "Thank you" but found no hit so hopefully I'm not re-asking this question.

I have the Post Thanks and Post Groan mods installed, and I find when a Live Topic reply pops up it's missing the Thanks / Groan buttons. Is there a way to enable their display?
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 06:19 PM.


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.18893 seconds
  • Memory Usage 2,391KB
  • 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
  • (1)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