PDA

View Full Version : Mods Ignore mods but users cant?


thenetbox
08-05-2002, 12:59 AM
Does any one know how to? or can someone make soemthing like dat? something in which users are unable to ignore mods... but mods can ignore mods?

Jungleman
08-05-2002, 01:09 AM
Sorry if this is off topic but if your mods are fighting with each other and want to ignore each other then your forum has an underlying problem and you need to work on that first.

thenetbox
08-05-2002, 01:15 AM
:) hahah.. actually.. its a personal problem they have.. otherwise the boards running quite well :) darkforum.com/darkforum

Logician
08-05-2002, 09:24 AM
edit member2.php, find:


if ($var=='ignorelist' and !$ignoremods and $bbuserinfo[usergroupid] != 6 and ismoderator(0,"",$userid)) {


Replace it as:
if ($var=='ignorelist' and !$ignoremods and ($bbuserinfo[usergroupid] != 6 AND $bbuserinfo[usergroupid] != 5) and ismoderator(0,"",$userid)) {


Enjoy..

thenetbox
08-05-2002, 12:06 PM
Thanks a lot :D I'll give you full credit when I use it :)

Hopefully I can get the mods to work their problems out too

Thanks again :)