Does WordPress Admin Bar Needs a More Dropdown?

140

If you have been playing around with WordPress 3.3 (Live Demo included) like us, then you have probably adapted to the new admin bar. Quite honestly, we love the new admin bar design. It is very clean looking (until plugin authors break it). As a plugin author, you have a lot of freedom, but you also have a huge responsibility. There are hooks available for plugin authors to add dashboard widgets, admin bar menus etc. But what happens when a lot of plugin authors start adding their items into the admin bar? We end up with utter chaos for users with smaller resolution (not mobile). Majority of us developers are using screen sizes over 1600px. But there are still users that are on 1200px or 1024px resolutions. Heck even with 1600 resolutions, all it takes is 10 plugins to break the admin bar. Take a look at the screenshot below:

Break WordPress Admin Bar

O and if you have 10 plugins adding to the admin bar on a resolution like 1200px or so. You will have the menus drop to the second line as well along with the Howdy area.

So what do we propose?

We need to have an admin bar menu called “More” as a drop down. Similar to how Google has it.

More Dropdown in Google Bar

In this more drop down, all plugins will be dropped there. This would allow plugin authors to stick to a specific user-interface (UI) which will deliver a better user experience. This will also prevents any inconsistency. If you notice in the first screenshot above W3 Total Cache plugin is shown after the search. That is just inconsistent. Frederick probably had his permission level to be 1000 or something to ensure that his plugin ends up on the last spot (which will guarantee it more exposure). Up until WordPress 3.2, it was great. But with WordPress 3.3, the search is no longer floated right, which makes it look weird for beginners.

All we are saying is that we need a more consistent user-interface.

Next issue is how do we prevent abuse with the more dropdown? Plugin authors are just adding their items to the admin bar thinking it is important. But it doesn’t matter what they think. Users should have a choice in this matter. Just because we are using the plugin WP-Bitly doesn’t mean that all of our editors have to see “Shortlink” menu in the admin bar. There should be a way to remove a menu item from the admin bar if the user doesn’t want it there.

What do you think? Do we need a more dropdown for the WordPress admin bar? Would love to hear your thoughts.