Could you add multiple variables to this? If so, how would you do it?
Quote:
Originally posted by scsa20
in phpinclude template, add this:
PHP Code:
if ($bbuserinfo['usergroupid']==6 OR $bbuserinfo['usergroupid']==7 OR $bbuserinfo['usergroupid']==5) {
$adminopt = "Whatever you want here for the Sig and Proxy Detected";
}
then replace the part about the sig and proxy with $adminopt
that should work
|