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

Comment E-Mail Verification

外掛說明

If a comment is held for moderation an email message is sent to the comment author with a link to verify the comment author’s email address. When the comment author clicks on that link the comment gets approved immediately. This makes discussions more lively as users don’t have to wait for the blog admin to approve the comment.

Blog owners may also choose to hold the comments in the moderation queue even after successful verification. The verification status is shown in the comment lists in the admin.

If an author has a previously approved comment and his comments gets approved automatically according to the ‘comment_whitelist’ option in WordPress no email is sent.

If a comment is classified as spam by Akismet or another anti-spam plugin no email is sent.

This plugin uses the commentmeta table and thus requires WordPress 2.9

PHP5 strongly recommended

螢幕擷圖

  • Customize the email message that is sent to comment authors
  • Comment authors will see a hint after posting their comment (theme must be compatible)

安裝方式

  1. Upload the entire comment-email-verify folder to the wp-content/plugins directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to Settings -> Comment E-Mail Verification to customize the email message that is sent to comment authors. You may use a number of shortcodes

常見問題集

Will this plugin work with versions of WordPress older than 2.9?

Absolutely not. This plugin uses the commentmeta table new to WordPress 2.9

I don’t get notified when a comment is held for moderation.

This plugin doesn’t notify you. It sends mail to the comment author.

When I test this using my Yahoo/Gmail/Hotmail/xyz address I don’t receive a verification message. It’s not even in my spam folder.

You should try configuring the plugin to use SMTP!

If you have already done so, please check your settings!

If it’s only Yahoo/Gmail/Hotmail/xyz users who don’t receive your messages, but it works well for others, then it might be that your host has a bad reputation and is blacklisted. (I’ve seen that happen so many times. Notice the “might”.)

使用者評論

2017 年 10 月 14 日
Wish it supported embedded html in the verification email. One note. You must have Settings -> Discussion -> Comment must be manually approved checked in order for it to work. Once I figured that out, it works just fine.
閱讀全部 4 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Comment E-Mail Verification〉的開發相關工作。

參與者

將〈Comment E-Mail Verification〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

0.4.2

  • Fixes another bug that caused verification links generated with older versions of the plugin to malfunction with some setups
  • JavaScript sanity checks of SMTP options
  • Better sanitization of SMTP options in PHP (when JavaScript is turned off)
  • Verification codes not generated for trackbacks or pingbacks (thanks Joost de Valk for feedback and code contribution)

0.4.1

  • Fixed a bug that caused the verification link to malfunction with some setups

0.4

  • Note that E-mail address has not been verified in comment row actions, next to link ‘Approve’
  • Option to hold comments for moderation even after commenters have verified their E-mail address
  • Splash screens editable

0.3

  • Send mail using SMTP (thanks Mark for testing and feedback)
  • German L10n

0.2

  • Administrators can now customize the sender mail address
  • ‘Your comment is awaiting moderation.’ hint altered – requires internationalized comment template (default template is perfect), can be customized
  • Optional splash screens when someone clicks on a verification link
  • Nicer error messages in case something goes wrong
  • Longer (safer) verification keys

0.1.2.1

  • Fixes a bug where mail was sent to authors of spam comments

0.1.2

  • Contextual help, with links to shortcodes and troubleshooting e-mail delivery
  • Code styling: wrapper class
  • WordPress core settings that affect the behaviour of this plugin can be altered on the plugin’s options page directly
  • Much nicer default message template

0.1.1

  • Administrators can now customize the email message that is sent to comment authors
  • Blogname encoding issue fixed
  • Default message slightly reformatted
  • Short GPLv3 note in source code

0.1

  • initial public release