The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
if conditional
I am trying to make this old conditional work in a a new style
Code:
<if condition="$userinfo[field5]"> </if> This is what I have but it done work. Code:
<vb:if condition="$userinfo[$bbrfield1]"> testing </vb:if> Code:
$bbrfield1 = $vbulletin->options['bbr_plugin_profile_field1']; I am trying to show a field on the profile if it is filled out. Any help would be much appreciated. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|