Page 1 of 1
Help with Submenus
Posted: Sat Oct 11, 2008 9:58 pm
by JaymeNYC
I have about 5 different pages, each with a different sub menu. on each page I want to only show the submenu+ the parent for that page. Right now in my submenu I have:
1
1.1
1.2
2
2.2
2.3
But since I'm only on the home page (1) I only want to show those pages like this:
1
1.1
1.2
How do I do this?
Re: Help with Submenus
Posted: Mon Oct 13, 2008 1:44 pm
by Pierre M.
Hello,
have you read the {menu ...} tag help ? the Menu Manager documentation ?
What have you tried so far and what is unclear with the parameters ?
BTW, moving your thread from "General discussion" to "product support".
Pierre M.
Re: Help with Submenus
Posted: Thu Oct 16, 2008 3:16 am
by JaymeNYC
Pierre M. wrote:
Hello,
have you read the {menu ...} tag help ? the Menu Manager documentation ?
What have you tried so far and what is unclear with the parameters ?
BTW, moving your thread from "General discussion" to "product support".
Pierre M.
I've read the 2 documents and been truying to figure it out for a while.. I can get the parents to be clickable, but I only want the parent thats related to the page to be visible instead of all the parents and all the children..still can't figure it out
Re: Help with Submenus
Posted: Thu Oct 16, 2008 3:29 pm
by Pierre M.
Pierre M. wrote:
What have you tried so far
...according to the {menu ...} tag helps ?
Re: Help with Submenus
Posted: Thu Oct 16, 2008 6:48 pm
by JaymeNYC
Pierre M. wrote:
Pierre M. wrote:
What have you tried so far
...according to the {menu ...} tag helps ?
I've tried some of the different templates and tried some things on the "Help for the MenuManager module" page but I don't understand that page too well.. is it really that complicated to have a clickible parent/children thats only 4 the related page??
Re: Help with Submenus
Posted: Thu Oct 16, 2008 7:19 pm
by twen88
if you want to see all the parent items on the page, then on the main menu give the start_level =1 and on the submenu, give the start_level = 2,
If you only want to see one parent item with it's submenu, then on the main menu, set start-level = 2, and the submenu to 3.
{menu start_level="2" template="whatever"}
would this help?
Re: Help with Submenus
Posted: Fri Oct 17, 2008 2:56 pm
by Pierre M.
Pierre M. wrote:
Pierre M. wrote:
What have you tried so far
...according to the {menu ...} tag helps ?
I mean : show us your current {menu ...} calls and you will receive suggestions to alter them (and/or their templates).
Pierre