這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Admin Commenters Comments Count

外掛說明

Next to all appearances of each commenter’s name in the admin, this plugin shows a comments bubble identical to the one shown for posts in the admin listing of posts. The comments bubble shows the number of approved comments for that person and potentially a red superscript circle indicating the number of pending comments for the person (assuming they have any). The comment counts are linked to listings of comments associated solely with that particular commenter.

By default in WordPress, it is not possible to tell via a single glance whether a particular commenter has commented before or how many times the’ve commented.

This plugin adds this handy capability to the WordPress admin pages that allows you to:

  • Quickly identify a first-time commenter
  • Quickly identify unfamiliar commenters that have in fact commented before
  • Quickly see how many total comments a particular commenter has made, and how many comments are pending
  • Easily navigate to a listing of all approved comments and all moderated comments by a commenter, in order to see what post and when they last commented (or first commented), get a feel for the nature of their comments, or find something they’ve said in the past

Specifically, the linked comment count appears next to commenters in:

  • The “Comments” listing of comments (including comment search results)
  • The “Comments for ‘POST_TITLE'” listing of post-specific comments
  • The “Discussion” box of the “Edit Post” page for a post with comments
  • The “Recent Comments” admin dashboard widget
  • The “Users” listing of users (as the column “Comments”)

Commenters are identified by the email address they provided when commenting. If your site does not require that commenters submit their email address when commenting, this plugin will use the commenter’s name as the identifier, though since this is a publicly viewable piece of data it’s possible that multiple people could be posting under the same “name”, so this method has the potential to be not as accurate.

Links: Plugin Homepage | Plugin Directory Page | GitHub | Author Homepage

螢幕擷圖

  • A screenshot of the 'Comments' admin page with the comment count appearing next to the commenter's name. The most recent comment is from someone who has one approved commented on the site. The second comment is from someone who hasn't commented on the site before and has one comment in moderation. The third comment is from someone who has commented 12 times before and has 3 additional comments in moderation.
  • A screenshot of the 'Comments on POST TITLE' admin page with the comment count appearing next to the commenter's name.
  • A screenshot of the 'Activity' admin dashboard widget with the comment count appearing next to the commenter's name.
  • A screenshot of the 'Comments' metabox on the 'Edit Post' admin page with the comment count appearing next to the commenter's name.
  • A screenshot of the 'Comments' column added to the admin users listing.

安裝方式

  1. Install via the built-in WordPress plugin installer. Or download and unzip admin-commenters-comments-count.zip inside the plugins directory for your site (typically wp-content/plugins/)
  2. Activate the plugin through the ‘Plugins’ admin menu in WordPress

常見問題集

Why would I want to see a count of how many comments someone made?

There are many reasons, some of which might include:

  • Quickly identify a first-time commenter
  • Quickly identify unfamiliar commenters that have in fact commented before
  • Quickly see how many total comments a particular commenter has made, and how many comments are pending
  • Easily navigate to a listing of all approved comments and all moderated comments by a commenter, in order to see what post and when they last commented (or first commented), get a feel for the nature of their comments, or find something they’ve said in the past

How does the plugin know about all of the comments someone made to the site?

Commenters are identified by the email address they provided when making a comment. If commenters are allowed to omit providing an email address, then their name is used to identify them (though this is potentially less accurate).

Why does it report someone as having less comments than I know they’ve actually made?

Since commenters are identified by the email address they provided when making a comment, if they supply an alternative email address for a comment, the plugin treats that email address as a separate person.

How do I hide (or show) the “Comments” column in the listing of the admin Users page?

Click the “Screen Options” link in the upper-right of the page. It will slide down a form. Click (or unclick) the checkbox for “Comments” to show (or hide) the column.

Does this plugin include unit tests?

Yes.

使用者評論

2024 年 3 月 27 日
The last update of the plugin was 2 years ago.The plugin works fine to this day.Can you update the plugin description in the repository so that security plugins like Wordfence Security don't scream that the plugin is abandoned?This will take very little time, and security plugins will stop swearing at you.
2017 年 10 月 20 日
I just wanted to know who the top commenters were, and I waded through all sorts of stats plugins before I found this, which just did what its title suggested it would, and all I needed it to! 🙂 Worked on 4.8.2. Suggestion: It might be useful to be able to do a simple extract to CSV, showing names, emails, number of comments and dates of those comments - either as an enhancement to this, or to the Commenter Emails plug in.
2017 年 2 月 14 日
Shows the post and comments in the right side of the admin page. Clicking in lets the admin see the details. Exactly what I needed. Thanks!
2016 年 11 月 13 日
I like the ease of clicking on the number of comments box to get a list of the comments from that person. A useful utility.
2016 年 9 月 3 日 1 則留言
Plugin allows moderators to click on the number beside a commenter's name and see previous comments made. This allows moderators to judge whether the person comment is an asset or liability to the blog. Just have one minor complaint: Since a recent update of either Wordpres or this plugin, the numbers appear in a medium grey on a darker grey background. Thus it's not easy to read the numbers.
閱讀全部 8 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Admin Commenters Comments Count〉的開發相關工作。

參與者

〈Admin Commenters Comments Count〉外掛目前已有 3 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈Admin Commenters Comments Count〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.9.6 (2021-05-01)

  • Fix: Change __wakeup() method visibility from private to public to avoid warnings under PHP8
  • Fix: Throw an error when attempting to unserialize an instance of the class to actually prevent it from happening

1.9.5 (2021-04-22)

  • Change: Note compatibility through WP 5.7+
  • Change: Update copyright date (2021)
  • New: Add a few more possible TODO items

1.9.4 (2020-09-13)

  • Change: Convert to use of strict equality checks
  • Change: Restructure unit test file structure
    • New: Create new subdirectory phpunit/ to house all files related to unit testing
    • Change: Move bin/ to phpunit/bin/
    • Change: Move tests/bootstrap.php to phpunit/
    • Change: Move tests/ to phpunit/tests/
    • Change: Rename phpunit.xml to phpunit.xml.dist per best practices
  • Change: Note compatibility through WP 5.5+
  • Change: Tweak inline function documentation
  • Change: Update list of TODO items to add some considerations to an existing item, fix a type, change sublist syntax
  • Unit tests:
    • New: Add tests for add_user_column(), enqueue_admin_css(), handle_column_data()

Full changelog is available in CHANGELOG.md.