ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

How to :: Display Most Active Users

October 14, 2008 1:30am

Subscribe [2]
  • #1 / Oct 14, 2008 1:30am

    adorkable81

    5 posts

    How can I display a list of most active users based on the total comments they post?

    Thank you for your time

  • #2 / Oct 14, 2008 3:26am

    Ingmar

    29245 posts

    A custom query, I should think:

    SELECT name, COUNT(name) AS number FROM `exp_comments` 
    WHERE status = 'o' GROUP BY name ORDER BY number DESC, name ASC

    That should do nicely.

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases