Closed (fixed)
Project:
Administration menu
Version:
5.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
22 May 2008 at 11:57 UTC
Updated:
31 Jul 2008 at 04:46 UTC
How do I get Admin menu to display the full Navigation menu (or another menu)? I tried overriding the $mid_admin variable everywhere it appears but it results breaking the menu.
Comments
Comment #1
sunAs the name implies, Drupal Administration Menu is for the administrative menu only. You might want to try SimpleMenu for other menus.
Comment #2
dennison commentedI am well aware of that. However, the Drupal Administration menu looks better so if I want to use it to display the navigation menu, can it be done?
Comment #3
sunAFAIK, SimpleMenu ships with a theme that looks similar to DAM's. Since DAM has been developed intentionally as a -like menu, one would have to disable/comment-out approx. 50% of DAM's module code.
If you know CSS, you could simply copy'n'paste the contents of admin_menu.css into your theme's stylesheet and alter
#admin-menuto any other menu block id, like #block-menu-1 or the like.Comment #4
dennison commentedI see. Thank you very much, sun. You have been very helpful. I will try looking into using CSS replacement instead of hacking the code. :)
Comment #5
sunRe-activating this issue to add a FAQ entry later.
Comment #6
sunComment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.