Created a couple fields to show up on the postbit legacy. For those who didn't include any information, there is a box with nothing in it. Here is an example:
http://www.caraudiojunkyard.com/foru...5&postcount=45
This is how it suppose to look like:
http://www.caraudiojunkyard.com/foru...95&postcount=1
This is the current code:
Code:
<div class="rm_userinfo" align="center">
<if condition="$post['field19']"><strong>Real Name:</strong> $post[field19]</if><br />
<if condition="$post['field2']"><strong>$vbphrase[location_perm]:</strong> $post[field2]</if><br />
<if condition="$post['age']"><strong>$vbphrase[age]:</strong> $post[age]</if>
</div>
What did i do wrong?