i found a better method if you got admins out there that like members you ban. simalar to the one above but im using it and it works
in functions.php
find
PHP Code:
if (!$ignore[$post[userid]]) {
eval("\$retval = \"".gettemplate("postbit")."\";");
} else {
eval("\$retval = \"".gettemplate("postbit_ignore")."\";");
}
under add
PHP Code:
if ($post[userid]==*users id here* AND $bbuserinfo[userid]!=*users ID here*) {
eval("\$retval = \"".gettemplate("postbit_ignore")."\";");
}
replace *user id here* with their user id
then deleate everything from postbit_ignore