<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Forum posts to 'Archive'</title>
		<link>http://www.silverstripe.org/archive/rss</link>
		<atom:link href="http://www.silverstripe.org/archive/rss" rel="self" type="application/rss+xml" />
		<description></description>

		
		<item>
			<title>Re: navigation query</title>
			<link>http://www.silverstripe.org/archive/show/156690?start=0#post226728</link>
			<description>&lt;p&gt;You can create a menu that is separate from, and independent of, the main menu. I use this technique to create a secondary menu that I use for a footer:&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://doc.silverstripe.com/doku.php?id=recipes:page_selection_for_special_menu&quot;&gt;http://doc.silverstripe.com/doku.php?id=recipes:page_selection_for_special_menu&lt;/a&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: navigation query &lt;a href=&quot;http://www.silverstripe.org/archive/show/156690?start=0#post226728&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/156690?start=0#post226728&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 14 Nov 2008 08:32:16 +1300</pubDate>
			<dc:creator>motoservo</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/156690?start=0#post226728</guid>
		</item>
		
		<item>
			<title>Re: navigation query</title>
			<link>http://www.silverstripe.org/archive/show/156690?start=0#post158286</link>
			<description>&lt;p&gt;There isn't really a great way to do that. An option might be to uncheck the 'show in menu' option in the behavior tab, then in your template use &amp;lt;% control AllChildren %&amp;gt; to show them all in the nav you want all of them.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: navigation query &lt;a href=&quot;http://www.silverstripe.org/archive/show/156690?start=0#post158286&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/156690?start=0#post158286&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 01 Sep 2008 11:57:07 +1200</pubDate>
			<dc:creator>LeeUmm</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/156690?start=0#post158286</guid>
		</item>
		
		<item>
			<title>Re: navigation query</title>
			<link>http://www.silverstripe.org/archive/show/156690?start=0#post156911</link>
			<description>&lt;p&gt;I want to define what level 1's (and how many) to show in the horizontal and the rest in the vertical.&lt;/p&gt;&lt;p&gt;In the Coffee theme the vertical menu just repeats the horizontal.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: navigation query &lt;a href=&quot;http://www.silverstripe.org/archive/show/156690?start=0#post156911&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/156690?start=0#post156911&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 30 Aug 2008 06:22:37 +1200</pubDate>
			<dc:creator>Stevie G</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/156690?start=0#post156911</guid>
		</item>
		
		<item>
			<title>Re: navigation query</title>
			<link>http://www.silverstripe.org/archive/show/156690?start=0#post156860</link>
			<description>&lt;p&gt;This might help you.&lt;br /&gt;(from coffeeNcream theme)&lt;/p&gt;&lt;p&gt;&amp;lt;% control Menu(1) %&amp;gt;   &lt;br /&gt;    &amp;lt;h1&amp;gt;&lt;br /&gt;        &amp;lt;a href=&quot;$Link&quot; title=&quot;Go to the $Title page&quot; class=&quot;$LinkingMode&quot;&amp;gt;$MenuTitle&amp;lt;/a&amp;gt;&lt;br /&gt;    &amp;lt;/h1&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;    &amp;lt;ul&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;      &amp;lt;% control Children %&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;  &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;        &amp;lt;li&amp;gt;&amp;lt;a href=&quot;$Link&quot; title=&quot;Go to the $Title page&quot; class=&quot;$LinkingMode&quot;&amp;gt;$MenuTitle&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;      &amp;lt;% end_control %&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;    &amp;lt;/ul&amp;gt;&lt;br /&gt;&amp;lt;% end_control %&amp;gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: navigation query &lt;a href=&quot;http://www.silverstripe.org/archive/show/156690?start=0#post156860&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/156690?start=0#post156860&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 30 Aug 2008 05:07:07 +1200</pubDate>
			<dc:creator>grilldan</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/156690?start=0#post156860</guid>
		</item>
		
		<item>
			<title>Re: navigation query</title>
			<link>http://www.silverstripe.org/archive/show/156690?start=0#post156826</link>
			<description>&lt;p&gt;That is pretty much like the menu in blackcandy except the vert shows level ones as well. That could easily be changed by editing the menu code and which levels are displayed. If you look at SideBar.ss you'll see the code is to just display Menu(2), so what you'd want to do is include Menu(1) wrapped around it following the same concept as the nested ones. &amp;lt;% if Children %&amp;gt; etc.&lt;/p&gt;&lt;p&gt;Maybe I'm still missing something. Are the level 1s in the horizontal the same as the level 1s in the vertical or are you trying to leave some out?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: navigation query &lt;a href=&quot;http://www.silverstripe.org/archive/show/156690?start=0#post156826&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/156690?start=0#post156826&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 30 Aug 2008 04:06:05 +1200</pubDate>
			<dc:creator>LeeUmm</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/156690?start=0#post156826</guid>
		</item>
		
		<item>
			<title>Re: navigation query</title>
			<link>http://www.silverstripe.org/archive/show/156690?start=0#post156795</link>
			<description>&lt;p&gt;Not quite.&lt;/p&gt;&lt;p&gt;This probably better explains the idea of what I want to achieve:&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.yaml.de/fileadmin/examples/07_navigation/menu_vertical_listnav.html&quot;&gt;http://www.yaml.de/fileadmin/examples/07_navigation/menu_vertical_listnav.html&lt;/a&gt;&lt;/p&gt;&lt;p&gt;The horizontal menu is level 1 and then there are items on the vertical menu that are also level 1.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: navigation query &lt;a href=&quot;http://www.silverstripe.org/archive/show/156690?start=0#post156795&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/156690?start=0#post156795&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 30 Aug 2008 02:20:32 +1200</pubDate>
			<dc:creator>Stevie G</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/156690?start=0#post156795</guid>
		</item>
		
		<item>
			<title>Re: navigation query</title>
			<link>http://www.silverstripe.org/archive/show/156690?start=0#post156784</link>
			<description>&lt;p&gt;Is this something like the horizontal nav is for the main, top level links, and the vert nav is for the sub pages?&lt;/p&gt;&lt;p&gt;If so, check out the blackcandy theme that comes included. It is setup like this already. Dig through the templates to see how its down.&lt;/p&gt;&lt;p&gt;Or you mean you have 2 navs for different pages and they never show up at the same time? You'd have to setup different page types for each by extending the Page class and associate the template with just the code. Or run a bunch of &amp;lt;% if inSection(page) %&amp;gt; checks in your template to see which page you're on and display the correct nav.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: navigation query &lt;a href=&quot;http://www.silverstripe.org/archive/show/156690?start=0#post156784&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/156690?start=0#post156784&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 30 Aug 2008 02:08:13 +1200</pubDate>
			<dc:creator>LeeUmm</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/156690?start=0#post156784</guid>
		</item>
		
		<item>
			<title>navigation query</title>
			<link>http://www.silverstripe.org/archive/show/156690#post156690</link>
			<description>&lt;p&gt;Hi folks,&lt;br /&gt;Well - my first SilverStripe post.&lt;/p&gt;&lt;p&gt;I have a query regarding dynamic navigation. Obviously each menu item is added as a page is published.&lt;/p&gt;&lt;p&gt;On the site I'm planning, I have a horizontal nav menu and vertical. How do I dictate which page appears on which menu?&lt;/p&gt;&lt;p&gt;Thanks,&lt;br /&gt;S&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: navigation query &lt;a href=&quot;http://www.silverstripe.org/archive/show/156690#post156690&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/show/156690#post156690&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 29 Aug 2008 22:52:06 +1200</pubDate>
			<dc:creator>Stevie G</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/156690#post156690</guid>
		</item>
		

	</channel>
</rss>