What variable is USERGROUP ID now?
I am trying to hardcode some values in class_dm_threadposts.
I want the floodcheck to only happen if you aren't in a certain usergroup
I can't get the usergroupid though.
I've tried all these variables and none give me a value:
echo $bbuserinfo['usergroupid'];
echo $user['usergroupid'];
echo $userinfo['usergroupid'];
echo $vbulletin->userinfo['usergroupid'];
echo $vbulletin->userinfo['userid'];
Same with class_dm_user.php
None of those will display the user group id.
|