Top 5 "Hot" Topics on Forum Home Page
This modification is in the archives.
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 get the top topics based on views instead of replies, change Code:
ORDER BY replycount Code:
ORDER BY views Code:
WHERE dateline > $datecut Code:
WHERE lastpost > $datecut Download This modification is archived and cannot be downloaded. Supporters / CoAuthors
Screenshots
|