The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
i have the username update code below
Code:
$userdm =& datamanager_init('User', $vbulletin); $userdm->set_existing(fetch_userinfo( $vbulletin->userinfo['userid'])); $userdm->set('username', unhtmlspecialchars(trim($vbulletin->GPC['uname']))); $userdm->save(); can someone show me how to print out a message saying your username has been successfully changed and redirects to the main forum page after this code, thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|