The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
custom profile fields in forumdisplay
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> --------------- Added [DATE]1311001617[/DATE] at [TIME]1311001617[/TIME] --------------- Solution: Code:
<vb:if condition="$bbuserinfo['fieldx'] == 'Yes'">Message</vb:if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|