here is the code that my old 3.0.6 template had...
Code:
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
<if condition="$post['field68'] == ''">
<div>Region:</div>
<else />
<div>Region: $post[field68]</div>
</if>
<if condition="$post['userid']"><div>Trader Rating: (<a href="traderratings.php?$session[sessionurl]u=$post[userid]">$post[ratetradetotal]</a>)</div></if>
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
<if condition="$post['field5'] == ''">
<div>Punto:</div>
<else />
<div>Punto: $post[field5]</div>
it also displays some of their frofile information. but this doesn't appear to work.