Top Posters per Forum (shown in forumdisplay)
This modification is in the archives.
What does this hack do?
This hack shows the top poster in each forum, in the forumdisplay template (so when viewing the forum, you can see the top poster for that forum). The line that displays the top poster for the forum is in the template, so you can move it anywhere you want it to show up! View screenshots for examples! Instructions Open forumdisplay.php and find PHP Code:
eval('print_output("' . fetch_template('FORUMDISPLAY') . '");');
PHP Code:
// Top Posters Per Forum hack v1.0 by Gary W.
HTML Code:
$navbar HTML Code:
<td><span class="smallfont">This forum's top $topposterno2 posters are: $topposters</span></td> HTML Code:
$and<b><a href="member.php?$session[sessionurl]u=$top[userid]">$top[username]</a></b> with <b>$top[posts]</b> posts$final If you want it to work faster (on large boards especially), then run the following query on your database: SQL Query: (how to run queries)
ALTER TABLE post ADD INDEX (username); Download No files for download. Screenshots
|
Similar Mods
Top Posters per Forum (shown in forumdisplay) | vBulletin 2.x Full Releases |