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