=== Plugin Name === Contributors: b3rny Donate link: Tags: comments, unread Requires at least: 3.0 Tested up to: 3.0.1 Stable tag: 0.2 WordPress plugin that allows the marking of the new comments in a post. == Description == When an user visits a post in your blog the plugin registers the time of the visit in a simple cookie. This allows that when the user comes back to the post searching for new comments these could be marked. To do so the plugin adds the 'unread' CSS class to the comment. You will only have to customize that 'unread' class to mark new comments. This plugin uses some code from: Brett Taylor (http://inner.geek.nz/archives/2005/02/11/wordpress-plugin-smart-unread-comments/) Utkarsh Kukreti (http://wordpress.org/extend/plugins/feature-comments/) == Installation == For WordPress 3.+: 1. Download the last version of the plugin from its page. 2. Upload the .zip through the Plugins/Add new/Upload of the WordPress administrator. 3. Activate the plugin through the Plugins menu of the WordPress administrator. For WordPress 2.x (not tested): 1. Download the last version of the plugin from its page. 2. Unzip the contents of the file in the '/wp-content/plugins/' folder. 3. Activate the plugin through the Plugins menu of the WordPress administrator. == Frequently Asked Questions == = Can I modify this plugin? = Of course. Feel free to modify it in anyway you like. I would appreciate if you notify me any improve to the code. == Changelog == = 0.2 = * Cookie timeout set to 6 months. = 0.1 = * That's only the beginning!