PDA

View Full Version : How can I lock a forum with a password to all users including the super moderators


ameenov
11-30-2004, 09:20 PM
I used a password for a forum and it works fine but it doesn't appear to
the super moderators and the administrators. :ermm:

the Q is:
How can I lock a forum with a password to all users including super moderators super moderators and administrators.

show me how to do it please.
Anything related to the same topic will be helpful.

ameenov
12-01-2004, 07:35 PM
Any help?

V.303

Zachery
12-01-2004, 07:53 PM
Any help?

V.303In functions.php find

OR ($permissions['adminpermissions'] & CANCONTROLPANEL) OR ($permissions['adminpermissions'] & ISMODERATOR) OR can_moderate($forumid)


Remove it

ameenov
12-01-2004, 09:31 PM
thanks I will try it

ameenov
12-01-2004, 09:46 PM
It works
thanks