I was trying to force users to ignore themselves with this old code of Logician:
Quote:
edit global.php (in forum dir not in admin dir!), go at the end of file and find ?> right before that add:
PHP Code:
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?