Custom Admin-Bar Favorites

Description

Allows admins other users with a specially-defined user-capability to define a custom menu on the admin-bar of his or her favorite shortcuts.

Screenshots

This is the Favorites menu in the admin bar.
Editing the menu with the administrator interface.
Editing the menu with the non-administrator interface.

Download

Click here to download admin-bookmarks.zip.

Licensing

The Custom Admin-Bar Favorites free WordPress plugin is licensed under the GNU Public License v2.0 (GPL2). You are free to use and modify the plugin as you see fit.

Changelog

  • 0.1 – Initial public release

Donate

Coders love caffeine — and I’m no exception šŸ˜‰

If you like my free plugins, feel free to donate. Doing so allows me to continue work on this and other great WordPress plugins, themes, etc.



6 thoughts on “Custom Admin-Bar Favorites

  1. The plugin works fine on my website, however on my friends website at: http://pianotuningtucson.com/ there is a small annoyance. When clicking the plus sign to add a new admin link, the title of the website always gets added to the title and I have to edit each favorite. Any ideas on why and how to stop this?

    • The Custom Admin-Bar favorites gets the title from the $title global variable.

      Unfortunately your theme changes the $title variable on all pages.

      To fix this open Portfolio Press’s functions.php file and change line 99 from: if ( is_feed()) to if ( is_feed() || is_admin())

  2. Thanks for this great plugin! I have a small issue though. Every time I add a favorite it bounces me back to the dashboard. Is there a way keep me on the current page after I add it as a favorite?

      • Hey Robert, I know this is an old post but can you ajaxify the plugin (so members can add bookmarks without being redirected off the page) and give support for WordPress Multi-site so it can be activated over the whole network and have one centralized are where the bookmarks are kept and allow members to type in custom links?

  3. Hey mate congrats on a really cool plugin! Sadly i have one issue with it… every time you add a favourite, remove a favourite, etc. It always redirects you to the back-end. Is it possible you could help me modify the code to make it not redirect after every command ?

    I don’t want members to have any access to the back-end, and it can be quite annoying for some users to have to keep redirecting themselves back to the site.

    Maybe this would be a great feature to add in the future… the ability to create and select the pages you want it to redirect to after every add, delete, command… ? Maybe just the option to disable redirect altogether… ?

    Just an idea I’m sure everyone that uses ‘Custom Admin-Bar Favorites’ will appreciate.

    If you could help me with this, it would be much appreciated! šŸ™‚ Thanks in advance.

Leave a Reply

Your email address will not be published. Required fields are marked *