PDA

View Full Version : Hiding Postcount - Enable Again !


jambo_1969
09-14-2007, 04:59 PM
Urgh - I'm such a plum....

Zachery
09-14-2007, 05:27 PM
Show us the code around the postbit_legacy and postbit templates where $post[posts] appears.

jambo_1969
09-14-2007, 06:00 PM
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
<div>
$vbphrase[posts]: $post[posts]
<if condition="$vboptions['vbookiecashon']">
<br />$vbphrase[vbookie_vcash]: $post[vbookie_cash]
</if>
</div>

Each template is the same

Bump :D

BTTT for some help ?

Zachery
09-15-2007, 04:33 PM
Check for any plugins in the postbit hooks.

jambo_1969
09-15-2007, 05:11 PM
Sorted now...Thanks Zach