h2ojunkie
07-12-2007, 12:14 AM
If I use this statement to check the primary usergroup:
if (in_array($vbulletin->userinfo['usergroupid'], array (30,31)))
what do I use to check if they are a member of a secondary usergroup?
thanks
Nevermind, I found it
if (in_array($vbulletin->userinfo[membergroupids], array (30,31)))
if (in_array($vbulletin->userinfo['usergroupid'], array (30,31)))
what do I use to check if they are a member of a secondary usergroup?
thanks
Nevermind, I found it
if (in_array($vbulletin->userinfo[membergroupids], array (30,31)))