mark wrote:
If you go to Extensions » Modules and click the word Help, in newer ver. the name of the module will clik to help, here you will see the parameters that the menu tag takes...
{menu show_root_siblings="1"}
(optional) show_root_siblings="1" - This option only becomes useful if start_element or start_page are used. It basically will display the siblings along side of the selected start_page/element.
Hi Mark, and thanks!
But been there, done that...
What I want is a general template menu that shows:
--------------------------------------------
ON PAGE A - template "parent"
--------------------------------------------
Menu (showing only children to A):
- child a
- child b
- child c
(etc.)
----------------------------------------------------------------------
ON PAGE B (sibling to page A) - template "parent"
----------------------------------------------------------------------
Menu (showing only children to B):
- child a
- child b
- child c
(etc.)
---------------------------------------------------------
ON PAGE a (child to A) - template "child"
---------------------------------------------------------
Menu (sowing only A and children to A):
Parent A
- child b
- child c
(etc.)
---------------------------------------------------------
ON PAGE a (child to B) - template "child"
---------------------------------------------------------
Menu (sowing only B and children to B):
Parent B
- child b
- child c
(etc.)
I can't find any parameters that makes that work. Are there any?
/Ylle