The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
password protected forums
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? |
#2
|
|||
|
|||
Give moderators permission to the forum, and don't make it password protected?
|
#3
|
||||
|
||||
If a user is a moderator of the forum they don't have too.
|
#4
|
|||
|
|||
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..
|
#5
|
||||
|
||||
Quote:
If you make this edit it will allow all moderators on the site to bypass all forum password. Open: --------- includes/functions.php Find: Code:
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)) Code:
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()) |
#6
|
|||
|
|||
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. |
#7
|
||||
|
||||
Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|