Most active user in the forums
This modification is in the archives.
This product is no longer supported!
Warrning: this hack is no more supported, there is a new re-written fully controlled version published here: http://www.vbulletin.org/forum/misc.php?do=producthelp&pid=phpkd_most_active_user This hack lets you add to your forum home page the most active user today, he is the user that has posted the most from 0:00 GMT until the end of the day. In your forum home page it appears something like: The most active user in the forum is: Username! First I have searched 3.5 Forums & doesn't find any like that so I have posted it Its port from http://www.vbulletin.org/forum/showthread.php?s=&threadid=60391 For Kentaurus with his permision
It uses only one query in the forumhome It will displays todays most active user only if there is at least one user has posted today, if not there is nothing appears at all untill some one post. Simply Import the Product & make the following Template Edit ################################################################### # Template modifications in FORUMHOME ################################################################### ------------------------------------------------------------------- search for this: ------------------------------------------------------------------- HTML Code:
<div><phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div> change it to: ------------------------------------------------------------------- HTML Code:
<div><phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div> <if condition="$maxposter[userid]"><div><phrase 1="member.php?$session[sessionurl]u=$maxposter[userid]" 2="$maxposter[username]">$vbphrase[most_active_user_in_forums]</phrase></div></if> Finally Do You Know This Buttom ? Click on it Download This modification is archived and cannot be downloaded. Screenshots
|
Similar Mods
Forum Home Enhancements Currently Active Users above Forums | vBulletin 3.6 Template Modifications |
[VB3 RC3] Most active user in the forums | vBulletin 3.0 Full Releases |