The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
Calling profile field in template question
I am trying to called a profile field that is a setting and I can't for the life of me get it to work in a template. This works in PHP:
Code:
if ($vbulletin->userinfo["field{$vbulletin->options['boofo_link_1_name']}"]) But how do I do the same thing in a template? The option setting is set to the profile field number. I have tried the following and all I get are template errors: HTML Code:
<vb:if condition="$vbulletin->userinfo['field[$vboptions[boofo_link_1_name]']"> <vb:if condition="$vbulletin->userinfo["field{$vbulletin->options['boofo_link_1_name']}"]"> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|