Hi,
I'm hoping this is the correct forum for asking this.
I have added a custom profile field with a single-selection radio button with the options "No" and "Yes". These are field22 and No is set as default.
The option will make the user choose if he wants to see a latest threads box or not.
I have tried the following:
Code:
<vb:if condition="$post['field22']=='No'">
code for showing the box here
<vb:elseif condition="$post['field22']=='Yes'" />
</vb:if>
This apparently does not work as it hides the box no matter what option is selected.
I would really appreciate if someone could tell me where I got it wrong, or if there is another way to do this. I have also tried switching No and Yes with the same result.
Thanks in advance