PDA

View Full Version : How do I turn off post counts?


threat
05-15-2008, 08:16 PM
Some members like to post stuff just to post to increase their post count. How do I turn this post count off so it does not show in their posts or profile?

veenuisthebest
05-15-2008, 08:21 PM
you'll need a minor template edit for that :-

Go to Style Manager->Your style->Postbit Templates->postbit/postbit_legacy (whichever you use)

Find:-
$vbphrase[posts]: $post[posts]

Delete it OR comment it in case you'd want it back

<!-- $vbphrase[posts]: $post[posts] -->


For profile, I don't think there's a need to do it here. Still, if you want it !!

Go to Memberinfo Templates->memberinfo_block_statistics

Find:-
<li><span class="shade">$vbphrase[total_posts]:</span> $prepared[posts]</li>


Delete it OR comment it