Posted by Aardman on November 5, 2012 at 7:19pm
Hi Community,
I have a main menu where I want to have a different secondary menu for each main menu item selected e.g.:
Menu Item1 > Secondary Menu1 (showing LinkA, LinkB)
Menu Item2 > Secondary Menu2 (showing LinkC, LinkD)
I've searched high and low for documentation how to do this and thought it would be a simple thing?. How is this achieved in Drupal?
Thanks,
Aardman
Comments
You can achieve that by a)
You can achieve that by
a) Making LinkA and LinkB children of Menu Item1 and LinkC and LinkD children of Menu Item 2
b) Setting "Source for the Secondary links" to the same menu as "Source for the Main links" (Administration » Structure » Menus » Settings [tab])
Thanks for the advice... I've
Thanks for the advice...
I've done that but to no avail, I'm on 7.8 with Marinelli is there a bug with this version of Drupal?
Cheers.