vauge
04-08-2006, 02:10 PM
I am attempting something like this:
if ($vbulletin->userinfo['is_member_of($bbuserinfo,60)'])
{
do something...
}
How can I check if user is a member of a specific group in code (not template)?
Thanks for any help.
if ($vbulletin->userinfo['is_member_of($bbuserinfo,60)'])
{
do something...
}
How can I check if user is a member of a specific group in code (not template)?
Thanks for any help.