Quote:
Originally Posted by sabret00the
two questions, how do you create em
and how would i check if someone is a member of one?
i.e.
PHP Code:
if ($bbuserinfo[usergroupid] == 1.5) { .... }
?
|
you create them by adding a usergroup and assiging users to it as not their primary usergroup.
and you check it by using the is_member_of function
is_member_of($var, X)
$var being $bbuserinfo , $post and X being the additional usergroup id