lucky64
09-04-2005, 11:06 PM
Hello,
I have two users who don't like eachother, one is an admin (and ignoring admins/mods are disabled) and the other is a regular user.
Can I forcefully make these two ignore eachother?
I found this code for VB2 but I don't know if VB3.5 RC2 works with it...
edit global.php (in forum dir not in admin dir!), go at the end of file and find ?> right before that add:
if ($bbuserinfo[userid]==X) {$bbuserinfo[ignorelist].=' Y';}
elseif ($bbuserinfo[userid]==Y) {$bbuserinfo[ignorelist].=' X';}
Replace X and Y with the userids of the users and you're done.. :)
Enjoy..
Any ideas?
I have two users who don't like eachother, one is an admin (and ignoring admins/mods are disabled) and the other is a regular user.
Can I forcefully make these two ignore eachother?
I found this code for VB2 but I don't know if VB3.5 RC2 works with it...
edit global.php (in forum dir not in admin dir!), go at the end of file and find ?> right before that add:
if ($bbuserinfo[userid]==X) {$bbuserinfo[ignorelist].=' Y';}
elseif ($bbuserinfo[userid]==Y) {$bbuserinfo[ignorelist].=' X';}
Replace X and Y with the userids of the users and you're done.. :)
Enjoy..
Any ideas?