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.
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → 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.
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)
PunBB Forums → PunBB 1.2 troubleshooting → denying moderators access to "censor" feature.
Powered by PunBB, supported by Informer Technologies, Inc.