Page 1 of 1

List all sub-menus and contents of the selected menu into the same area.

Posted: Sun Dec 17, 2006 11:50 pm
by dsolheid
Hi all,

I'm tying, when a user select a menu item, (that contains sub-menus) ... to show into the content area all sub_menu and their respective content.

Like

Main Menu :  A  B  C  D  E
Sub menu of A :  x  y  z

When clicking on A ... having into the content area :

x
bla bla bla... content of x

---
y
bla bla bla ... content of y

---
z
bla bla bla .. content of z



And if the user click on a sub-menu, of course, displaying only the content of the selected sub-menu.


Any idea ???

I'm trying with menumanager and template ... but without success..

In advance, Thanks a lot,

Regards,

Didier.

Re: List all sub-menus and contents of the selected menu into the same area.

Posted: Tue Dec 19, 2006 8:24 pm
by dsolheid
Hi,

I juste want to do the same thing as  : List_chidlren ...
http://wiki.cmsmadesimple.org/index.php/User_Handbook/Admin_Panel/Layout/Menu_Manager#list_children

but plus showing the content under the title ...

Any help will be really appreciated.

Thanks.

::)