Adds several menu blocks that might be useful for a site:
- Dropdown personal menu
- User Profile/login

Used on a production site.

Focus is now on the D7 version.

Dropdown:
The idea is to show a menu in a block to authenticated users that allows navigation to parts of the website not covered by for example primary links.

The menu is a dropdown list, containing just one level of items from a specified starting point in the menu tree.

Example: in the navigation menu, create an Item "My Menu" and then drag in selected navigation menu items as children.
Configuration: Enable the My Menu block and then set some variables in settings.php:

$conf['mymenu_title'] = 'My Menu';         // Title of the closed dropdown
$conf['mymenu_blocktitle'] = '<none>';     // Title for the block
$conf['mymenu_menutop'] = 'navigation';    // Which menu
$conf['mymenu_menutree'] = 'My Menu';      // Top level item in the Menu tree

Related modules: DHTML menu, Nice menus, ..

I originally used nice menus but needed the dropdown as a form select list so that it would render according to the browser/platform, e.g. it would display as a (usable) dropdown on an iphone. This module is simple: refer to the related modules for more complete solutions.

Downloads

Version Downloads Date Links
6.x-1.0-beta1 tar.gz (7.58 KB) | zip (8.4 KB) 2011-Jul-04 Notes

Project Information


Maintainers for MyMenu

  • boran - 23 commits
    last: 3 weeks ago, first: 46 weeks ago

Issues for MyMenu

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports