#6 closed enhancement (fixed)
Option to set default value of "Notify me of follow-up posts via email" in profile
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | low | |
| Component: | Support Forums | Keywords: | has-patch |
| Cc: |
Description
When replying to a new topic on the support forums the checkbox "Notify me of follow-up posts via email" below the comment form is always unchecked by default.
WordPress.org profile options should allow setting this to be checked by default.
Change History (17)
#3
@
13 years ago
Nevermind, it is turned on by default for new topics; it's only off by default for replies.
#4
follow-up:
↓ 8
@
13 years ago
The box is checked by default on New Topics, but not on new replies. The thinking is that we want users asking questions to get notified, but we also don't want to accidentally start flooding the inbox of people answering questions unless they specifically opt-in to that.
Suggest wontfix on this one, works as intended.
#5
@
13 years ago
The OP was asking for a profile option so that individual users could have it enabled by default, which could still be a valid request. That would be more convenient than having to check if every time if a user decides they usually/always want to get reply notifications.
#7
@
13 years ago
As Ian stated, the request is for a user-adjustable profile option. I've wanted the notifications close to 99% of the time. The profile option will save a lot of clicking.
#8
in reply to:
↑ 4
;
follow-up:
↓ 9
@
9 years ago
Replying to Otto42:
The box is checked by default on New Topics
This no longer seems to be the case after the upgrade to bbPress 2.x.
#9
in reply to:
↑ 8
;
follow-up:
↓ 11
@
9 years ago
Replying to SergeyBiryukov:
Replying to Otto42:
The box is checked by default on New Topics
This no longer seems to be the case after the upgrade to bbPress 2.x.
Here's the current state for each topic subscription checkbox occurrence:
- New Topic - not checked
- Edit Topic - is checked
- New Reply - not checked
- Edit Reply - not checked
#11
in reply to:
↑ 9
;
follow-up:
↓ 12
@
9 years ago
Replying to netweb:
Here's the current state for each topic subscription checkbox occurrence:
- New Topic - not checked
- Edit Topic - is checked
- New Reply - not checked
- Edit Reply - not checked
For me it's always unchecked (including Edit Topic, only "Keep a log of this edit" is checked there by default).
#12
in reply to:
↑ 11
@
9 years ago
Replying to SergeyBiryukov:
For me it's always unchecked (including Edit Topic, only "Keep a log of this edit" is checked there by default).
It's inheriting the option by the look of things, if the user who created the topic checks the "Notify the author of follow-up replies via email" checkbox then I also see the checkbox checked, if not it remains unchecked:
Via a quick check of some of the topics in https://wordpress.org/support/view/no-replies/
This ticket was mentioned in PR #720 on WordPress/wporg-mu-plugins by @wildworks.
2 months ago
#15
- Keywords has-patch added
See:
- https://github.com/WordPress/gutenberg/issues/73138
- Migrating Blocks for iframe Editor Compatibility – Block Editor Handbook | Developer.WordPress.org
As you can see from the resources above, in WordPress 7.0, the post editor is planned to run as an iframe regardless of the block's API version.
As of WordPress 6.9, a browser warning will be displayed if a block with a block API version lower than 2 is registered:
The block "wporg/chapter-list" is registered with API version 2 or lower. This means that the post editor may work as a non-iframe editor. Since all editors are planned to work as iframes in the future, set the `apiVersion` field to 3 and test the block inside the iframe editor. See: https://developer.wordpress.org/block-editor/reference-guides/block-api/block-api-versions/#version-3-wordpress-6-3
Therefore, we should upgrade all blocks to version 3 beforehand and test them to ensure they work correctly in the iframe editor.
### Testing Instructions
- Verify that the browser warning about the API version disappears.
- Verify that the editor is running as an iframe. In your browser console, search for the following element:
iframe[name="editor-canvas"]
2 months ago
#16
The version warnings are gone for these blocks 👍🏻 However, I can't test the iframe yet since other blocks in the individual themes still use v2.
Are there any v2 → v3 frontend changes I should check?
@wildworks commented on PR #720:
2 months ago
#17
However, I can't test the iframe yet since other blocks in the individual themes still use v2.
Can you tell me what those v2 blocks are? I'd love to check them out too.
Also, if you want to test these blocks in an iframe editor, you can test in the following environments, as the editor will run as an iframe in both cases. These editors are also accessible from the Classic Editor.
- Post editor > Enable Mobile or Tablet preview
- Appearance > Editor > Patterns > Create new pattern
I'd go ever further and say that it should be turned on by default. A lot of times users will start a support thread and never come back. I think that often happens because the user didn't notice the box, and didn't remember to come back.
If it were on by default, then the return rate would be much better.