The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
What the hell is wrong with this code?!?!
Basically I'm trying to get my forum to display a profile field in the Postbit. I had it working and then tweaked it slightly which made it disappear. Now I try to put it back and it won't display anymore?! I'm sure there's nothing wrong with this. Code in red is what I've added in.
Code:
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if> <if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if> <if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if> <if condition="$post['field7']">Stakes Played: $post[field7]</if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|