Quote:
Originally Posted by White_Snake
okay, well, your code is requestin the db for data the vbulletin main array already contains, so, try this code and tell me if it works:
PHP Code:
if ($vbulletin->userinfo[field6] == 'Yes' AND $vbulletin->userinfo['usergroupid'] =='2') { $userdata->set('usergroupid', 10); } elseif ($vbulletin->userinfo[field6] == 'No' AND $vbulletin->userinfo['usergroupid'] =='10') { $userdata->set('usergroupid', 2); }
by the way, where did you found this $userdata->set() function? this seems to be a new trick for me
|
Unfortunately it isn't working. I guess it's just not going to work like I want. That's not my code, I just slightly (very slight) modified it to do what I need it to do for my purposes. Not sure where I originally found it.