sorry d00d it works but i think he wanted this other bit hidden aswell
so d00d after you have done filburt1's bit of code do the following
in forumdisplay.php FIND:
PHP Code:
eval("\$announcement = \"".gettemplate('forumdisplay_announcement')."\";");
$doneannouncements = 1;
}
and replace it with
PHP Code:
if ($bbuserinfo['userid'] == "0") {
$announcement = "";
} else {
eval("\$announcement = \"".gettemplate('forumdisplay_announcement')."\";");
$doneannouncements = 1;
}
}
this will not allow it to show in the forumdisplay thread list aswell