The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi,
When a user is logging in and their username and password are correct, what line of code will get their email address. E.G. $email = code Thanks. |
#2
|
|||
|
|||
![]()
Can anyone help with this, please.
|
#3
|
||||
|
||||
![]()
You have their email in the adminCP.
May I ask what your trying to do before I help? |
#4
|
|||
|
|||
![]()
Hi,
I need the email for the user logging in, to login into another application at the same time, that I am integrating into vbulletin. This other application uses email to login. Thanks |
#5
|
||||
|
||||
![]()
It is one of the following.
Code:
$email = $bbuserinfo['email']; or $email = $vbulletin->userinfo['email']; |
#6
|
|||
|
|||
![]()
Thanks for the help
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|