Quote:
Originally Posted by Simon Lloyd
I don't know much but shouldn't it be something like this:
HTML Code:
<vb:if condition="$vbulletin->userinfo['field23'] == '1'">
|
It's a multiple selection profile field, so you can think of the value as a binary number where each possible selection is represented by one of the bits. The '&' operator can be used to test one bit at a time.