On: 2006/01/19 Viewed: 222903 times

One thing I wanted to improve in the Admin area of my Wordpress blog was the header menu. I want to be able to reach any admin page in one click, instead of first clicking on the first level link (”Manage” for example) and then only on a submenu link (”Comments“) So here is a very neat plugin : the Worpdress Admin Drop Down Menu

Admin Drop Down Menu

Current version of the plugin is for WordPress 2.5+ only. Scroll down for older versions.

Show me

Want to try before you buy ? Well, sure (except for the “buy” part) I made up this demo page especially for you.

It should work fine under Firefox 2.x, Opera 9.something and MSIE 6 on Windows. At least it does on my computer.

Give me

Get the plugin :

Download the plugin :
ozh-admin-drop-down-menu.zip
Extract and upload to your blog, preserving directory structure if any.
Note: download counter here and stats on wordpress.org may differ and reflect the number of downloads before this plugin was hosted on the plugin directory

Activate and enjoy. Another friendly install & forget piece of PHP.

Features

The plugin concept itself is rather simple :

  • Hide the various admin menus that are splattered all over the place in WordPress 2.5 (wasted space!)
  • Insert a new menu on the top dark grey bar, which is unused (wasted space!) otherwise
  • Remove a few useless links (wasted space!) on the upper right corner
  • Add some cute icons from FamFamFam to menu entries, or don’t add them, it’s up to you

Javascript is involved in order to hide useless links and to make stuff compatible with MSIE6. On modern browsers, everything works even with Javascript disabled.

The plugin comes with a wickedly cool API that will allow other plugin developers to interact with it, like adding your own custom icon for your plugin. Read the API for Coders page for examples and documentation. Also, all elements the plugin produces get custom CSS classes and id’s to allow easy styling or selecting.

Translations

The plugin is ready for interglobanalization and there is a .pot template file included so polyglots can even make their own translation and sent the .mo and .po files to me so I’ll include them in the package.

The plugin is currently translated in:

Bonus

Thanks to Dean J. Robinson and his extraordinary CSS skills, Worpdress Admin Drop Down Menu is compatible with the uberclassy Fluency, a very beautiful plugin that redefines the whole admin area.

Requirements

This plugin is intented for serious Power Users only, and as such has very strict requirements :

  • A Wordpress blog (designed for 2.5, won’t work on 2.3.3 or older, unless you read below)
  • Enough lazyness to feel that sparing a click or two each day is worth it
  • A comfortable chair and a fat internet connection

(Although the last point is not directly required to run my plugin, I’ve found that it can greatly enhance your internet experience)

Older Version

Version 1.3.1 is designed for WordPress 1.5 to 2.3.3 and is still available:

The awesome demo of this older version is still available, of course.

Feedback

Sure. Feed me back. Like it? Blog about it. Love it? Click on the download link, see the Paypal button appear, and give it some clicks!

If you’re reporting bugs, you’re welcome, but please provide a screenshot and informations about your browser & your OS.

Related posts

Metastuff

This page "Wordpress Plugin : Admin Drop Down Menu" was posted on 19/01/2006 at 10:28 am
Watch this discussion : Comments RSS 2.0. You can trackback this post from your own site

623 Blablas

    Pages: « 115 16 17 18 19 [20] 21 22 23 24 2532 » Show All

  1. 381
    Ozh France »
    said, on 04/May/08 at 10:45 am # :

    Typlerd » You could modify the very end of the plugin to look like this:

    PHP:
    1. if (!$is_IE) {
    2.    add_action('dashmenu', 'wp_ozh_adminmenu');
    3.    add_action('admin_head', 'wp_ozh_adminmenu_head');
    4. }

    Might do what you want.

  2. 382
    thiscowispurple.com » Blog Archive... United States »
    pingback on 04/May/08 at 8:49 pm # :

    [...] Convenient admin navigation thanks to ozh [...]

  3. 383
    May 4th 2008 - Blog Updates United States »
    pingback on 05/May/08 at 5:14 am # :

    [...] Wordpress Plugin : Admin Drop Down Menu [...]

  4. 384
    Typlerd United States »
    said, on 06/May/08 at 12:54 pm # :

    Thanks a lot. It worked great.

  5. 385
    Melhores plugins para administradores | ... United States »
    pingback on 09/May/08 at 3:22 am # :

    [...] Admin Drop Down - É um plugin bastante útil para quem passa muito tempo "agarrado" à administração do seu blog [...]

  6. 386
    Tutoriales - 20 mejores plugins para wor... United States »
    pingback on 10/May/08 at 12:32 pm # :

    [...] Admin Drop Down Menu - Reemplaza admin menu con CSS menu. Os salvará muchos clicks y carga de paginas. Solo WordPress 2.5+ By Ozh. [...]

  7. 387
    Wordpress-tip: Brug administrationen bed... Denmark »
    pingback on 12/May/08 at 2:52 pm # :

    [...] og dermed også nedsætte antallet af klik i det daglige arbejde med din weblog. Plugins som Ozh Admin Drop Down Menu, Lighter Menus (med lækre famfam-ikoner) og Admin Drop Down Menus fra Yellow Swordfish, giver [...]

  8. 388
    Zosta? blogerem! | CreateWeb Poland »
    pingback on 13/May/08 at 6:02 am # :

    [...] jeszcze jedna sprawa: na pocz?tek polecam instalacj? wtyczki Admin Drop Down Menu - w du?ej mierze u?atwi nam poruszanie si? po panelu. A oto instrukcja jak zainstalowa? [...]

  9. 389
    2? Admin Drop Down Menu ????????? : ????... China »
    pingback on 16/May/08 at 5:19 am # :

    [...] Admin Drop Down Menu - [...]

  10. 390
    Tutoriales - 20 mejores plugins para wor... United States »
    pingback on 16/May/08 at 12:02 pm # :

    [...] Admin Drop Down Menu - Reemplaza admin menu con CSS menu. Os salvará muchos clicks y carga de paginas. Solo WordPress 2.5+ By Ozh. [...]

  11. 391
    Fr3d.org : WordPress 2.5 Great Britain (UK) »
    pingback on 17/May/08 at 5:40 am # :

    [...] to navigate, looks nicer, and is much less buggy or “quirky” than before. Ozh’s drop-down menu plugin is a nice addition to it [...]

  12. 392
    WPZOOM ›› How was the installation o... United States »
    pingback on 19/May/08 at 11:09 pm # :

    [...] plugin which I requested was Admin Drop Down Menu. It working perfectly with WordPress 2.5, and after installation I receive a great drop-down menu [...]

  13. 393
    Leo China »
    wrote, on 20/May/08 at 8:29 am # :

    Hi,

    Actually it's quite simple. You only need to put the following CSS into wp_ozh_adminmenu_css()

    CSS:
    1. .count-0{
    2.     display:none;
    3. }

    I sincerely hope this helps.

  14. 394
    Leo China »
    thought, on 20/May/08 at 8:53 am # :

    And this might be a better solution for those who prefer the scheme Fresh :

    CSS:
    1. .ozhmenu_toplevel a:hover {
    2. background-color: #E4F2FD;
    3. -moz-border-radius-topleft:3px;
    4. -moz-border-radius-topright:3px;
    5. }

    Not thoroughly tested though, but it seems to work fine on my blog.

  15. 395
    DIGITALife » Wordpress Usefull Plu... Italy »
    pingback on 21/May/08 at 11:06 pm # :

    [...] Admin Drop Down Menu [...]

  16. 396
    Plugin WordPress yang Masih Terpasang - ... Singapore »
    pingback on 27/May/08 at 5:52 am # :

    [...] Admin Drop Down Menus Tampilan menu admin berupa ‘CSS drop down’. Lumayan ringkas dan menghemat sekian kali klik. [...]

  17. 397
    Wordpress Plugin - Admin Drop Down Menu ... United States »
    pingback on 28/May/08 at 1:35 am # :

    [...] Maio 2008 O Plugin-Admin Drop Down Menu já tem uma nova versão para o WordPress Versão [...]

  18. 398
    wann.es » Blog Archive » lin... United States »
    pingback on 28/May/08 at 11:31 pm # :

    [...] Wordpress Plugin : Admin Drop Down Menu « planetOzh (tags: wordpress plugin navigation administration) [...]

  19. 399
    WordpressIntoCMS » Blog Archive &r... United States »
    pingback on 29/May/08 at 6:08 pm # :

    [...] learned that Fluency is often combined with the Admin Drop Down Menu plugin as a means of conserving space and increasing efficiency, so I installed it [...]

  20. 400
    Brian Bailey United States »
    replied, on 30/May/08 at 8:09 pm # :

    Hi,

    Brian from WordpressIntoCMS.com here.

    On my main CMS website I have a ton of plugins installed, which makes my Settings menu in the dashboard quite long. In fact, it makes it too long for Admin Drop Down Menu to display all of the Settings in the list.

    Is there a way to "break" the drop down menu into two columns so that it won't extend below the visible portion of the dashboard?

    If someone can point me in the right direction I will try to get under the hood and figure it out.

Pages: « 115 16 17 18 19 [20] 21 22 23 24 2532 » Show All

Leave a Reply

Comment Guidelines or Die

  • HTML: You can use these tags: <a href=""> <em> <i> <b> <strong> <blockquote>
  • Posting code: Post raw code (no <> &lt; etc) within appropriate tags : [php][/php], [css][/css], [html][/html], [js][/js], [sql][/sql], [xml][/xml], or generic [code][code]
  • Gravatars: Curious about the little images next to each commenter's name ? Go to Gravatar.
  • Spam: Various spam plugins on patrol. I'll put pins in a Voodoo doll if you spam me.
  • I will mark as Spam test comments, all comments with SEO names (ie "My Cool Online Shop" instead of "Joe") or containing forum-like signatures.

Close
E-mail It