<?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: How to make top menu sections without content and jump to the first child?</title>
			<link>http://www.silverstripe.org/archive/show/158879?start=8#post160055</link>
			<description>&lt;p&gt;Hmm, one way I think you could achieve this would be to override the Link() method on your page-type. This means that for that particular $Link in the template loop for the menu there's nothing returned, thus you can do &amp;lt;% if Link %&amp;gt;&amp;lt;a href=&quot;$Link&quot;&amp;gt;$MenuTitle&amp;lt;/a&amp;gt;&amp;lt;% else %&amp;gt;&amp;lt;span&amp;gt;$MenuTitle&amp;lt;/span&amp;gt;&amp;lt;% end_if %&amp;gt; - or something similar.&lt;/p&gt;&lt;p&gt;Example:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;?php&lt;/p&gt;&lt;p&gt;class UnlinkedPage extends Page {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;function Link() {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return false;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;class UnlinkedPage_Controller extends Page_Controller {&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;?&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;It's kind of a theory more than anything. I'm not sure if there'll be any side effects from a page not having a valid Link() method, but it's certainly worth a try I believe.&lt;/p&gt;&lt;p&gt;Sean&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: How to make top menu sections without content and jump to the first child? &lt;a href=&quot;http://www.silverstripe.org/archive/show/158879?start=8#post160055&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/158879?start=8#post160055&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 03 Sep 2008 19:28:16 +1200</pubDate>
			<dc:creator>Sean</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/158879?start=8#post160055</guid>
		</item>
		
		<item>
			<title>Re: How to make top menu sections without content and jump to the first child?</title>
			<link>http://www.silverstripe.org/archive/show/158879?start=0#post159619</link>
			<description>&lt;p&gt;I'd like the same type of thing, except I don't need a link outputted from a certain parent page. I need just a blank &amp;lt;a&amp;gt; tag produced from a page in the sitetree, no redirects. &lt;/p&gt;&lt;p&gt;The reason being I am building a suckerfish navigation menu so I still need the &amp;lt;a&amp;gt; tag produced for the parent, so when a user hovers over it, the suckerfish menu is displayed listing the child pages.&lt;/p&gt;&lt;p&gt;Is this at all possible?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: How to make top menu sections without content and jump to the first child? &lt;a href=&quot;http://www.silverstripe.org/archive/show/158879?start=0#post159619&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/158879?start=0#post159619&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 03 Sep 2008 05:29:51 +1200</pubDate>
			<dc:creator>LeeUmm</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/158879?start=0#post159619</guid>
		</item>
		
		<item>
			<title>Re: How to make top menu sections without content and jump to the first child?</title>
			<link>http://www.silverstripe.org/archive/show/158879?start=0#post159347</link>
			<description>&lt;p&gt;Thanx to all of you! Great, it works!&lt;br /&gt;I haven't found the easy way to use just an other page type! Thats the possibility for my project.&lt;br /&gt;And it's good to know php function for an other project!&lt;br /&gt;Great community!  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: How to make top menu sections without content and jump to the first child? &lt;a href=&quot;http://www.silverstripe.org/archive/show/158879?start=0#post159347&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/158879?start=0#post159347&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 02 Sep 2008 22:15:21 +1200</pubDate>
			<dc:creator>cliersch</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/158879?start=0#post159347</guid>
		</item>
		
		<item>
			<title>Re: How to make top menu sections without content and jump to the first child?</title>
			<link>http://www.silverstripe.org/archive/show/158879?start=0#post159324</link>
			<description>&lt;p&gt;Hi tiga,&lt;/p&gt;&lt;p&gt;Or see here:&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://doc.silverstripe.com/doku.php?id=recipes:controllers&quot;&gt;http://doc.silverstripe.com/doku.php?id=recipes:controllers&lt;/a&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: How to make top menu sections without content and jump to the first child? &lt;a href=&quot;http://www.silverstripe.org/archive/show/158879?start=0#post159324&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/158879?start=0#post159324&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 02 Sep 2008 21:44:47 +1200</pubDate>
			<dc:creator>SilverRay</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/158879?start=0#post159324</guid>
		</item>
		
		<item>
			<title>Re: How to make top menu sections without content and jump to the first child?</title>
			<link>http://www.silverstripe.org/archive/show/158879?start=0#post159321</link>
			<description>&lt;p&gt;So you'd change the page type in the CMS (using the behaviour tab) for the Products and Projects pages to a &quot;Redirector page&quot;.&lt;/p&gt;&lt;p&gt;Then, you'd choose the first child from the dropdown once the page is changed to a redirector. This means that if anyone hits that given page, it'll redirect them to the page chosen in the dropdown.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: How to make top menu sections without content and jump to the first child? &lt;a href=&quot;http://www.silverstripe.org/archive/show/158879?start=0#post159321&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/158879?start=0#post159321&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 02 Sep 2008 21:43:27 +1200</pubDate>
			<dc:creator>Sean</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/158879?start=0#post159321</guid>
		</item>
		
		<item>
			<title>Re: How to make top menu sections without content and jump to the first child?</title>
			<link>http://www.silverstripe.org/archive/show/158879?start=0#post159314</link>
			<description>&lt;p&gt;Redirector pages linking to the first child would be the way to do it, as grilldan said.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: How to make top menu sections without content and jump to the first child? &lt;a href=&quot;http://www.silverstripe.org/archive/show/158879?start=0#post159314&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/158879?start=0#post159314&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 02 Sep 2008 21:41:06 +1200</pubDate>
			<dc:creator>Sean</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/158879?start=0#post159314</guid>
		</item>
		
		<item>
			<title>Re: How to make top menu sections without content and jump to the first child?</title>
			<link>http://www.silverstripe.org/archive/show/158879?start=0#post159315</link>
			<description>&lt;p&gt;Ok - good idea! But how woud you realize it concretely?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: How to make top menu sections without content and jump to the first child? &lt;a href=&quot;http://www.silverstripe.org/archive/show/158879?start=0#post159315&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/158879?start=0#post159315&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 02 Sep 2008 21:41:01 +1200</pubDate>
			<dc:creator>cliersch</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/158879?start=0#post159315</guid>
		</item>
		
		<item>
			<title>Re: How to make top menu sections without content and jump to the first child?</title>
			<link>http://www.silverstripe.org/archive/show/158879?start=0#post159294</link>
			<description>&lt;p&gt;You could try making the Products and Project pages &quot;Redirect Pages&quot;.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: How to make top menu sections without content and jump to the first child? &lt;a href=&quot;http://www.silverstripe.org/archive/show/158879?start=0#post159294&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/158879?start=0#post159294&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 02 Sep 2008 21:19:47 +1200</pubDate>
			<dc:creator>grilldan</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/158879?start=0#post159294</guid>
		</item>
		
		<item>
			<title>Re: How to make top menu sections without content and jump to the first child?</title>
			<link>http://www.silverstripe.org/archive/show/158879?start=0#post159287</link>
			<description>&lt;p&gt;I try to explain my problem again, please someone my help me.&lt;br /&gt;I need to build a menu with this structure&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;Home&lt;/p&gt;&lt;p&gt;Products&lt;br /&gt; -Product 1&lt;br /&gt; -Product 2&lt;/p&gt;&lt;p&gt;Projects &lt;br /&gt; -Project 1&lt;br /&gt; -Project 2&lt;/p&gt;&lt;p&gt;Contact&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;The Products an Projects items have no content. I would like to reach directly the Product 1 page when I klick on the Projects section.&lt;br /&gt;Is there any possibility to build this model?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: How to make top menu sections without content and jump to the first child? &lt;a href=&quot;http://www.silverstripe.org/archive/show/158879?start=0#post159287&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/158879?start=0#post159287&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 02 Sep 2008 20:57:52 +1200</pubDate>
			<dc:creator>cliersch</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/158879?start=0#post159287</guid>
		</item>
		
		<item>
			<title>How to make top menu sections without content and jump to the first child?</title>
			<link>http://www.silverstripe.org/archive/show/158879#post158879</link>
			<description>&lt;p&gt;I would like to have a navigation menu with two level. But there is no content on the top level pages, they are only sections for the structure. I would like to jump from the first level directly in each section to the first child item. How is it possible to realize it?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: How to make top menu sections without content and jump to the first child? &lt;a href=&quot;http://www.silverstripe.org/archive/show/158879#post158879&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/show/158879#post158879&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 02 Sep 2008 06:03:25 +1200</pubDate>
			<dc:creator>cliersch</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/158879#post158879</guid>
		</item>
		

	</channel>
</rss>