Back to vBulletin 3.5 Add-ons

Top 5 "Hot" Topics on Forum Home Page
Mod Version: 1.1, by amykhar

This modification is in the archives.
vB Version: 3.5.0 RC1 Rating: (1 vote - 3.00 average) Installs: 79
Released: 29 Jul 2005 Last Update: 02 Aug 2005 Downloads: 161
Not Supported Uses Plugins Template Edits Is in Beta Stage  

This little one puts a list of the five threads with the most replies that have been active in the past 7 days on your forum home page.

You can change the query to make it 10 topics with most views or whatever suits your needs.

Things you may want to change:

To get the top 10, 20 or whatever topics instead of 5, change
Code:
LIMIT 5
to the number of your choice.

To get the top topics based on views instead of replies, change
Code:
ORDER BY replycount
to
Code:
ORDER BY views
To keep track of the top threads that are currently active, no matter when they were started, change
Code:
WHERE dateline > $datecut
to
Code:
WHERE lastpost > $datecut

Download

This modification is archived and cannot be downloaded.

Supporters / CoAuthors

  • Boofo

Screenshots

 


vblts.ru supports vBulletin®, 2022-2025