Simple User Rank Comments

Create and display user rank titles based on there comment count.

Author:GeekPress (profile at wordpress.org)
WordPress version required:2.7
WordPress version tested:3.3.2
Plugin version:1.0
Added to WordPress repository:13-04-2012
Last updated:13-04-2012
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.geekpress.fr/wordpress/extension/s...
Total downloads:2 190
Active installs:20+
plugin download
Click to start download

Simple User Rank Comments allow to create and display user rank based on there comment count.

The rank is auto display after the pseudo in comments.

You can add manually the user rank in your comment's template file with this code:

<?php if(function_exists('get_user_rank')) {
    echo get_user_rank();
} ?> 

Translation: English, French