Plugin này chưa được cập nhật với 3 phiên bản mới nhất của WordPress. Nó có thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress mới nhất.

Awebsome! Comment Author Mail Validation

Mô tả

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)

Cài đặt

Go easy!

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

Hỏi đáp

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. 🙂

Đánh giá

There are no reviews for this plugin.

Người đóng góp & Lập trình viên

“Awebsome! Comment Author Mail Validation” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

Nhật ký thay đổi

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!