21278 Posts in 5728 Topics by 2599 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 805 Views |
-
4th level sibling menu

19 September 2010 at 11:31pm
Hi all. How can i add a 4th (5th etc.) level sibling menu to the sidebar. i have tried modifications to the sidebar.ss page, but nothing shows up (and i really don't know what i am doing) i have been searching and searching, but could not find a clear answer. it is REALLY important. thanks,
mewho -
Re: 4th level sibling menu

20 September 2010 at 7:47pm
Do you have the code you used so far.
What you will need to do is add an additional <% control Children %> block inside the last <% control %> to show another level.
-
Re: 4th level sibling menu

24 November 2010 at 1:03pm Last edited: 24 November 2010 1:04pm
Hi Willr,
I have the same issues and need some help (it is for 5th level). I have added extra control children inside the last control, but I don't see the 5th level showing up. I wonder what should I do on that? I can see the 4th level (which is default), but I don't see the 5th level even I add an extra control.
<% if Children %>
<ul class="sub">
<li>
<ul class="roundWhite">
<% control Children %>
<li><a href="$Link" title="Go to the $Title.XML page" class="$LinkingMode levelb"><span><em>$MenuTitle.XML</em></span></a></li>
<% end_control %>
</ul>
</li>
</ul>
<% end_if %>
| 805 Views | ||
|
Page:
1
|
Go to Top |


