Quote:
Originally Posted by SirAdrian
Code:
<if condition="$vbulletin->userinfo['field' . $vbulletin->options['sn']] == 'Yes'">
|
Should $vbulletin->options and $vbulletin->userinfo be used? I thought it was vboptions and vbuserinfo were for the templates? Cause thisedit will be done to a template.
The code also didn't work rather I tried it with $vbulletin->options or $vboptions.