The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Need help with elseif contitional for single-selection radio buttons
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> 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 |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|