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> |
#2
|
|||
|
|||
try
Code:
<vb:if condition="$bbuserinfo['field8'] == 'Yes'">Message</vb:if> |
#3
|
|||
|
|||
I already posted the same solution... Thanks anyway Sherif
|
#4
|
|||
|
|||
oops page was open and i didn't refresh for a while so didn't saw your update..
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|