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']}"]">