Comments Users Mentions

\"Comments Users Mentions\" is a plugin that allows to mention a WordPress user in a comment.

Author:Augusto Destrero (profile at wordpress.org)
WordPress version required:3.1
WordPress version tested:3.7.41
Plugin version:0.2
Added to WordPress repository:18-02-2014
Last updated:21-02-2014
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, %:100
Rated by:3
Plugin URI:http://plugins.svn.wordpress.org/comments-use...
Total downloads:1 617
Active installs:10+
plugin download
Click to start download

This plugin allows to mention WordPress users in a comment by writing usernames preceded by a character (default @), e.g. @guguweb.
The mentioned users will receive a notification email with a link to the relevant post.

The mention character (default @) can be customized by a filter hook: cum-mention-char. Put the following code in your theme functions.php file:

add_filter( 'cum-mention-char', 'cum_custom_char' );
function cum_custom_char( $content ) {
    return '+';
}

And the mention character will be +, so you can mention with +guguweb.

This plugin was inspired by Mention comment’s Authors by Wabeo. Many thanks to the author!


ChangeLog