also, im having a problem with this since the newest update. has anything changed with the options? i see my options files being included on the page.
I have a usergroup id number set in the options, and im an additional user in that usergroup id, however
PHP Code:
$usergroups = $vbulletin->options['vbay_seller_usergroups'];
$usergroups = str_replace(" ", "", $usergroups);
$groups = explode(',',$usergroups);
PHP Code:
is_member_of($vbulletin->userinfo, $groups)
is now returning false...