PDA

View Full Version : Total posts to include soft deleted posts?


dutchbb
04-10-2011, 01:44 AM
vBulletin doesn't count soft deleted posts in the total posts statistics. How can I change it to include those?

kh99
04-10-2011, 12:03 PM
There doesn't seem to be any setting to do that. I guess you'd have to find the places where the post count is updated when a post is deleted and change it to check for soft deletes. Searching for set('posts' finds a couple places, but I don't know if that's all of them. There's also admincp/misc.php where it rebuilds post counters, I think you'd have to take out the "AND visible = 1' from the SQL.

dutchbb
04-11-2011, 01:14 AM
Thanks, will try that. :)