I have the following menu structure. Node1 and Node2 are top level links. NodeA and NodeB are children of Node2.
-Node1
-Node2
--NodeA
--NodeB
When your on Node2, NodeA or NodeB a secondary level menu is shown via the menu block module. This secondary menu contains NodeA and NodeB.
So far this is working fine. However I also need to add a top level link to NodeB.
-Node1
-Node2
-NodeB
--NodeA
--NodeB
If I do this, then once I am on NodeB's page I lose the secondary level menu. Ive tried playing with the settings of the menu and the menu block and setting links to expanded but it doenst change anything.
How can I keep the secondary level menu visible even if the node also has a top level link?