The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
This didn't work for me.
<if condition="$post['fieldX] == 'Yes'"> it was yes </if> never prints "it was yes" no matter the setting. AHA! I found the problem. Everyone always uses $post in your examples but that is WRONG. it's bbuserinfo. this works: <if condition="$bbuserinfo[field25]=='Yes'">Code</if> Thank you vbulletin.org! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|