I'm not sure how to do this in vbulletin 4.
I have a custom field that says "Show Customer Outfits?" when if selected, I want it to show images that are in the profile. If they say no, it hides the images.
I've tried:
Code:
<vb:if condition="$profilefield[27] != 'Yes'">Show This</vb:if>
<vb:if condition="$profilefield[27] != 'No'">Show this instead</vb:if>
but that's not working.