Node menus

Component ID

2427447

Component name

Node menus

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

209

Component created

Component changed

Component body

Synopsis

Drupal allows to add node link into menu which is okay, if you have one menu and/or few links. When you build a site with multilingual features and create a menu per language, then your select box might grow really long. This module tries to help with this use case.

In short, this module does the following - relates the primary menu links source variable and languages, so if you edit/add a node, you get the menu dropdown which contains links in that language. No more big and clumsy menu dropdowns!

Requirements

Depends on following modules:
Variable
Internationalization

To use this module:
1. Create menus You would like to use
2. Set menu_main_links_source as multilingual.
3. Select node language on node edit page.

Roadmap

Module needs some configuration options (e.g active only on some content types).
Open for suggestions.

Known problems

Currently there isn't any configuration options. You can just enable it and it should work, even on existing sites. It checks if Drupal is multilingual, node is translatable and there are menus enabled to this node.
Current version ignores enabled menus on content types. Although, it respects the enabled/disabled menus option on content type.