Opened 5 years ago
Last modified 25 hours ago
#6286 new enhancement
Proposed changes to "E-mail me whenever" Discussion Options
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | Administration | Version: | 2.5 |
| Severity: | normal | Keywords: | 3.2-early has-patch needs-ui needs-testing ui-focus |
| Cc: | westi, lonnyk@…, DrewAPicture |
Description
WRT the "E-mail me whenever" options on the Discussion options page:
- For "a comment is helf for moderation," the "me" is ambiguous. It should specify that it means the blog admin e-mail address.
- For "anyone posts a comment," again, "me" is ambiguous. In this case "me" means the author of the post. The comment notification setting is personal, and therefore should be set in the profile options (where it can retain the "me"). Some authors may want e-mail notification, others might not.
Attachments (6)
Change History (30)
- Component changed from Administration to UI
- Keywords needs-patch added
- Milestone changed from 2.9 to Future Release
Patch provides an interim solution of emailing the post author as well as the admin if the author has the proper caps. Ideally these will become individual options.
- Milestone changed from Future Release to 3.1
#4979 closed as a near-duplicate.
Moving to 3.1 as there's been a commit here.
comment:6
simonwheatley — 3 years ago
Here's a suggested diff for individual notifications:
- Move notifications from Options > Discussion to user profile/edit page
- Individualised options are, "Email me whenever": "A comment is posted on one of my posts" "A comment on one of my posts is held for moderation" "Any comment is held for moderation"
- New function wp_get_moderation_recipients
- Removed old options from wherever I could see them (whitelists, schema)
N.B. No data migration currently in place to move options in an existing site to the new user_options, also no initial defaults in place for when new sites are set up
- Cc westi added
This is looking like good progress towards a solution that we could implement in 3.2
Not sure if we just move this ticket there or create a new one as we have made some small changes in 3.1
- Keywords 3.2-early added
- Milestone changed from 3.1 to Future Release
Let's just move.
I would like to encourage this to be completed for 3.2 and if there is anything I can do to help this please let me know.
comment:10
lonnylot — 2 years ago
- Cc lonnyk@… added
- Keywords has-patch needs-refresh added; needs-patch removed
Related: #7835
comment:13
johnbillion — 11 months ago
Related: #761
comment:14
belg4mit — 7 months ago
Please fix this. It might not be sexy to work on, but it's been an issue for a long time. There are numerous bug entries, and plenty of questions on the forums about how to get comment reply notifications sent to post authors.
wonderboymusic — 4 months ago
comment:15
wonderboymusic — 4 months ago
- Keywords needs-ui needs-testing added; needs-refresh removed
Refreshed the patch against trunk - needs testing, a strategy around options, and some UI love probs
comment:16
helen — 4 months ago
- Component changed from UI to Administration
- Keywords ui-focus added
comment:17
DrewAPicture — 4 months ago
6286.3 adds a Personal Options help tab with a 'manage email notifications' bullet, also spaces the markup out in user-edit.
comment:18
DrewAPicture — 4 months ago
- Cc DrewAPicture added
comment:19
follow-up:
↓ 21
ocean90 — 4 months ago
Not sure if the the second and the third checkbox should be checked at the same time.
Perhaps we can add a select box like on Discussion Settings where the user can select "any" or "one of my posts".
comment:20
SergeyBiryukov — 4 months ago
#7835 was marked as a duplicate.
comment:21
in reply to:
↑ 19
DrewAPicture — 4 months ago
Replying to ocean90:
Not sure if the the second and the third checkbox should be checked at the same time.
Perhaps we can add a select box like on Discussion Settings where the user can select "any" or "one of my posts".
What do you think about using a checkbox on the first option and either/or radio buttons for the second and third?
comment:22
follow-up:
↓ 23
azaozz — 4 months ago
This all sounds good but still deals only with comments. Thinking that "E-mail me whenever..." should also include upgrade notifications.
I had this idea for a plugin for some time now (no time to sit down and make it): WordPress should be more "vocal" about upgrades by emailing the admin(s). The reason is that many users don't log in very often, sometimes for weeks or even months.
Thinking this would be quite handy on the Profile page:
E-mail me whenever:
- .....
- WordPress needs upgrading.
- A plugin or a theme needs upgrading.
comment:23
in reply to:
↑ 22
SergeyBiryukov — 4 months ago
Replying to DrewAPicture:
What do you think about using a checkbox on the first option and either/or radio buttons for the second and third?
Makes sense to me.
Replying to azaozz:
Thinking that "E-mail me whenever..." should also include upgrade notifications.
That would indeed be handy, but sounds like a separate enhancement to me.
comment:24
SergeyBiryukov — 25 hours ago
#24383 was marked as a duplicate.


Currently using this solution to solve:
http://wordpress.org/support/topic/377874?replies=2
Would be nice if it were part of Core or at least if language was clarified.