#6918 closed enhancement (fixed)
Email: Prefix menu names with 'BuddyPress'
Reported by: | r-a-y | Owned by: | r-a-y |
---|---|---|---|
Milestone: | 2.5 | Priority: | normal |
Severity: | trivial | Version: | |
Component: | Administration | Keywords: | has-patch ui-feedback |
Cc: |
Description (last modified by )
In cases where other email plugins might have a similar admin menu name of "Emails", I'm proposing that we alter our email admin menu labels to add "BuddyPress".
Attached patch does the following:
- Changes the menu name from "Emails" to "BP Emails" (We could use "BuddyPress Emails" here, but I thought it might be too long.)
- Changes the header title from "Emails" to "BuddyPress Emails"
- Changes the customizer heading from "Emails" to "BuddyPress Emails"
- Changes the "Appearance > Emails" submenu name to "Appearance > BuddyPress Emails"
- Adds a "BP Emails > Customize" submenu item so admins are aware that it is possible to use the WP customizer to alter the CSS of BP emails. This might be redundant as the "Appearance > BuddyPress Emails" submenu already exists, but I had a hard time finding it :)
- Changes "Add a New Email" label to "Add a New BuddyPress Email"
- Changes "Edit Email" label to "Edit BuddyPress Email"
I understand it is late to start making string changes, but I thought this was important enough to address for v2.5.
Let me know what everyone thinks.
Attachments (1)
Change History (10)
#3
@
9 years ago
There are also locale-specific concerns: certain languages are way longer than English (hello, German!) and will never fit in as concisely as our American English defaults are, and also -- this might be a UK-specific thing -- but we share "BP" with certain other organisations
Good point. Might be better to use the full project name then?
What about plugins that add admin menus called "Activity" or "Groups"? This is a rabbit hole. At least all the BP wp-admin nav menu items are grouped together.
Yeah, I was thinking about this myself regarding "Activity" and "Groups".
I think with "Emails" though there is more of a chance of a conflict and general confusion.
eg. Did my favorite email plugin (WP blog email subscription, contact form) just add an "Emails" menu? Why are there two "Emails" menus?
Here are a few examples of plugins using "Emails" or "Email" from wp.org:
#6827 might help as well to some extent.
I guess it is probably better not to change the menu name for consistency with the existing "Activity" and "Groups" menu names.
I agree to add Emails > Customize menu.
.
I don't feel strongly about the Customizer panel label. In a perfect world, no-one sees it, I'm not sure what the benefit is, but we can make the change if you think it is better.
.
Likewise, if you want to change the page title text on edit.php?post_type=bp-email, because that's where people probably will click first to explore the interface. I begin to worry a little about the inconsistencies but we can always adjust in the future based on feedback or testing.
I would be happy enough with these changes for v2.5.
Would be great to hear what others think as well.
This ticket was mentioned in Slack in #buddypress by r-a-y. View the logs.
9 years ago
#6
@
9 years ago
- Owner set to r-a-y
- Resolution set to fixed
- Status changed from new to closed
In 10610:
#7
@
9 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Ugh... wrong ticket! :(
We shouldn't use the acronym of our project for labelling the user interface.
There are also locale-specific concerns: certain languages are way longer than English (hello, German!) and will never fit in as concisely as our American English defaults are, and also -- this might be a UK-specific thing -- but we share "BP" with certain other organisations who might not be as warmly-received as BuddyPress is, and I think we'd annoy people. In fact, at the UK's BuddyCamp last year, we did not use the letters "BP" on anything for that precise reason (we'd have been thrown in the sea, at least!!).
What about plugins that add admin menus called "Activity" or "Groups"? This is a rabbit hole. At least all the BP wp-admin nav menu items are grouped together.
Looking at the patch:
Emails > Customize
menu. I hadn't done that because I thought people knew the Customizer lives under theAppearance
menu but (as per recent Slack chat) as a couple of you hadn't discovered that, that means lots of other people won't either. Great feedback!edit.php?post_type=bp-email
, because that's where people probably will click first to explore the interface. I begin to worry a little about the inconsistencies but we can always adjust in the future based on feedback or testing.