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

Subscribe to Comments

설명

Subscribe to Comments is a robust plugin that enables commenters to sign up for e-mail notification of subsequent entries. The plugin includes a full-featured subscription manager that your commenters can use to unsubscribe to certain posts, block all notifications, or even change their notification e-mail address!

설치

  1. Put subscribe-to-comments.php into [wordpress_dir]/wp-content/plugins/
  2. Go into the WordPress admin interface and activate the plugin
  3. Optional: if your WordPress theme doesn’t have the comment_form hook, or if you would like to manually determine where in your comments form the subscribe checkbox appears, enter this where you would like it: <?php show_subscription_checkbox(); ?>
  4. Optional: If you would like to enable users to subscribe to comments without having to first leave a comment, place this somewhere in your template, but make sure it is outside the comments form. A good place would be right after the ending </form> tag for the comments form: <?php show_manual_subscription_form(); ?>

FAQ

Installation Instructions
  1. Put subscribe-to-comments.php into [wordpress_dir]/wp-content/plugins/
  2. Go into the WordPress admin interface and activate the plugin
  3. Optional: if your WordPress theme doesn’t have the comment_form hook, or if you would like to manually determine where in your comments form the subscribe checkbox appears, enter this where you would like it: <?php show_subscription_checkbox(); ?>
  4. Optional: If you would like to enable users to subscribe to comments without having to first leave a comment, place this somewhere in your template, but make sure it is outside the comments form. A good place would be right after the ending </form> tag for the comments form: <?php show_manual_subscription_form(); ?>
How can I tell if it’s working?
  1. Log out of WordPress
  2. Leave a comment on an entry and check the comment subscription box, using an e-mail that is NOT the WP admin e-mail address or the e-mail address of the author of the post.
  3. Leave a second comment using a different e-mail address than the one you used in step 2 (it can be a bogus address).
  4. This should trigger a notification to the first address you used.
I’d like the subscription checkbox to be checked by default. Can I do that?

Not anymore. But the checkbox status will be remembered on a per-user basis.

My subscription checkbox shows up in a strange place. How do I fix it?

Try unchecking the CSS “clear” option. Beyond that, you’re on your own with CSS positioning.

후기

2016년 9월 3일
I'm a long term user of this plugin. It just works! I would welcome support for multilanguage sites, but this is a minor enhancement.
모든 14 평가 읽기

기여자 & 개발자

“Subscribe to Comments”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Subscribe to Comments”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.