The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
$vbulletin->userinfo Help Needed
I'm working on trying to create a plugin/hook to insert some user data into another table(s), but I can't seem to locate all of the user variables, specifically the user email address.
When running the following: Code:
echo '<pre>'; print_r($vbulletin->userinfo); echo '</pre>'; Code:
Array ( [userid] => 1 [usergroupid] => 6 [membergroupids] => [infractiongroupids] => [username] => admin [password] => a037c104bf5bd5174da7362598200042 [salt] => 8] ) |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|