PDA

View Full Version : custom profile fields in forumdisplay


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>

Badshah93
07-18-2011, 02:14 PM
try

<vb:if condition="$bbuserinfo['field8'] == 'Yes'">Message</vb:if>

Raphaelx
07-18-2011, 02:25 PM
I already posted the same solution... Thanks anyway Sherif :)

Badshah93
07-18-2011, 02:38 PM
I already posted the same solution... Thanks anyway Sherif :)

oops page was open and i didn't refresh for a while so didn't saw your update..