#3580 closed enhancement (fixed)
BuddyPress 1.5 Upgrade "Repair" message has conflicting (or potentially confusing) terms
Reported by: | masonjames | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | trivial |
Severity: | trivial | Version: | 1.5 |
Component: | Core | Keywords: | |
Cc: |
Description
I'm attaching a screenshot to show this, but in the Repair notice you are told that you need pages to support the "Activate" and "Register" components.
Then below the components are referred to as "Sign-up" and "Activation". Why not make them the same and avoid potential confusion.
Attachments (2)
Change History (8)
#2
@
13 years ago
- Milestone changed from Awaiting Review to 1.5
- Priority changed from normal to trivial
- Severity changed from normal to trivial
I think that probably the lower text should be changed to match the upper. Any objections?
#3
@
13 years ago
Agree. I also noticed that, on non-multisite, the nag doesn't display for the activation/registration "components" when they haven't been mapped to a page. This is because multisite and regular WordPress use different option keys for enabling/disabling user registration. I'd like to change $bp->site_optionsregistration? to $bp->site_optionsusers_can_register? as multisite has a option_ filter… but I'm not 100% confident that swapping that wouldn't break something else at this point, so the patch has a safe fix, but I'd love a second opinion.
#4
@
13 years ago
+1 on the patch for the moment - only cosmetic changes at this point, unless they're critical.
Screenshot