Domain menus

Categories

Component ID

1873620

Component name

Domain menus

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

There's also domain_menu_block which doesn't need a Menu Block patch, but it creates new blocks with new config and too many new menus.

===

Allows you to configure menus per domain and creates those automatically.

Requires a Menu Block patch! Add

drupal_alter('menu_block_view_config', $config, $delta);

to menu_block_block_view() after the first line.

For instance you want every domain to have its own Main Menu and Footer Menu. You configure those on admin/structure/domain/menus and Domain menus will create them for you every time you create a new domain.

Includes:

  • variable: enter a domain specific variable to be assigned the new menu_name (eg. menu_main_links_source)
  • home link: automatically create a link to with a custom text
  • create all with a single click (for if you already have 6 domains and no menus)