The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How can I upate a user's email or username programaticlly?
I can create a user programtically with the code below:
Code:
$newuser =& datamanager_init('User', $this->vbulletin, ERRTYPE_ARRAY); $newuser->set('username', $username); $newuser->set('email', $email); $newuser->set('password', 'password'); $newuser->set('usergroupid', 2);for this scenario $newuser->save(); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|