Closed (fixed)
Project:
Administration menu
Version:
5.x-1.2
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2007 at 21:56 UTC
Updated:
3 Dec 2007 at 23:21 UTC
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
Comment #1
sunPrior 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.
Comment #2
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.