PDA

View Full Version : Hide Post Count


Gotmian
09-07-2007, 11:50 AM
OK, this might be easy, i have no clue though how it can be done.

I want to be able to hide the post count, not only from Member List page (easy through Admin Panel), but also from the content displayed in every post a user creates...

Any ideas are welcome - i was unable to find something using the search feature :(

Thnx :)

punchbowl
09-10-2007, 11:40 AM
How to Hide the Post Count in the Postbit Template
Edit both the postbit and postbit_legacy templates and remove this section from them:

$vbphrase[posts]: $post[posts]

Admin CP -> Styles & Templates -> Style Manager -> Edit Templates -> Postbit Templates

(c&p from vb.com)

Gotmian
09-11-2007, 09:56 PM
How to Hide the Post Count in the Postbit Template
Edit both the postbit and postbit_legacy templates and remove this section from them:

$vbphrase[posts]: $post[posts]

Admin CP -> Styles & Templates -> Style Manager -> Edit Templates -> Postbit Templates

(c&p from vb.com)
Cool! It worked :) Thnx

Do you know if there is any way i remove it from the User Page too?
So it's not available to users at all?

punchbowl
09-12-2007, 11:59 AM
I haven't looked but presume it's just a matter of taking $vbphrase[posts]: $post[posts] out of the appropriate template.

Gotmian
09-16-2007, 12:45 AM
I haven't looked but presume it's just a matter of taking $vbphrase[posts]: $post[posts] out of the appropriate template.
I see...

I'm gonna need some more help though, as i don't know what is the template for Member page... :(

[Yeah, i suck at vB... I'm only now trying to catch up with everything... ]

Thanks in advance.