21307 Posts in 5737 Topics by 2603 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 853 Views |
-
Drop Down Menu Issue

28 February 2011 at 11:15pm
Hi
I have a drop down menu working great however for one item it has far too many sub pages to use a drop down menu 40+ so i wanted to disable items for this item (which i do through the CMS nice and easily by unchecking display in menu).
However my dilemma is I would like to list these links on their parent page (Sub Branches) however if i try to list them using the standard second level nav tag they don't show up because i have disabled them.
Is there a tag that i can just list the children as links ?
Cheers Nick
-
Re: Drop Down Menu Issue

12 March 2011 at 10:23am
I think this would work:
<% control AllChildren %>
<a href="$Link">$Title</a><br />
<% end_control%>For further information see: http://doc.silverstripe.org/sapphire/en/reference/built-in-page-controls#and-lt-control-allchildren-and-gt
| 853 Views | ||
|
Page:
1
|
Go to Top |

