Replies: 4 comments 2 replies
-
Hi @jimkring, such subscription is not implemented but it definitely sounds interesting. I see something like this: the user clicks on a link to "subscribe to comments". The link is visible under the main comment form. By clicking on the link a simple form is displayed with a single field to provide an email address. Once this form is posted a confirmation message with a subscription confirmation link is sent to the email address. Once the confirmation link is clicked the email address is added to a distribution list (this would be a new model). Two of the fields for this new model would be the same What do you think? |
Beta Was this translation helpful? Give feedback.
-
Thanks for the response @danirus. For my use case, the work flow would be:
I was thinking of hacking this by just adding an empty comment by the user and then tweaking the email notification code, so that others (who are subscribed to notifications) don't get notified about empty comments. In the workflow you described, where people comment but are not signed in and just need to verify their email address, I think that's a perfectly good workflow. |
Beta Was this translation helpful? Give feedback.
-
You're welcome @danirus, and thanks for your good work on this useful project. I'm new to GitHub discussions, too. I'm glad to have a chance to try it out. |
Beta Was this translation helpful? Give feedback.
-
Hi @danirus Did this feature end up in consideration? I'd really like to add post authors to the notification list automatically on publish. At the moment, I added a custom notify_author() to the save comment method. The problem with that is that if the page gets republished, each comment gets re-saved and the author gets a notification for every comment on that page all over again. I could create a table to keep track of comment_id and author_notified I guess, but would be good to have this instrinsic. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there. I know that it's possible to get email notifications when people reply, if one has already commented. Is there a way for a user to subscribe to comments without actually commenting first?
Beta Was this translation helpful? Give feedback.
All reactions