The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
External registration
Hi,
So I got my data manager: Code:
$userdata =& datamanager_init('User', $this->vbulletin, ERRTYPE_ARRAY); $userdata->set('email', $this->vbulletin->GPC['email']); $userdata->set('username', $this->vbulletin->GPC['username']); $userdata->pre_save(); I'm not quite sure about why GPC clears my post data, any help is much appreciated. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|