After updating to 1.2, the Administration menu reappears in the left sidebar Nav Menu. The header menu bar provided by this module is still present and working, although "Admin Menu Bar" is no longer an option in the Blocks menu. (Drupal 5.3, Firefox 2.0.0.9)

Comments

sun’s picture

Status: Active » Fixed

Prior to release 5.x-1.2, Drupal Administration Menu was output via hook_block(), which allowed to alter the global menu array. Since 5.x-1.2, it is output via hook_footer() and thus no longer able to alter the menu. As long as there will be no built-in solution in an upcoming release, you may perform the following steps as a workaround:
- Create a new menu.
- Edit the menu item 'administer' and select the new menu as parent.

For further information, please read the current README.txt.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.