Menu Minipanels

Installs: 
2,275
Open Bugs: 
34
Development Status: 
Seeking co-maintainer(s)
Under active development

Megamenus (explanation) built using (mini) Panels, which provides tremendous flexibility in what can be displayed.

Click-by-click beginner's tutorial: http://drupal.org/node/984560#comment-3922442

Status

I've not had time over the past six month on Menu_MiniPanels, my contrib time has been focused on getting Metatag to 1.0. As I've just had a new addition to the family I'm even more limited for time than before, I'm now looking for help to get this to v2.

Benefits

By making additional sub-pages available from the main navigation the module provides a quicker route for visitors to find the pages they are looking for. Used carefully, megamenus can be a great enhancement to a site's UI and can contribute towards improving conversion rates on e-commerce sites, e.g. it helped double the conversion rates on the site the module was originally developed for.

Why MiniPanels?

There are two main reasons why minipanels are used:

  1. Usability: once an initial learning curve is gotten past the module becomes very easy to use.
  2. Flexibility: there is a tremendous amount of configuration available via minipanels and almost anything can be added to one - views, blocks, nodes, other menus, and even raw PHP code if the PHP Filter is enabled. Further, there are multiple layouts available and more can be easily built. Further, each minipanel can be customized differently, as can be seen from some of the example sites below.

Requirements

  • The qTip jQuery library (see below).
  • The minipanels submodule from Panels.
  • CTools.

Installation: Drush

  1. Download the module and its dependencies:
    drush dl menu_minipanels panels ctools
  2. Enable the modules:
    drush en -y menu_minipanels
  3. Download the qTip library:
    drush download-qtip

Installation: Manual

  1. Download the menu_minipanels module, along with its dependencies ; Panels and CTools; move them to your site's sites/all/modules/contrib directory.
  2. Visit the qtip download page and download the minified qTip version.
  3. Extract the archive and find the file named: jquery.qtip-1.0.0-rc3.min.js
  4. Place this file in the sites/all/libraries/qtip directory, i.e. the file should be available from sites/all/libraries/qtip/jquery.qtip-1.0.0-rc3.min.js
  5. Enable the module from the modules admin page (admin/modules).

Configuration

  • Visit the "Menu Minipanels" settings page (D6: admin/settings/menu_minipanels, D7: admin/config/user-interface/menu_minipanels) to configure several defaults; this will help give the site a consistent look across all menus.
  • Use the "Menu selection" table on the settings page to control which menus are configured to work with Menu_MiniPanels.
  • Create a minipanel for the content to be displayed (documentation on using Panels).
  • After selecting a minipanel the qTip configuration options will appear; these options mirror qTip's regular configuration.
  • Once finished configuring the options, save the menu item as normal - this will cause the menu item to be instantly activated and display.

Credits

Releases: 
7.x-1.1
6.x-1.4
7.x-1.x-dev
6.x-1.x-dev
Release Dates: 
12/01/2012
12/01/2012
10/01/2013
10/01/2013