LaxmiSathy
Member
Hello,
Am trying to get forum stats and am looking for a sql query to execute wherein,
1)if I give the node id for the category say "Official Forums" - https://xenforo.com/community/#official-forums.1
the result should list out, say for a particular Week 22 - 5/30-6/5, the number of posts in the nodes under this category like:
Node Name Post Count
----------------------------------
Announcements #
Have you seen...? #
Frequently asked questions #
2)For a particular week, Week 22 - 5/30-6/5, in a particular node, say "Announcements" -https://xenforo.com/community/forums/announcements/
the number of posts i) grouped by thread title ii) grouped by usernames
ordered by post count descending
as below
Thread Title Post Count
-----------------------------------
Thread A #
Thread B #
User name Post Count
-----------------------------------
User A #
User B #
Thanks for the help.
Am trying to get forum stats and am looking for a sql query to execute wherein,
1)if I give the node id for the category say "Official Forums" - https://xenforo.com/community/#official-forums.1
the result should list out, say for a particular Week 22 - 5/30-6/5, the number of posts in the nodes under this category like:
Node Name Post Count
----------------------------------
Announcements #
Have you seen...? #
Frequently asked questions #
2)For a particular week, Week 22 - 5/30-6/5, in a particular node, say "Announcements" -https://xenforo.com/community/forums/announcements/
the number of posts i) grouped by thread title ii) grouped by usernames
ordered by post count descending
as below
Thread Title Post Count
-----------------------------------
Thread A #
Thread B #
User name Post Count
-----------------------------------
User A #
User B #
Thanks for the help.