1

Topic: denying moderators access to "censor" feature.

I'm using the "censor' feature on my bb, but I'd like it to be for admin use only, as a moderator tends to goof with it too much.

How can I deny access to that feature to  mods?


Thanks a lot.

Re: denying moderators access to "censor" feature.

I believe you may just change this line in admin_censoring.php:

if ($pun_user['g_id'] > PUN_MOD)

to

if ($pun_user['g_id'] > PUN_ADMIN)
Looking for a certain modification for your forum? Please take a look here before posting.