Log in

View Full Version : Number of posts don't match


Mum
09-11-2007, 06:55 AM
In the past i've deleted posts off my site, so at the bottom of my main forum page it says 175,000 posts, but my last actual posts is number 255000 (more now LOL), how can i change this so it's actually right with how many posts we HAVE had, not just how many are on there now.

Weapon-x
09-11-2007, 12:31 PM
Try updating the counters via Admin CP.

Dismounted
09-12-2007, 07:21 AM
Updating counters will not work. As the post counts are calculated using the MySQL function COUNT(), it will count the amount rows in a table, not the last unique id.

Mum
09-12-2007, 08:38 AM
So is there any way of doing it?

Dismounted
09-12-2007, 09:30 AM
Why would you want to do it the other way?

Mum
09-24-2007, 06:34 PM
Because i want it to show the actual number that we HAVE posted, not just the number on there now.

Dismounted
09-25-2007, 06:11 AM
You'll probably need to edit a few files. I don't know where exactly.