Drupal: Mega-Menus
Einfach Mega Menus mit Views in Drupal erstellen.
Menu Views allows administrators to attach a view inside a menu item.
This is useful when creating “mega-menus” with content such as:
- Recent blog, node, or user posts
- Complex views that contain graphics and other HTML structures.
This module adds an “Attach view” fieldset on any add/edit menu item on any menu (admin/structure/menu/manage) where you can select a view, display and pass arguments.
Optionally, if you wish to display only the view, you may set the menu item’s path to
. This will ensure the title and path (link) is not rendered.

