توضیحات
Simply notifies comment-author via email if someone replies to his comment. Zero Configuration.
نصب
- Download the plugin-files from the WordPress Plugin Directory.
- Upload the files to your plugins directory on your Server.
- Activate the plugin in your admin-backend.
That’s all!
نقد و بررسیها
26 مارس 2017
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.
26 فوریه 2017
I tested 5 other comment plugin. It took me 5 hours they were complicated and annoying. This was Straight to the point.
4 ژانویه 2017
Exactly what I needed.
3 سپتامبر 2016
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!
3 سپتامبر 2016
One of these nice and nifty plugins that eases life.
3 سپتامبر 2016
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";
توسعه دهندگان و همکاران
“Comment Email Reply” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کردهاند.
مشارکت کنندگانترجمه “Comment Email Reply” به زبان شما.
علاقه مند به توسعه هستید؟
Browse the code, check out the SVN repository, or subscribe to the development log by 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.