Hello,
I'm trying to install Ozh's fabulous admin drop down menu. I followed his instructions at:
http://planetozh.com/blog/my-projects/wordpress-admin-menu-drop-down-css/
Installed but the plugin doesn't override the WPMU 2.7 admin sidebar and displays only text vertically for the Ozh menu. Please let me know where I went wrong. Per the instructions, I created a file mu-plugins/ozh-admin-drop-down-menu.php with these contents:
'<?php
include(WPMU_PLUGIN_DIR . "/ozh-admin-drop-down-menu/wp_ozh_adminmenu.php");
?>'
I moved the plugin folder to mu-plugins and uncommented the Mu code in wp_ozh_adminmenu.php. I've played with several different things but can't seem to make it work. I turned off and on the site admin bar in wp-config.php.
Much appreciated,
Chuck
(p.s. I apologize for the double posting; in this forum and on Ozh's site. I can't seem to correctly post the info he may need for a response from his site.)