TeamDevotion
05-09-2007, 08:19 PM
K, so i'm writing up this script and im using an if statement.
<if condition="$userinfo[usergroupid]==9">
Show this
BUT, this only works if the user group id is their primary one, it doesn't work for secondary usergroups, is there something i should be using other than "usergroupid"?
<if condition="$userinfo[usergroupid]==9">
Show this
BUT, this only works if the user group id is their primary one, it doesn't work for secondary usergroups, is there something i should be using other than "usergroupid"?