The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Closed forum Permissions
I have asked on vbulletin.com and was told to ask here
Turn Your vBulletin on and off Bulletin Board Active From time to time, you may want to turn your bulletin board off to the public while you perform maintenance, update versions, etc. When you turn your BB off, visitors will receive a message that states that the bulletin board is temporarily unavailable. Administrators will still be able to see the board Is there away to allow mods access to the forum when its closed plz Thanks Beams |
#2
|
||||
|
||||
In global.php replace this:
Code:
$permissions=getpermissions(); if (!$permissions['cancontrolpanel']) { Code:
$permissions=getpermissions(); if (!$permissions['cancontrolpanel'] and !$permissions['ismoderator']) { |
#3
|
|||
|
|||
Hi FireFly
worked a treat m8 Thanks a lot Beams |
#4
|
||||
|
||||
No problem, Beams.
|
#5
|
||||
|
||||
FF - I have tried this and still my mod's can't get in? Any ideas
|
#6
|
||||
|
||||
this is just for supermods
if you change it into this: PHP Code:
|
#7
|
||||
|
||||
Great thanks for the super quick reply -I had changed my one mod to a supermod and relised ithas work with the origal code ajustment. I will change it over to you MOD code adjustment.
Is it possible to set it up for both mod's and supermods |
#8
|
||||
|
||||
my code is for mods and supermods
the ismoderator clause is for supermods, i just alloewd another group to get through the barrier |
#9
|
||||
|
||||
I get a parse error with the updated code?
I'm using VB2.3.0 |
#10
|
||||
|
||||
after ") add another ) i've forgotten it it seems
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|