View Full Version : password protected forums
cuphongle
03-09-2007, 01:46 PM
well, everything is working nice
but i also want my mods to be able to not type in the password everytime
right now supermods/admins dont have to do that
anyone know how i can do that?
doogie88
03-09-2007, 02:24 PM
Give moderators permission to the forum, and don't make it password protected?
Zachery
03-09-2007, 04:17 PM
If a user is a moderator of the forum they don't have too.
cuphongle
03-10-2007, 01:01 AM
ok, but is there any way, to make all my moderators, enter a pass protected forum, without typing any pass, just like super mods, and admins..
Zachariah
03-10-2007, 02:46 AM
ok, but is there any way, to make all my moderators, enter a pass protected forum, without typing any pass, just like super mods, and admins..
Ok,
If you make this edit it will allow all moderators on the site to bypass all forum password.
Open:
---------
includes/functions.php
Find:
if (!$password OR ($vbulletin->userinfo['permissions']['adminpermissions'] & $vbulletin->bf_ugp_adminpermissions['cancontrolpanel']) OR ($vbulletin->userinfo['permissions']['adminpermissions'] & $vbulletin->bf_ugp_adminpermissions['ismoderator']) OR can_moderate($forumid))
Change to:
if (!$password OR ($vbulletin->userinfo['permissions']['adminpermissions'] & $vbulletin->bf_ugp_adminpermissions['cancontrolpanel']) OR ($vbulletin->userinfo['permissions']['adminpermissions'] & $vbulletin->bf_ugp_adminpermissions['ismoderator']) OR can_moderate())
cuphongle
03-11-2007, 06:20 PM
thanks :)
GZHQ
thanks alot for that
think its possible if i can put a special group for that?
like i have VIP group, and i dont want them to enter password.
Zachariah
03-19-2007, 11:55 AM
like i have VIP group, and i dont want them to enter password.
Bypass Passworded Forums by Usergroup ID (https://vborg.vbsupport.ru/showthread.php?t=141665)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.