Rank 1.0 http://www.chrisvschris.com/rank To create a Top Commenters list:
  •   %COMMENTER% (%COUNT%)  %RANK%
  • or This is a mixed version without the count: %RANK% - %COMMENTER% >> ', TRUE); ?> As you can see it is very dynamic as it lets you choose where you want everything displayed as long as you keep to the naming convention: %IMAGE% - Must be wrapped in tag %COMMENTER% - Commenter name %COUNT% - Total comment count %RANK% - Rank of the commenter Explanation: get_commenters($limit, $sort, $display, $showExcluded); Default Values: $limit = 10 $sort = 'ASC' $display =
  •   %COMMENTER% (%COUNT%)  %RANK%
  • $showExcluded = FALSE To insert the rank into a comment: comment_author, ' %COMMENTER% (%COUNT%) %RANK%'); ?>