The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Displaying forum post count.
I would like to display the actual post count for my forum. What I mean is, even display posts that have been deleted. We currently have about 100,000 posts on my forumbut in all actuality there's been around 102,205 posts.
|
#2
|
||||
|
||||
there is a section in the admin cpanel that allows you to update the count.
|
#3
|
|||
|
|||
I know there is, but it doesn't display the REAL post count... once a post is deleted it's removed from the counter for some reason.
|
#4
|
||||
|
||||
the realy postcount is the one displayed, what you mean is that also ghostposts should count...
in index.php where you find COUNT(*) as totalposts replace it with MAX(postid) as totalposts |
#5
|
|||
|
|||
thank you kind sir, I had no idea there was a difference. I appreicate your help.
|
#6
|
||||
|
||||
you're welcome |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|