Log in

View Full Version : count post


matryoshka
01-09-2010, 02:06 PM
I don't want count post in some box . How can i do ??? Can u help me ? I come from VietNamese , Eng very bad :( , Sorry . Plz help me!!! Thanks you first

Lynne
01-09-2010, 02:29 PM
You don't want it shown in what box? In the postbit box? Two ways to do it:

1. Create a plugin using the hook location postbit_display_complete and put the following code in there:

$post['posts'] = '';


2. Or, modify the postbit or postbit_legacy template and remove this line:
<div>
$vbphrase[posts]: $post[posts]
</div>

matryoshka
01-10-2010, 04:11 AM
oh , thanks MOD . But my porblem is : i down't want COUNT POST in some box , example : i want count post all box , but DON'T COUNT in post in box ENTERTAMENT . How can i do now ???

Lynne
01-10-2010, 03:38 PM
I still don't understand you. Are you saying you don't want to count posts in a forum called ENTERTAMENT? If so, go to the forum manager and select the option to not count posts in that forum.

matryoshka
01-12-2010, 01:22 PM
Thank U very much