Exclude certain users from Forum Leaders
This modification is in the archives.
What's this do?
This mini-hack allows you to prevent certain users from showing up on the Forum leaders page. This was a requested Hack. Time to install = Less than 5 minutes. Files to edit = 1 templates to edit = 0 Queriest to run = 0 Database alterations = 0 installation Open showgroups.php and find: PHP Code:
if ($user['userid'])
PHP Code:
if (($user['userid']) && (!in_array($user['userid'], array(X,X))))
Save, Upload and you're done. There shouldn't be a need for much support, but if it's required I'll handle it exclusively in this thread. Download No files for download. |
Similar Mods
Forum Display Enhancements Exclude Users from Members List | vBulletin 3.6 Add-ons |