I have installed Drupal in a multisite configuration.

I am using the Domain Access module to configure my sites. I have selected some tables to share and not others. I am not sharing the users table or the users roles table. This allows me to have different users for each site.

Now, I am trying to make separate menus for each site that only the associated domain can access. I unshared the menu table, but the main nav menu is the same for both sites.....please help

Thanks.

Comments

Ek0’s picture

Hi... Same problem for me... I don't understand how I must do it...

ashtonium’s picture

I'm just looking into this myself, but it looks like the Domain Menu module (http://drupal.org/project/domain_menu) will provide what you're looking for.

It allows domains to assign separate Primary, Secondary and Node Authoring menus.

1kenthomas’s picture

Domain menus is a bit out-of-date (no offense).

We usually simply implement different themes: then the menus can be controlled via blocks (which are unique to themes). See http://drupal.org/node/239989 .