AJAX Tabbed Latest Threads

MobileHacks

New Member
This modification lets you display latest threads of the defined forums in the forum home. Uses ajax in order to get the latest threads of the clicked forum in every 5 seconds.

Max forums you can enter is 5. If you enter more, the product will cut it to 5.

You are able to display 5, 10, 15 and 20 results.

The product will also work for 3.7 users.

INSTALLATION
  • Unzip the file.
  • Import the product via AdminCP.
  • Upload the directory to your forum home via FTP.

NOTES
  • Do not forget to update the options via AdminCP -> vBulletin Options -> vBulletin Options -> AJAX Tabbed Latest Threads.
  • If you don't wish the product to make the template change, use the $latestthreads variable in anywhere you wish in your FORUMHOME template.
 
Peru_BobMarley said:
if i can show this in vbadvanced???

search in xml file:
PHP:
		$vbulletin->templatecache['FORUMHOME'] = str_replace($find, $find . $replace, $vbulletin->templatecache['FORUMHOME']);

edit and import.
 
Does this update per thread, or on a per post? I have something from 3.7 that's similar, but it doesn't fetch recent posts, instead it updates from the time of your click to the feed page.
 
Back
Top