DRE Well-known member Jul 10, 2012 #1 How can I find a list of users that have a certain amount of posts? It is impossible to find it in xenforo admin panel.
How can I find a list of users that have a certain amount of posts? It is impossible to find it in xenforo admin panel.
Jake Bunce Well-known member Jul 10, 2012 #2 You can run this query on your database: Code: SELECT * FROM xf_user WHERE message_count = 1; Upvote 0 Downvote
DRE Well-known member Jul 10, 2012 #3 Jake Bunce said: You can run this query on your database: Code: SELECT * FROM xf_user WHERE message_count = 1; Click to expand... Young Jake Da Gawd! Upvote 0 Downvote
Jake Bunce said: You can run this query on your database: Code: SELECT * FROM xf_user WHERE message_count = 1; Click to expand... Young Jake Da Gawd!
Chris D XenForo developer Staff member Jul 10, 2012 #4 You already asked that question here http://xenforo.com/community/threads/message-account-is-at-least.33051/ and I already answered. Upvote 0 Downvote
You already asked that question here http://xenforo.com/community/threads/message-account-is-at-least.33051/ and I already answered.
DRE Well-known member Jul 10, 2012 #5 Yorick said: You already asked that question here http://xenforo.com/community/threads/message-account-is-at-least.33051/ and I already answered. Click to expand... I didn't see that! Upvote 0 Downvote
Yorick said: You already asked that question here http://xenforo.com/community/threads/message-account-is-at-least.33051/ and I already answered. Click to expand... I didn't see that!
Chris D XenForo developer Staff member Jul 10, 2012 #6 It happens. Glad you got the info eventually. Upvote 0 Downvote