Back to vBulletin 3.0 Add-Ons

Exclude certain users from Forum Leaders
Mod Version: 1.00, by Jolten

This modification is in the archives.
vB Version: 3.0.7 Rating: (1 vote - 5.00 average) Installs: 13
Released: 24 Mar 2005 Last Update: Never Downloads: 0
Not Supported  

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']) 
replace with:
PHP Code:
if (($user['userid']) && (!in_array($user['userid'], array(X,X)))) 
Replace X, X with the user ids you wish to exclude from the forum leaders. Separate id numbers with a comma
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

vblts.ru supports vBulletin®, 2022-2024