The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
[Solved]
Solved
|
#2
|
|||
|
|||
Try
Code:
$vbulletin->userinfo['fieldX'] |
#3
|
|||
|
|||
Not working, kh99.
This is the code i'm using. HTML Code:
<if condition="$vbulletin->userinfo['fieldX']">Profile: $vbulletin->userinfo[fieldX]</if> Quote:
|
#4
|
|||
|
|||
Oh yeah, sorry - try
Code:
<if condition="$vbulletin->userinfo['fieldX']">Profile: {$vbulletin->userinfo[fieldX]}</if> Code:
<if condition="$bbuserinfo['fieldX']">Profile: $bbuserinfo[fieldX]</if> |
#5
|
|||
|
|||
Awesome kh99. Both of them are working.
Thanks a lot! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|