Add some way to find the settings added to the user page
starbow - September 1, 2009 - 18:53
| Project: | Comment Notify |
| Version: | 7.x-1.x-dev |
| Component: | Documentation |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Please update the INSTALL.txt file to mention the settings added to the user/edit page. It drove me a little crazy trying to figure out how to turn on the notify-me-for-comments-on-my-post feature. I assumed it would be on the node edit page, or maybe the content type edit page. I had to scan the code and read the comment_notify_form_alter function to figure it out.

#1
Patch? Proposed text?
#2
I'm tempted to "won't fix" this. Where do you think it should go?
#3
Ok, now fixed http://drupal.org/cvs?commit=285528
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/comment_notify/INSTALL.TXT,v
retrieving revision 1.6
diff -u -p -r1.6 INSTALL.TXT
--- INSTALL.TXT 3 Mar 2009 14:45:13 -0000 1.6
+++ INSTALL.TXT 7 Nov 2009 18:47:53 -0000
@@ -19,6 +19,11 @@ http://example.com/admin/user/permission
-Determine which subscription modes are allowed
-Configure the templates for the e-mails
+5. Set your node-notify settings per user (optional)
+The module includes a feature to notify the node author of all comments on
+their nodes. To enable this go to "My account" > Edit (e.g. user/1/edit)
+and change the settings there.
+
#4
Automatically closed -- issue fixed for 2 weeks with no activity.