This module extends the Primary menus with an additional level of secondary nice menus that hide/show on hover via jquery. Some theming is required to enable it. This module requires Nice Menus.

An option is added to the admin/content/menu interface for selecting which nice menu to display. This option is only added to the children of the primary menu.

NOTE: To use this module, you must do some theming.

Replace the theme('menu_links') with theme('nice_menu_links'),

OR

If you've already overridden theme_menu_links, add the <li id=...> as is done in theme_nice_menu_links, i.e.:

  $menu = menu_get_menu();
  foreach ($links as $index => $link) {
    $output .= '<li id="menu-link-'. $menu['path index'][$link['href']] .'" ';

and then call theme('nice_primary_menus');

Downloads

Recommended releases

Version Downloads Date Links
5.x-1.0 tar.gz (9.33 KB) | zip (11.32 KB) 2008-Feb-19 Notes

Development releases

Version Downloads Date Links
5.x-1.x-dev tar.gz (9.21 KB) | zip (11.02 KB) 2011-Feb-25 Notes

Project Information


Maintainers for Nice Primary Menus

  • douggreen - 14 commits
    last: 3 years ago, first: 4 years ago

Issues for Nice Primary Menus

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
Oldest open issue: 24 Jan 08
nobody click here