Hello, I have been looking for a way to create a sub menu starting at node Foo. Building a structure with several language sites and on each side there is the type X and type Y settings.
i.e.
Code:
Home
-- se
-- no
-- dk
Below each country we have pages A, B, C visible when at type X. Though when clicking to enter type Y settings the main menu should swap to the children nodes of page D.
i.e.
Code:
Home
* se
- A
- B
- C
- D
* a
* b
* c
* d
So the idea is that if youre in Type X you see
A B C D
And when youre in Type Y you see
a b c d
To show A B C D aint a problem. And when entering type Y another template is used that should call another menu. Though how do one show another menu in that fashion? Up until now I haven't noticed any way to manipulate HierarchicalMenu, NavigationLevelZeroOne or NavigationLevelTwo to do what it is I am asking it to do.
And the icing on the cake would be if one could get the sub menu to not show on node D, but show when entering the children of node D.
So, do I need to get to the drawing board and make something or is it possible to do with existing menu functionality?
And thank you