Jump to content

How to find total forum post count for all time


Windwalker222

Recommended Posts

Posted

In 3.4.x when you went into the logs for moderators you could see the post number they deleted or edited. In the new ACP 4.1.10 I don't see where you can see that any longer. Is there someway to view that? We used to do a contest on who could guess the number of posts made since creation of the site. Now all I can find are the standard current post count from the forum stats mod. We have had around 300,000. We delete very old posts regarding trivial no informational games so the actual total all time post count was different on 3.4.x but all I can verify is what shows in the forum stats right now 98,000+

Anyway to find out like we used to what the total amount of posts made since creation of site?

Thanks,

Posted

SQL query:

SELECT pid FROM forums_posts ORDER BY pid DESC LIMIT 1

Or look at the url on the most recent post on a topic:

https://invisionpower.com/forums/topic/428996-how-to-find-total-forum-post-count-for-all-time/?do=findComment&comment=2633227

The comment= is the pid of the last post.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...