Hello,

I am trying to figure out how to display a block with a list of the top 10 commenters from my website. All users are registered.

I feel this would help me know better who the most active users are, and also promote more commenting by displaying a block with the top users...

Any ideas ?

best
Leo

Comments

vm’s picture

The easiest way is probably to install the hall of fame.module

The module provides the following paths:

hof Main Hall of Fame page, by default shows a
table of contents of the other pages.

hof/toc Shows the table of contents regardless of
administrative settings for the default page.

hof/all Shows all available (and permitted) statistics
in a single page

hof/site Shows summary statistics for the whole site

hof/contrib Shows the most active contributors

hof/node Shows the most popular nodes

hof/comment Shows the most active commentors

hof/bytype Shows content by node type

hof/files Shows uploaded file counts

_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )

mcfly-1’s picture

Hello,

I installed HOF, but it relies upon statistics, that start being generated from the moment I enable it. I'd like to have comments of all time...

thanks
Leo

vm’s picture

investigate the views.module It may be possible to build a query with it.
Or a custom DB query would have to be written.

_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )

mcfly-1’s picture

Thank you. I have views installed, but never really used it much. If it can do this type of thing, that would be fantastic.

best
Leo