philmckrackon Well-known member Jul 1, 2022 #1 I have several styles on the forum. What would be the best way to determine the user count of each? Ideas?
I have several styles on the forum. What would be the best way to determine the user count of each? Ideas?
Jeremy P XenForo developer Staff member Jul 1, 2022 #2 SQL: SELECT style_id, COUNT(*) AS users FROM xf_user GROUP BY style_id
AndyB Well-known member Jul 1, 2022 #4 You might like this add-on: https://xenforo.com/community/resources/style-info.6399/