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

Awebsome! Comment Author Mail Validation

描述

Adds a new comment validation method in the “Before a comment appears” Discussion subsection panel.

Features

  • Avoided comment automattic approvals
  • Adds a new highlighted option to “Before a comment appears” Discussion section subpanel
  • Verification email sending every time a not registered user posts a comment
  • Link checkback required to publish the comment and it wasn’t flagged as spam
  • Included WP nonces security to verification email link

How it works?

  1. Not registered user posts a comment
  2. Not registered user receives an email with a validation link
  3. Not registered user follows validation link
  4. Comment is published

ToDo

  • Integrate deeper with other validation methods
  • Add mail customization options UI (headers, content-type, attachments, html…)
  • Pretty permalinks URL integration (…permalink/nonce/cid)

安裝

Go easy!

  1. Upload!
  2. Activate option in Settings > Discussion > Before a comment appears and save changes.
  3. Enjoy!

常見問題

Can I use this “Before a comment appears” validation method along with the others?

Integration with other validation methods is not developed yet. Next release? 🙂

How can I change the mail texts?

Actually there are 2 options:

  1. Edit or create the xx_XX.po file for your WP active language and generate a xx_XX.mo.
  2. Also you can use WPML plugin to translate all your plugins like themes. But remember to delete the languages folder. 🙂

評價

There are no reviews for this plugin.

貢獻者及開發者

“Awebsome! Comment Author Mail Validation” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

修改日誌

2.1

  • Token generation revamped to fit WP API nonces functions
  • Fixed validation link generation to support non-active permalinks structure
  • Improved pre_comment_approved hook callback function (kudos xaviersarrate)
  • Some readme.txt improvements

2.0.1

  • Solved SVN newbie problems ;P

2.0

  • Validation interception revamped
  • Some functions advanced improvements
  • Avoided functions WP already handles in API
  • Fixed deactivation/uninstall options cleanup
  • Added NONCE_KEY to token generator and validator as a random seed for security (kudos xaviersarrate)
  • phpDoc improvements to functions
  • Changed readme.txt descriptions
  • POT regeneration
  • Deleted en_EN translation (main pot lang)

1.3

  • First plugin SVN update 🙂
  • Internationalization problems solved

1.2

  • First commiting to the wp-plugins SVN 🙂
  • Internationalization + POT Generation
  • Added es_ES translation
  • Added es_CA translation
  • Added en_EN translation
  • Avoid mail validation for registered users

1.1

  • Added nice PHPDOC compatible documentation
  • Added JavaScript for admin field moving
  • Added CSS to highlight CAMV fields
  • General code clean up

1.0

  • Born with basic functionality and w/o documentation!