The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|