Parker Clack
03-02-2002, 04:53 PM
In the admin/functions.php file I want to add a check to the ignore feature so that a member cannot ignore an admin, moderator or themselves.
Here is the check as it is there now.
// do posts from ignored users
if (!$ignore[$post[userid]]) {
eval("\$retval = \"".gettemplate("postbit")."\";");
} else {
Any ideas what to use?
Thanks,
Parker
Here is the check as it is there now.
// do posts from ignored users
if (!$ignore[$post[userid]]) {
eval("\$retval = \"".gettemplate("postbit")."\";");
} else {
Any ideas what to use?
Thanks,
Parker