kisersose |
12-22-2004 09:20 PM |
Need help with showing age
Okay, I'm pretty new to vbulleting coding and whatnots. For some reason, I can't get the age to show up in the posbit (under their name with location,reputation,etc). I have it checked as yes in the admin cp, and im using the following code in my postbit legacy...
Code:
<div class="smallfont">
<br />
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
<div>$vbphrase[posts]: $post[posts]<div>Rep: $post[reputation]</div>
<if condition="$show[score]">Rep Power: $post[reputation_power]$score</if>
</div>
thats the section of postbit legacy with the age code part. any ideas?
|