Thanks Xenon!! I am having a problem though with it. I did it and creating a new postbit for it and it is not working lol!
Here is my fuction PHP:
// do posts from ignored users
if (($ignore[$post[userid]] and $post[userid] != 0)) {
eval("\$retval = \"".gettemplate("postbit_ignore")."\";");
} else {
if ($$bbuserinfo[usergroupid]==6)
{eval("\$retval = \"".gettemplate("postbit2")."\";");
}
else{
eval("\$retval = \"".gettemplate("postbit")."\";");
}
}
return $retval;
}
// ###################### Start gettextareawidth #######################
I have the postbit name setup right. So I am a little puzzled lol!
|