Quote:
Originally Posted by kisersose
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><div>Rep: $post[reputation]</div>
<if condition="$show[score]"><div>Rep Power: $post[reputation_power]$score</if></div>
thats the section of postbit legacy with the age code part. any ideas?
|
There seem to be some missing div tags (added in bold above), but it won't affect the age display. If all else fails, try removing the 'if' condition around the age display code (shown in red) as that must be what's stopping it displaying.