TheInsaneManiac
10-07-2009, 02:59 AM
<if condition="$bbuserinfo['field92'] === 'No'">
Is my current layout. How can I get $vboptions['sn'] in it?
My field id is stored in the VBoptions. So I need it like this:
<if condition="$bbuserinfo['field $vboptions['sn']'] === 'Yes'">
Only that doesn't work.
Is my current layout. How can I get $vboptions['sn'] in it?
My field id is stored in the VBoptions. So I need it like this:
<if condition="$bbuserinfo['field $vboptions['sn']'] === 'Yes'">
Only that doesn't work.