Log in

View Full Version : Disabling post count view?


pootsey
10-05-2008, 12:19 PM
Hey,

I notice that in the postbit view it has an if statement to see if postcount is enabled before showing, however I cannot find where to globally turn off the viewing of a users postcount?

Lynne
10-05-2008, 02:45 PM
That is not for user postcounts, that is for the post numbers in the thread (the little number in the upper right corner).

The users post count is shown with this line:
$vbphrase[posts]: $post[posts]

If you want to take that out, just delete the line or comment it out.