Hide 2nd level menu from other pages
Posted: Wed Mar 25, 2009 2:39 pm
I'm trying to hide a 2nd level menu from all pages other than the page which actually has subpages.
The website I'm working on currently has three pages so far. The third page has three subpages.
The menu is located on the top while the 2nd level of the menu is shown in a collumn to the right of the page.
So what I want to accomplish is that the 2nd level menu isn't shown on Page 1 and Page 2, just on Page 3.
Now I've tried {menu template='cssmenu.tpl' start_level="2"} which shows the second level perfectly and only on Page 3, however I want the 1st level item for Page 3 to also show but when I add start_element="3" the submenu will show up on all pages.
------------------------------------------------------
| Topnav: Page 1 Page 2 Page 3 | <- this is the top menu showing only the 1st level menu items
------------------------------------------------------
| | - Page3 | <- if I add start_element="3" the submenu will be shown on all pages
| | - Subpage1 |
| CONTENT | - Subpage2 |
| | - Subpage3 |
| | |
| | |
| | |
------------------------------------------------------
The website I'm working on currently has three pages so far. The third page has three subpages.
The menu is located on the top while the 2nd level of the menu is shown in a collumn to the right of the page.
So what I want to accomplish is that the 2nd level menu isn't shown on Page 1 and Page 2, just on Page 3.
Now I've tried {menu template='cssmenu.tpl' start_level="2"} which shows the second level perfectly and only on Page 3, however I want the 1st level item for Page 3 to also show but when I add start_element="3" the submenu will show up on all pages.
------------------------------------------------------
| Topnav: Page 1 Page 2 Page 3 | <- this is the top menu showing only the 1st level menu items
------------------------------------------------------
| | - Page3 | <- if I add start_element="3" the submenu will be shown on all pages

| | - Subpage1 |
| CONTENT | - Subpage2 |
| | - Subpage3 |
| | |
| | |
| | |
------------------------------------------------------