yea...I had already tried that but it didn't work
I am thinking it needs to look something like
PHP Code:
if (strlen($message)>$postmaxchars and $postmaxchars!=0 and ($bbuserinfo[usergroupid]!=6) or ($bbuserinfo[usergroupid]!=5) or ($bbuserinfo[usergroupid]!=7)) {
eval("do what it is supposed to do")."\");");
}else{
eval("standarderror(\"".gettemplate("error_toolong")."\");");
}
granted I don't know what it is supposed to do and I am spit at php....lol