The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Email var
What's the var to get a user's email? I remember it used to be $bbuserinfo[email], but that's not working for me.
|
#2
|
|||
|
|||
PHP Code:
|
#3
|
||||
|
||||
Strange. That's not working either.
I get Array['email']. |
#4
|
|||
|
|||
If you are using this in templates try this:
HTML Code:
{$vbulletin->userinfo['email']} |
#5
|
||||
|
||||
Still nothing, I'm not even getting the Array['email'] now.
|
#6
|
|||
|
|||
Where are you putting this?
|
#7
|
||||
|
||||
if it's php use
PHP Code:
HTML Code:
$bbuserinfo['email'] HTML Code:
{$bbuserinfo['email']} |
#8
|
||||
|
||||
I'm trying to use it in a template. Neither of those worked Sabre, I had to strip the apostrophes out too, template was giving me that conditional error stuff.
|
#9
|
|||
|
|||
Quote:
|
#10
|
||||
|
||||
No a custom template. But I've tried everything that's been posted here to try on the forumhome template too, just to make sure it wasn't something with my template. They've yielded the same results.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|