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

Comment Email Reply

外掛說明

Simply notifies comment-author via email if someone replies to his comment. Zero Configuration.

安裝方式

  1. Download the plugin-files from the WordPress Plugin Directory.
  2. Upload the files to your plugins directory on your Server.
  3. Activate the plugin in your admin-backend.

That’s all!

使用者評論

2017 年 3 月 26 日
The plugin is still working, but I wonder for how long, as another plugin that did the same (and was about the same age) has just crashed my site. Can you please update the plugin or let us know that you will not update it? I will do a Dutch translation for you if you'd like.
2017 年 2 月 26 日
I tested 5 other comment plugin. It took me 5 hours they were complicated and annoying. This was Straight to the point.
2016 年 9 月 3 日
Your plugin is great, after trying in vain to configure the subscription plugins to comments, I installed yours that works perfectly the first time! Congratulations!
2016 年 9 月 3 日 1 則留言
Thanks! What if commenter doesn't want to receive notifications? An opt-in or out feature would be great! @karl53 To do what you want to do, go to your Dashboard, then to Plugins, click on Edit "Comment Email Reply" in cer_plugin.php change: $headers .= 'From: '.get_option('blogname').' <'.get_option('admin_email').'>' . "\r\n"; to $headers .= 'From: '.get_option('blogname').' <do-not-reply@mydomain.com>' . "\r\n";
閱讀全部 15 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Comment Email Reply〉的開發相關工作。

參與者

將〈Comment Email Reply〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.0.4

  • Added some patches regarding spam handling. (Thanks to Jonathan)
  • Blogname and admin email added to “From” mailheader.

1.0.3

  • Changed charset to UTF-8.

1.0.2

  • Fixed problems with html-encoding.

1.0.1

  • Bugfix in Mail-Text fixed.

1.0

  • first stable version.