Log in

View Full Version : Removed "$vbphrase[posts]: $post[posts]" and now I want it back.


niicolas
11-07-2009, 10:38 AM
I removed "$vbphrase[posts]: $post[posts]" from the postbit and the postbit_legacy to hide the post count, and now I want them back.

However the problem is I have no idea where to put them.

Help? :)

fta2k
11-07-2009, 01:34 PM
Find:

<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>

After add this

<div>
$vbphrase[posts]: $post[posts]
</div>