i see no custom dropdown profile field on your site.
--------------- Added [DATE]1360256533[/DATE] at [TIME]1360256533[/TIME] ---------------
try == '1' instead of == 1
--------------- Added [DATE]1360257340[/DATE] at [TIME]1360257340[/TIME] ---------------
Code:
<vb:if condition="$bbuserinfo['field11'] == 'Off Active Duty'">
<p style="margin:15px 0;padding:8px;background:#ff0000;color:#333;">Please change to active!</p>
</vb:if>
Try that.
--------------- Added [DATE]1360257519[/DATE] at [TIME]1360257519[/TIME] ---------------
If that doesnt work then try
"Second Option Selected"
Code:
<vb:if condition="$bbuserinfo[field11] & 2"><p>STUFF</p></vb:if>
dont remember exactly but it could be either [field11] or ['field11'] try both.