everything seems to be working except postbit_legacy
I have the following code:
Code:
<div class="smallfont">
<br />
<if condition="$post['joindate']"><div class="pbitspacer"><div class="pbit" align="left">$vbphrase[join_date]: $post[joindate]</div></div></if>
<if condition="$post['field2']"><div class="pbitspacer"><div class="pbit" align="left">$vbphrase[location_perm]: $post[field2]</div></div></if>
<if condition="$post['age']"><div class="pbitspacer"><div class="pbit" align="left">$vbphrase[age]: $post[age]</div></div></if>
<div class="pbitspacer"><div class="pbit" align="left">
$vbphrase[posts]: $post[posts]
</div></div>
<if condition="$show['infraction']"><div class="pbitspacer"><div class="pbit" align="left">$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></div></if>
I have tried to stick it every sort of way & every combination. It shows up under my member profile just fine. Wouldn't you want to add it above
$vbphrase[posts]: $post[posts] anyways? Also I have an extra /div in there for some reason. Thanks.