10389 Posts in 2200 Topics by 1712 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1585 Views |
-
problem with second menu

5 September 2009 at 5:39am
Hello I want to create a second menu independent of the first, but nn I can, someone can help me please.tank
-
Re: problem with second menu

5 September 2009 at 11:32am
How do you mean independent? The Second Level will depend on what Level 1 page you are on. If you just want to show children of any parent page go
<% control Page(parent-page-url) %>
<% control Children %>
// will return the children of the parent-page-url page independent of what page you are on.
<% end_control %>
<% end_control %>You can see more information about the menu controls on the wiki http://doc.silverstripe.com/doku.php?id=built-in-page-controls
-
Re: problem with second menu

6 September 2009 at 7:24am
Hello, not a submenu, but a completely different menu from the first. 1 sample menu: home - about - gallery - ETC.
Menu 2: FAQ - opensource - login - etc.
in different areas of the template.
You can assign a node to a different menu (Menu 1 or Menu 2) from backoffice?
thanks.
| 1585 Views | ||
|
Page:
1
|
Go to Top |


