Raphaelx
07-18-2011, 02:01 PM
Hey,
I would like to show a message on FORUMDISPLAY to all users who have profile field "field8" set to "Yes".
I already tried
<vb:if condition="$show['field8'] == 'Yes'">Message</vb:if>
but this does not work...
--------------- Added 1311001617 at 1311001617 ---------------
Solution:
<vb:if condition="$bbuserinfo['fieldx'] == 'Yes'">Message</vb:if>
I would like to show a message on FORUMDISPLAY to all users who have profile field "field8" set to "Yes".
I already tried
<vb:if condition="$show['field8'] == 'Yes'">Message</vb:if>
but this does not work...
--------------- Added 1311001617 at 1311001617 ---------------
Solution:
<vb:if condition="$bbuserinfo['fieldx'] == 'Yes'">Message</vb:if>