$steamid=array('field6'=>$vbulletin->GPC['steam_id']);
$userdata->set_userfields($steamid);
Which grabs the content from a box I added on registration and puts it into the users custom profile field 6. But this isnt working, it worked for a while but stopped. I dont know whats wrong. There is content in the box, but it isnt saved when users register.
Comment