=== Comment Count Admin === Contributors: Crazy Girl Donate link: none Tags: commenters, comment count, comment url, comments, admin Requires at least: 2.6 Tested up to: 3.2.1 Stable tag: 1.2 Displays a count of each commenters total number of comments (by comment_url) next to their name on the admin page. == Description == = GERMAN: = * [Deutsche Plugin-Beschreibung auf crazytoast.de](http://www.crazytoast.de/plugin-comment-count-admin-kommentarzaehler.html "Plugin Comment Count Admin") = ENGLISH: = This plugin adds a handy feature to the Wordpress admin pages to allow you to quickly identify first-time commenter by comment URL. The comment count appears next to the commenters name in the "Edit Comments" listing of comments and in the "Discussion" box of the "Edit Post" page for a post with comments. Commenters are identified by the url they provided when commenting. == Installation == 1. Unzip the ZIP plugin file 2. Copy the `comment-count-admin` folder into your `wp-content/plugins/` directory 3. If the name you use in your blog is not *admin* your own comments will not be counted. In this case please replace in line 30 of the plugin file "admin" with your name, e.g. $cca_admin = "My Name"; 4. Activate the plugin through the 'Plugins' menu in WordPress. == Screenshots == 1. Comment Count next to commenters name (xx) in the "Edit Comments" listing 2. Comment Count next to commenters name (xx) in the dasboard widget == Changelog == = 1.2 = * URL Update because of permalink changes = 1.1 = * Display comment count on dashboard widget * Code optimization * Update readme.txt = 1.0 = * Initial release