Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 19.5 KB
MD5: b4ccda6b0b3996a301506cf1c33787cb
SHA-1: 61ac35a640b7b0bbfa2e98f6ee4c703c6856f788
SHA-256: e774d58dc3687df55c4dfed315a9a5096244d5ed3301ffd8a0ea1b1aa64814d9
Download zip 21.83 KB
MD5: 65b2f75402dd0e5cfa32899f5c042318
SHA-1: f91bb3ca971735043be6b4af103517fc77c26321
SHA-256: bc4c25b28e6475a4c5650b9d2d2f7502a151d3f69e371d35aa4871a5aa8ac62b

Release notes

This is the second release candidate and it is mostly stable for production use. This release fixed issues with the upgrade from 7.x-1x to 7.x-2.x: #1817622: Upgrading from 1 to 2 destroyed existing menu items. It also fixed issues with being able to select the proper parent item.

NOTE: This release is in fact stable from a fresh install. It can however contain a few minor bugs that will only be discovered with actual production use if you are upgrading from 7.x-1.x to 7.x-2.x, please back-up your site before upgrading (just in case).

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 contrib modules like: Menu Block, Nice Menus and Superfish (see: #1404802-10: Not working with Superfish.) . 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. I think this helps clarify whether the menu item is a link or a view, avoiding the confusion on whether it will show or not.

menu_views_update_7200

Upgrades existing menu items that have attached views. This is a major update for the 7.x-2.x branch.

Bug Fixes

#1535524: Breadcrumb broken
#1533084: Menu Attributes incompatabilty - <view> path bug
#1808736: Undefined index: original... line 327, View title options not working/displaying

Now Supported

#1459424: Menu views does not work with Nice Menu
#1614886: Menu Block won't work with Menu Views
#1790444: Conflict with bigmenu module
#1404802-10: Not working with Superfish.

New Features

#1786856: Provide options to render the view title
Complete administration UI overhaul.
View title and breadcrumb settings (with token support).
Node add/edit menu item integration.

Created by: markhalliwell
Created on: 19 Oct 2012 at 15:39 UTC
Last updated: 2 Aug 2018 at 04:56 UTC
Bug fixes
Insecure
Unsupported

Other releases