Quote:
Originally posted by neo
if ($bbuserinfo[posts]<=20) { $colorname = "<that html code>$post[username]</end that html code>"; }
or something like that.....
*yet another usfull code sniplet from "Neo"*
|
$bbuserinfo[posts] definetely does not reflect user group id or user id. You probably meant $bbuserinfo[usergroupid], however let me note you taht it won't work as designed with that variable.