Bug #4216
closedMake 'My Settings' menus (drop down and tabs) consistent
0%
Description
The drop down menu options in the upper right do not match the tabs on the ‘Settings’ page.
Make labels and order consistent.
Files
Updated by Boone Gorges over 9 years ago
- Tracker changed from Design/UX to Bug
- Category name changed from User Experience to Toolbar
- Assignee changed from Boone Gorges to Raymond Hoh
- Target version set to 1.8.4
Weird. Ray, can you look at this?
Updated by Boone Gorges over 9 years ago
- Target version changed from 1.8.4 to 1.8.5
Updated by Boone Gorges over 9 years ago
- Target version changed from 1.8.5 to 1.8.6
Updated by Raymond Hoh over 9 years ago
- Status changed from New to Resolved
Issue was due to a few things:
- We run a custom version of the BP settings nav menu (
cac_core_add_settings_nav()
), which we probably do to rename the "Email" tab to "Notifications". This also caused an issue with the "Settings > Forums" subnav item displaying at the wrong position. - BuddyPress purposely abbreviates the WP adminbar items for Settings submenu items. I have renamed our WP adminbar items to match the full subnav titles.
This should be fixed as of commits 2711bbf and a83551a.
This is also live on cdev for testing as well.
Updated by Samantha Raddatz over 9 years ago
- File ticket 4216.png ticket 4216.png added
Great, thanks Ray! I looked at it on cdev, and it looks like the order is still off with 'Delete Account' showing up in the middle of the dropdown menu. I think it's worth fixing if possible since it makes more sense to have that at the end.
(screenshot attached)
Updated by Raymond Hoh over 9 years ago
I looked at it on cdev, and it looks like the order is still off with 'Delete Account' showing up in the middle of the dropdown menu.
Serves me right for testing with an administrator account! Should be fixed now as of commit 1a680b9.