soundboy
10-19-2008, 05:13 AM
I have this code..
if ($vbulletin->userinfo['usergroupid'] == '142' )
{echo'Content';}
But it only allows one usergroup to see the content. How can i make it so 2 or 3 usergroups can see it?
Thanks :)
if ($vbulletin->userinfo['usergroupid'] == '142' )
{echo'Content';}
But it only allows one usergroup to see the content. How can i make it so 2 or 3 usergroups can see it?
Thanks :)