Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
Update #7200:
Upgrades existing menu items that have attached views. This is a major update for the 7.x-2.x branch.
First alpha release (meaning that this should NOT be installed on production servers). I need everyone's help in testing and debugging this module before a stable release can be made.
This has been a major overhaul of the 1.x branch. The largest change and reason for version bump is that Menu Views now intercepts the theme_menu_link() instead of theme_link(). This is a major improvement in performance and also helps with a some contrib modules like: Menu Block and Nice Menus. Overall code has been consolidated into fewer files.
The UI has also undergone a radical improvement to help simplify the creation of a menu item view. Instead of attaching a view to a menu link item, there is now a toggle at the top of every menu item that allows you to switch between a "link" and "view" menu item type.
Bug Fixes
#1459424: Menu views does not work with Nice Menu
#1614886: Menu Block won't work with Menu Views
#1790444: Conflict with bigmenu module
Feature Request
Partially implemented (does not actually render yet) - #1786856: Provide options to render the view title