This module allows to add some menu items inside another menu item. This is very useful for creating mega menus.
Features
- Add new option "Attach to" on menu item edit page.
- Display attached menu items inside another item.
- Hide attached items from their normal position.
Markup before
<ul>
<li><a href="/">Home</a></li>
<li>
<a href="/">Level 1</a>
<ul>
<li>
<a href="/">Level 2</a>
<ul>
<li><a href="/">Level 3</a></li>
<li><a href="/">Level 3</a></li>
</ul>
</li>
<li>
<a href="/">Level 2</a>
<ul>
<li><a href="/">Level 3</a></li>
<li><a href="/">Level 3</a></li>
</ul>
</li>
</ul>
</li>
</ul>
Markup after
<ul>
<li><a href="/">Home</a></li>
<li>
<a href="/">Level 1</a>
<ul>
<li>
<a href="/">Level 2</a>
<ul>
<li><a href="/">Level 3</a></li>
<li><a href="/">Level 3</a></li>
</ul>
<a href="/">Level 2</a>
<ul>
<li><a href="/">Level 3</a></li>
<li><a href="/">Level 3</a></li>
</ul>
</li>
</ul>
</li>
</ul>
Dependencies
Menu module (core)
Installation and configuration
- Download this module and unpack into
sites/all/modules/contrib. See documentation for details. - Enable this module.
- Go to your menu (Main menu, for example) and click 'edit' link on which menu item you want to attach to another.
- Select in 'Attach to' option menu item where you want to attach this item.
Sponsor
This module was developed for IvTextil.ru website.
Project information
Maintenance fixes only
Considered feature-complete by its maintainers.- Project categories: Content display
1 site reports using this module
- Created by plazik on , updated
Stable releases for this project are covered by the security advisory policy.
There are currently no supported stable releases.



