On: 2006/01/19 Viewed: 374028 times
Shorter URL for this page: http://ozh.in/kl
Current version of the plugin is for WordPress 3.0+. Read below for unsupported older versions.

One of the first things I wanted to improve in the admin area of my WordPress blog, back in the 1.5 days, was the header menu. I wanted 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 came a very neat plugin : the WordPress Admin Drop Down Menu

When WordPress 2.7 and its new and optimized user interface came, I thought there was still room for improvements: a horizontal menu gave the admin area more of a “desktop application” feel, and I think it’s superior to a vertical menu. So I updated the WordPress Admin Drop Down Menu.

Download

Get the plugin :

Download the plugin :
ozh-admin-drop-down-menu.zip
Extract and upload to your blog, preserving directory structure.
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

  • Customizable color scheme with a neat color picker
  • Normal mode for regular users, compact mode for real estate maniacs, minimal mode for those who never have enough
  • Optional cute icons from FamFamFam
  • Enhanced compatibility with handheld devices
  • Joy and happiness for every day

Javascript is involved for advanced features and to make stuff compatible with MSIE6, but on any decent browser everything works even with Javascript disabled.

Super neat color picking.

Any color you’ll love.

Normal or compact display.

Browser compatibility

The plugin has been developed on Firefox 3, Chrome and MSIE7. It should do fine with MSIE6 and Safari too.

There are glitches with Firefox 2 and Camino which both use a deprecated rendering engine. There are also glitches with Opera. I won’t fix these, but if anyone wants to submit a CSS patch to resolve one of these issue, you’re welcome :)

Developer friendly

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 that I’ll include in the package.

The plugin comes with the following translations, in no particular order:

And maybe more since I might totally forget to update this list :)

Older Versions

Version 3.3.11 for WordPress 2.7 to 2.9.3 is available and unsupported:

Download the plugin :
ozh-admin-drop-down-menu.3.3.11.zip
Extract and upload to your blog, preserving directory structure.

Version 2.3.4.1 for WordPress 2.5 to 2.6.5 is available and unsupported:

Download the plugin :
ozh-admin-drop-down-menu.2.3.4.1.zip
Extract and upload to your blog, preserving directory structure.
Demo: what it used to be in WordPress 2.5 to 2.6.5

Version 1.3.1 for WordPress 1.5 to 2.3.3 is still available too, after all these years:

Feedback, Bug report, Feature request

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. I’m not supporting deprecated blogs or plugins or browsers, and I can’t respond to incomplete bug reports.

If you’re suggesting a feature, you’re welcome too, but I won’t add an admin menu on the public side of the blog, on top of pages. There are other plugins for this, I totally endorse, recommend and suggest Viper’s Admin Bar.

Related posts

Shorter URL

Want to share or tweet this page? Please use this short URL: http://ozh.in/kl

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.

1,395 Blablas

    Pages: [140] 139 138 137 136 135 134 133 132 131 1301 » Show All

  1. 1395
    Ozh France »
    wrote, on 31/Aug/10 at 9:05 am # :

    Peter » Indeed, thanks for the heads up, will include this

  2. 1394
    Peter United States »
    replied, on 30/Aug/10 at 11:45 pm # :

    I had an issue with HTTP content (ozh.png) showing up in my HTTPS admin pages (FORCE_SSL_ADMIN = true). I fixed it by making the following change to core.php. It might be a good idea to incorporate this sort of check into the next version of your plugin.

    PHP:
    1. // Hooked into 'ozh_adminmenu_icon', this function give this plugin its own icon
    2. function wp_ozh_adminmenu_customicon($in) {
    3.     $url = WP_PLUGIN_URL.'/'.plugin_basename(dirname(__FILE__)).'/images/ozh.png';
    4.     if ( !empty($_SERVER['HTTPS']) || $_SERVER['SERVER_PORT'] == 443 ) {
    5.         $url = str_replace('http://', 'https://', $url);
    6.     }
    7.     return $url;
    8. }

  3. 1393
    Ozh France »
    replied, on 21/Aug/10 at 11:33 am # :

    Ed Alexander » just curious why you call my plugin "Ozh". It's like saying "hey this plugin breaks Ed Alexander" :)

  4. 1392
    Ed Alexander United States »
    replied, on 21/Aug/10 at 7:52 am # :

    @Ozh
    @Regnareb

    Do you have the BulletProof Security plugin installed? The screenshot that you posted looks exactly like what happens to Ozh when you have BPS installed. BPS breaks Ozh, but there is a very quick and simple fix. The fix is here >>> http://www.ait-pro.com/aitpro-blog/1166/bulletproof-security-plugin-support/bulletproof-security-plugin-guide-bps-version-45/

    Thanks,
    Ed

  5. 1391
    Ozh France »
    commented, on 16/Aug/10 at 11:22 pm # :

    Regnareb » If that's an Opera issue, I'm closing it as WontFix. Otherwise that's just strange. The CSS should take care of this instantly, and way before the JS actually does something.

Pages: [140] 139 138 137 136 135 134 133 132 131 1301 » 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