<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>Forum posts to 'SilverStripe Forum'</title>
		<link>http://www.silverstripe.com/silverstripe-forum/</link>
		

		
		<item>
			<title>Re: Please, please, please give us comments in the docs!!</title>
			<link>http://www.silverstripe.com/site-builders-forum/show/35774?showPost=70738</link>
			<description>Oohhhw.. yessss....&lt;br /&gt;&lt;br /&gt;Very cool !   Thanks Sam !&lt;br&gt;&lt;br&gt;Posted to: Please, please, please give us comments in the docs!!</description>
			<pubDate>Tue, 13 May 2008 19:20:44 +1200</pubDate>
			<author>Lars Prakken</author>
			<guid>http://www.silverstripe.com/site-builders-forum/show/35774?showPost=70738</guid>
		</item>
		
		<item>
			<title>Re: Problem in linking footer</title>
			<link>http://www.silverstripe.com/website-authors-forum/show/70669?showPost=70690</link>
			<description>I don't know if a different page type is what you want here.  It might be better to create a page with a particular URL; for example, footer-menu.  Uncheck &quot;Show in menus&quot; on that page so that it doesn't show in the your main nav, and put all your footer items under that.&lt;br /&gt;&lt;br /&gt;You can then put &amp;lt;% control ChildrenOf(footer-menu) %&amp;gt; into your Page.ss template to get the children of that page listed as their own navigation menu.&lt;br&gt;&lt;br&gt;Posted to: Problem in linking footer</description>
			<pubDate>Tue, 13 May 2008 16:33:53 +1200</pubDate>
			<author>Sam Minnee</author>
			<guid>http://www.silverstripe.com/website-authors-forum/show/70669?showPost=70690</guid>
		</item>
		
		<item>
			<title>Re: temp fix for if Odd bug</title>
			<link>http://www.silverstripe.com/extending-hacking-silverstripe-forum/show/70653?showPost=70682</link>
			<description>i just uploaded to open.silverstripe.com - i added the file to the original trouble ticket. not sure if that's the right way to do it.&lt;br&gt;&lt;br&gt;Posted to: temp fix for if Odd bug</description>
			<pubDate>Tue, 13 May 2008 15:27:23 +1200</pubDate>
			<author> </author>
			<guid>http://www.silverstripe.com/extending-hacking-silverstripe-forum/show/70653?showPost=70682</guid>
		</item>
		
		<item>
			<title>Problem in linking footer</title>
			<link>http://www.silverstripe.com/website-authors-forum/show/70669</link>
			<description>Hi all,&lt;br /&gt;&lt;br /&gt;I wants to add links to footer of my website. I have created footerMenu.php like;&lt;br /&gt;&amp;lt;?php&lt;br /&gt;/**&lt;br /&gt; * Defines the FooterMenuPage page type&lt;br /&gt; */&lt;br /&gt;class FooterMenu extends Page {&lt;br /&gt;   static $db = array(&lt;br /&gt;   );&lt;br /&gt;   static $has_one = array(&lt;br /&gt;   );&lt;br /&gt;   static $allowed_children = array('Page');&lt;br /&gt;   }&lt;br /&gt;class FooterMenu_Controller extends Page_Controller {&lt;br /&gt;}&lt;br /&gt;?&amp;gt;&lt;br /&gt;&lt;br /&gt;And added footerMenu.ss  in includes;&lt;br /&gt;&lt;br /&gt;&amp;lt;% if FooterMenu %&amp;gt;&lt;br /&gt;  &amp;lt;ul id=&quot;FooterMenu&quot;&amp;gt;&lt;br /&gt;	&amp;lt;% control FooterMenu %&amp;gt;&lt;br /&gt;		&amp;lt;li class=&quot;$LinkingMode&quot;&amp;gt;&amp;lt;a href=&quot;$Link&quot; title=&quot;Go to the $Title page&quot;&amp;gt;$MenuTitle&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;	&amp;lt;% end_control %&amp;gt;&lt;br /&gt;  &amp;lt;/ul&amp;gt;&lt;br /&gt;&amp;lt;% end_if %&amp;gt;&lt;br /&gt;&lt;br /&gt;I also had added tab in behaviour of page like show only in footer menu and trying to call in page.ss under div footer like $footermenu but it didn’t work at all for me.&lt;br /&gt;&lt;br /&gt;Can anyone guide me where I am making mistake? What I need to add more. Plz help me I am not too good at PHP. &lt;br /&gt;&lt;br /&gt;Thanks in advance&lt;br /&gt;&lt;br&gt;&lt;br&gt;Posted to: Problem in linking footer</description>
			<pubDate>Tue, 13 May 2008 14:46:15 +1200</pubDate>
			<author>Mayuri Patel</author>
			<guid>http://www.silverstripe.com/website-authors-forum/show/70669</guid>
		</item>
		
		<item>
			<title>Re: Easy way to get search up and running</title>
			<link>http://www.silverstripe.com/site-builders-forum/show/70439?showPost=70666</link>
			<description>Tutorial #4 covers this: http://doc.silverstripe.com/doku.php?id=tutorial:4-site-search&lt;br&gt;&lt;br&gt;Posted to: Easy way to get search up and running</description>
			<pubDate>Tue, 13 May 2008 14:37:00 +1200</pubDate>
			<author>Sam Minnee</author>
			<guid>http://www.silverstripe.com/site-builders-forum/show/70439?showPost=70666</guid>
		</item>
		
		<item>
			<title>Re: Forum wont work</title>
			<link>http://www.silverstripe.com/site-builders-forum/show/70477?showPost=70664</link>
			<description>There's a blank line in tutorial/_config.php.  Go and delete it, and all should be well :-)&lt;br&gt;&lt;br&gt;Posted to: Forum wont work</description>
			<pubDate>Tue, 13 May 2008 14:36:28 +1200</pubDate>
			<author>Sam Minnee</author>
			<guid>http://www.silverstripe.com/site-builders-forum/show/70477?showPost=70664</guid>
		</item>
		
		<item>
			<title>Re: temp fix for if Odd bug</title>
			<link>http://www.silverstripe.com/extending-hacking-silverstripe-forum/show/70653?showPost=70662</link>
			<description>That fix looks good; can you post it to open.silverstripe.com so that we can integrate it with the core? :-)&lt;br&gt;&lt;br&gt;Posted to: temp fix for if Odd bug</description>
			<pubDate>Tue, 13 May 2008 14:35:57 +1200</pubDate>
			<author>Sam Minnee</author>
			<guid>http://www.silverstripe.com/extending-hacking-silverstripe-forum/show/70653?showPost=70662</guid>
		</item>
		
		<item>
			<title>Re: 2 Level Menu Hierarchy</title>
			<link>http://www.silverstripe.com/website-authors-forum/show/70380?showPost=70657</link>
			<description>use &amp;lt;% control Children %&amp;gt; instead of &amp;lt;% control ChildrenOf($Link) %&amp;gt;&lt;br&gt;&lt;br&gt;Posted to: 2 Level Menu Hierarchy</description>
			<pubDate>Tue, 13 May 2008 13:37:10 +1200</pubDate>
			<author>Sam Minnee</author>
			<guid>http://www.silverstripe.com/website-authors-forum/show/70380?showPost=70657</guid>
		</item>
		
		<item>
			<title>temp fix for if Odd bug</title>
			<link>http://www.silverstripe.com/extending-hacking-silverstripe-forum/show/70653</link>
			<description>i noticed there was a 3-month old, [url=http://open.silverstripe.com/ticket/2243]low priority ticket[/url] for the  [b]if Odd[/b] failing. i came up with what is probably a dirty hack, but basically i changed:&lt;br /&gt;&lt;br /&gt;line 647 in VariableData.php from&lt;br /&gt;&lt;br /&gt;[code]&lt;br /&gt;function Odd() {&lt;br /&gt;	return !$this-&amp;gt;iteratorPos % 2;&lt;br /&gt;}&lt;br /&gt;[/code]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;to&lt;br /&gt;&lt;br /&gt;[code]&lt;br /&gt;function Odd() {&lt;br /&gt;	return !$this-&amp;gt;Even();&lt;br /&gt;}&lt;br /&gt;[/code]&lt;br /&gt;&lt;br /&gt;it seems to work, and so far hasn't caused any weird spikes in performance. hope this helps those of you in need of a quick fix, until someone who knows PHP can fix it properly.&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br&gt;Posted to: temp fix for if Odd bug</description>
			<pubDate>Tue, 13 May 2008 13:21:52 +1200</pubDate>
			<author> </author>
			<guid>http://www.silverstripe.com/extending-hacking-silverstripe-forum/show/70653</guid>
		</item>
		
		<item>
			<title>Re: Replacing TinyMCE - World of hurt?</title>
			<link>http://www.silverstripe.com/extending-hacking-silverstripe-forum/show/51357?showPost=70645</link>
			<description>Thank you so much :)&lt;br&gt;&lt;br&gt;Posted to: Replacing TinyMCE - World of hurt?</description>
			<pubDate>Tue, 13 May 2008 13:16:38 +1200</pubDate>
			<author>Nick Koirala</author>
			<guid>http://www.silverstripe.com/extending-hacking-silverstripe-forum/show/51357?showPost=70645</guid>
		</item>
		

	</channel>
</rss>
