root/subscribe-to-comments/tags/2.1.2/readme.txt

Revision 26558, 2.1 kB (checked in by markjaquith, 7 months ago)

2.1.2

Line 
1 === Subscribe to Comments ===
2 Tags: comments, subscription, email
3 Contributors: markjaquith
4 Requires at least: 2.0.6
5 Tested up to: 2.3.1
6 Stable tag: trunk
7
8 Subscribe to Comments allows commenters on an entry to subscribe to e-mail notifications for subsequent comments.
9
10 == Description ==
11
12 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!
13
14 == Installation ==
15
16 1. Put subscribe-to-comments.php into [wordpress_dir]/wp-content/plugins/
17 2. Go into the WordPress admin interface and activate the plugin
18 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(); ?>`
19 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(); ?>`
20
21 == Frequently Asked Questions ==
22
23 = How can I tell if it's working? =
24
25 1. Log out of WordPress
26 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.
27 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).
28 4. This should trigger a notification to the first address you used.
29
30 = I'd like the subscription checkbox to be checked by default.  Can I do that? =
31
32 Not anymore.  But the checkbox status will be remembered on a per-user basis.
33
34 = My subscription checkbox shows up in a strange place.  How do I fix it? =
35
36 Try unchecking the CSS "clear" option.  Beyond that, you're on your own with CSS positioning.
Note: See TracBrowser for help on using the browser.