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>