OK, so I've found the template, and I guess this is what I need to focus on?
Code:
<div class="smallfont">
<br />
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
<if condition="$post['field8']"><div>$vbphrase[location_perm]: $post[field8]</div></if>
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
<div>
$vbphrase[posts]: $post[posts]
</div>
Also do you know I can get rid of age showing up without deleting that line in the code? Is there an option?