By fatfish on
Hi there.
I'm working on a site where the main and only navigation is based on primary links with nice menus. I like to limit the options in the menu settings - parent item list to primary links only, so my site editor will not get lost amongst all the administration menus available.
I try to do so by unsetting them of them with the form_alter function but since menu will change during site life, its not an option.
I'm looking for other, more elegant ideas.
Tnx
Comments
Can do this with menu settings or menu_stp module
You can "Restrict parent items to:" under admin > menus > settings.
You can also try http://drupal.org/project/menu_stp for a more advanced (multiple menus per role) module.