By genDisarray on
I would like to keep the main links in the navigation block. But I want to prevent the tree from expanding, my one attempt disabled the actual pages for some reason, rather then just disabling the links.
So, when in Administer, instead of :
- My blog
- My account
- Create content
- Administer
--- Content management
--- Site building
--- Site configuration
--- User management
--- Reports
--- Help
- Log out
I would like simply :
- My blog
- My account
- Create content
- Administer
- Log out
Comments
How about a second block?
If you create a new menu, and assign new menu items that point to the Navigation menus items (or just move them), and enable the newly created block for the new menu (the block creation is done automatically by drupal), you will end up with the same result
Alan Davison
The menu_block module
The menu_block module (http://drupal.org/project/menu_block) allows you to create various menu blocks and has lots of configuration options (like starting level and depth).