acast
12-14-2012, 02:58 AM
I was trying to force users to ignore themselves with this old code of Logician:
edit global.php (in forum dir not in admin dir!), go at the end of file and find ?> right before that add:
PHP Code:
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..
But it doesn't work for me. Anybody knows why?
edit global.php (in forum dir not in admin dir!), go at the end of file and find ?> right before that add:
PHP Code:
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..
But it doesn't work for me. Anybody knows why?