vB Comparison Operators

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • insidedesign
    Senior Member
    • May 2007
    • 154

    [Forum] vB Comparison Operators

    Code:
    <vb:if condition="$post['field12']">, {vb:raw post.field12}</vb:if>
    The above code displays profile field 12 as long as it is not empty. How would I only display profile field 12 if it were not empty AND were equal to "Not in the United States"?
  • Zachery
    Former vBulletin Support
    • Jul 2002
    • 59097

    #2
    What sort of user profile field is it?

    Comment

    • insidedesign
      Senior Member
      • May 2007
      • 154

      #3
      Originally posted by Zachery
      What sort of user profile field is it?
      Single-Selection Menu

      Comment

      Related Topics

      Collapse

      Working...