Reputation: 2216
I have a Drupal 7 CMS with a Navigation build with nice_menus (http://drupal.org/project/nice_menus).
My main menu has several links and each link has several sub links.
These sublinks should be shown to the user in a block.
Any advice on how I can achieve this?
Upvotes: 1
Views: 1082
Reputation: 13957
The Menu Block module should handle this - http://drupal.org/project/menu_block
Go to your blocks page, click add new menu block and fill in the form and then use it like any other block.
To show just sub menu items of a main item make a menu block of the menu and set the starting level to the level you want to show. To show JUST these items use the maximum depth field.
Upvotes: 2