이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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