Quote:
Originally posted by JJR512
bira, by the same token, you should make it say, after the post count, that those are currently available posts.
|
No, the post count for user is not dependent on pruning.
If you prune all threads/posts prior to 90 days ago, for example, the total posts for each user will not change because the "user" table has a "posts" field. Like tubedogg said, if you wanted a number of threads started independent of which threads still exist, you would have to do the same as posts, and add a "threads" column to the "user" table.