Back to vBulletin 3.0 Add-Ons

Something tiny: Password protect your forums from Mods + Supermods too!
Mod Version: 1.00, by CJPC

This modification is in the archives.
vB Version: 3.0.0 Rating: (0 vote - 0 average) Installs: 1
Released: 02 Jul 2004 Last Update: Never Downloads: 0
Not Supported  

By default, when a forum is password protected, mods and supermods can still access with out a password, so last nite i fixed it (looked around, couldnt find anything similiar!)

Find (in functions.php)
Code:
if (!$password OR ($permissions['adminpermissions'] & CANCONTROLPANEL) OR ($permissions['adminpermissions'] & ISMODERATOR) OR can_moderate($forumid))
Replace with (in functions.php)
Code:
   if (!$password OR ($permissions['adminpermissions'] & CANCONTROLPANEL))
Pretty much forces mods + supermods to throw the password in, and not have it wide open by default!

Umm, admins can still access it w/o a pass (if you want, i can, or anyone really, change it so admins must enter the pass too!)

Remember, backup all your data etc... im not responsible for anything (hopefully noone rlsd this before, i couldnt find it!)

Download

No files for download.


vblts.ru supports vBulletin®, 2022-2024