The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#7
|
|||
|
|||
![]()
Ah.
This one, its so small I though it came by default with vBulletin :lick: // Top Poster (Template Mod Style) // Original: Lesane // vB3 Re-Make: assassingod (ffdcsite) Code:
Step one: Open up the 'phpinclude_start' template and at the bottom, add: if (THIS_SCRIPT == "index") { $topposter = $DB_site->query_first(" SELECT username,posts,userid FROM " . TABLE_PREFIX . "user ORDER BY posts DESC LIMIT 1 "); } Step 2: Now in the FORUMHOME template, add anywhere you want: <br /> <b>Top Poster:</b> <a href="member.php?$session[sessionurl]u=$topposter[userid]">$topposter[username]</a> (With $topposter[posts] posts!) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|