View Full Version : Top 5 post (# views) in marquee
Wanted
09-15-2001, 09:10 PM
is there any hack to display the top 5 post (# views) of every forum in a marquee in the header of that forum ..
Wanted
09-18-2001, 03:05 AM
Pump up
Gutspiller
02-04-2002, 07:06 PM
You can probably use a latest threads hack and use a javascript to scroll them any which way you want. I have played around with this a little bit and it works, another what I have done is a little different than what you are asking for.
Bald Bouncer
02-05-2002, 09:44 AM
OK I havent had time to check this works, but have a go anyway
open index.php, find
// get total posts
add above
$5views = $DB_site->query('SELECT title FROM forum ORDER BY views DESC LIMIT 5');
while ($5viewstop = mysql_fetch_array($5views)):
++$5viewstop ;
$5viewsname .= "$5viewstop[title], ";
endwhile;
open forumhome template and insert the below were you want it to appear
<marquee>$5viewsname</marquee>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.