Title: Comments Users Mentions
Author: baxeico
Published: <strong>2014 年 2 月 18 日</strong>
Last modified: 2014 年 2 月 21 日

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://s.w.org/plugins/geopattern-icon/comments-users-mentions.svg)

# Comments Users Mentions

 作者：[baxeico](https://profiles.wordpress.org/baxeico/)

[下载](https://downloads.wordpress.org/plugin/comments-users-mentions.zip)

 * [详情](https://cn.wordpress.org/plugins/comments-users-mentions/#description)
 * [评价](https://cn.wordpress.org/plugins/comments-users-mentions/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/comments-users-mentions/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/comments-users-mentions/#developers)

 [支持](https://wordpress.org/support/plugin/comments-users-mentions/)

## 描述

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](https://wordpress.org/plugins/mention-comments-authors/).
Many thanks to the [author](http://wabeo.fr)!

## 安装

 1. Upload the plugin’s folder into `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. All done !

## 评价

此插件暂无评价。

## 贡献者及开发者

「Comments Users Mentions」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ baxeico ](https://profiles.wordpress.org/baxeico/)

[帮助将「Comments Users Mentions」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/comments-users-mentions)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/comments-users-mentions/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/comments-users-mentions/)，或通过
[RSS](https://plugins.trac.wordpress.org/log/comments-users-mentions/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/comments-users-mentions/)。

## 更新日志

#### version 0.2

 * users mentions can be done by using only a preceding character (default @);
 * mention char can be customized by means of a filter hook: `cum-mention-char`.

## 额外信息

 *  版本 **0.2**
 *  最后更新：**12 年前**
 *  活跃安装数量 **10+**
 *  WordPress 版本 ** 3.1 或更高版本 **
 *  已测试的最高版本为 **3.7.41**
 *  语言
 * [English (US)](https://wordpress.org/plugins/comments-users-mentions/)
 * 标签
 * [comments](https://cn.wordpress.org/plugins/tags/comments/)[email](https://cn.wordpress.org/plugins/tags/email/)
   [mentions](https://cn.wordpress.org/plugins/tags/mentions/)
 *  [高级视图](https://cn.wordpress.org/plugins/comments-users-mentions/advanced/)

## 评级

 5 星（最高 5 星）。

 *  [  3 条 5 星评价     ](https://wordpress.org/support/plugin/comments-users-mentions/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/comments-users-mentions/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/comments-users-mentions/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/comments-users-mentions/reviews/?filter=2)
 *  [  0 条 1 星评价     ](https://wordpress.org/support/plugin/comments-users-mentions/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/comments-users-mentions/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/comments-users-mentions/reviews/)

## 贡献者

 *   [ baxeico ](https://profiles.wordpress.org/baxeico/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/comments-users-mentions/)

## 捐助

您愿意支持这个插件的发展吗?

 [ 捐助此插件 ](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=8RJ6HS3XQ4EPW&lc=IT&item_name=%22Comments%20Users%20Mentions%22%20wp%20plugin&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)