<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>SilverStripe Documentation Wiki - Latest Comments</title><link xmlns="http://www.w3.org/2005/Atom" rel="http://api.friendfeed.com/2008/03#sup" href="http://disqus.com/sup/all.sup#forumcomments-71964ed9" type="application/json"/><link>http://silverstripe-doc.disqus.com/</link><description>Community for SilverStripe documentation</description><language>en</language><lastBuildDate>Sat, 07 Nov 2009 06:54:31 -0000</lastBuildDate><item><title>Re: controllers | Documentation Wiki</title><link>http://doc.silverstripe.org/doku.php?id=controllers#comment-22124013</link><description>i have posted your blog on my site&lt;br&gt;&lt;br&gt;Have a nice day&lt;br&gt;james smith&lt;br&gt;______________________________________________</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Addo237938</dc:creator><pubDate>Sat, 07 Nov 2009 06:54:31 -0000</pubDate></item><item><title>Re: validator | Documentation Wiki</title><link>http://doc.silverstripe.org/doku.php?id=validator#comment-22123899</link><description>this is nice information need to know more&lt;br&gt;&lt;br&gt;Have a nice day&lt;br&gt;john sim&lt;br&gt;______________________________________________</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Akando38724</dc:creator><pubDate>Sat, 07 Nov 2009 06:50:00 -0000</pubDate></item><item><title>Re: silverstripe-on-mamp | Documentation Wiki</title><link>http://doc.silverstripe.org/doku.php?id=silverstripe-on-mamp#comment-22122262</link><description>i have posted your blog on my site&lt;br&gt;&lt;br&gt;Have a nice day&lt;br&gt;james hampe&lt;br&gt;______________________________________________</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">tiny45678</dc:creator><pubDate>Sat, 07 Nov 2009 05:10:34 -0000</pubDate></item><item><title>Re: errorpage | Documentation Wiki</title><link>http://doc.silverstripe.org/doku.php?id=errorpage#comment-22122187</link><description>I subscribed to your blog when is the next post&lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;joy kill&lt;br&gt;______________________________________________</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jame764</dc:creator><pubDate>Sat, 07 Nov 2009 05:07:41 -0000</pubDate></item><item><title>Re: directory-structure | Documentation Wiki</title><link>http://doc.silverstripe.org/doku.php?id=directory-structure#comment-22119794</link><description>Nice Post I already digged this&lt;br&gt;&lt;br&gt;Have a nice day&lt;br&gt;raven conway&lt;br&gt;______________________________________________</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Achyuta2123</dc:creator><pubDate>Sat, 07 Nov 2009 03:32:14 -0000</pubDate></item><item><title>Re: searchcontext | Documentation Wiki</title><link>http://doc.silverstripe.org/doku.php?id=searchcontext#comment-22119658</link><description>Thank you for the tutorial :-)&lt;br&gt;I tried this with Silverstripe 2.3.3. and the filter definitions didn't work correctly - only the first filter showed up.&lt;br&gt;The solution was putting the filters into the $searchable_fields array. See the forum for more information: &lt;a href="http://www.silverstripe.org/data-model-questions/show/272743?start=0#post272760" rel="nofollow"&gt;http://www.silverstripe.org/data-model-question...&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc</dc:creator><pubDate>Sat, 07 Nov 2009 03:23:44 -0000</pubDate></item><item><title>Re: fieldgroup | Documentation Wiki</title><link>http://doc.silverstripe.org/doku.php?id=fieldgroup#comment-22076761</link><description>There is an error in the above image. It reads: "What is the start time? ____ What is the start time? ____ ".&lt;br&gt;&lt;br&gt;It should read: "What is the start time" ____ What is the *end* time? ___".</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter</dc:creator><pubDate>Fri, 06 Nov 2009 21:57:43 -0000</pubDate></item><item><title>Re: modules:multiform | Documentation Wiki</title><link>http://doc.silverstripe.org/doku.php?id=modules:multiform#comment-22067225</link><description>In section 5 the function in Page_Controller that calls the form is named 'BCSMultiForm' but all of the template examples call 'KSMultiForm'. This should be changed in one place or the other so they match.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joshua</dc:creator><pubDate>Fri, 06 Nov 2009 18:00:24 -0000</pubDate></item><item><title>Re: htmleditorconfig | Documentation Wiki</title><link>http://doc.silverstripe.org/doku.php?id=htmleditorconfig#comment-22049871</link><description>1. Right now - for some functions at least - this only seems to work when you put it in ./mysite/_config.php. At least for adding and removing buttons. If you do put them in your page.php the original buttons reappear after a while. (Despite the claim that  you have to add them to page.php because otherwise your settings are overruled by the setings in LeftAndMain.php)&lt;br&gt;&lt;br&gt;2. Some commands are not the same as the ones officially used by tinymce. For setting the buttonrows for example you have to use  'HtmlEditorConfig::get('cms')-&amp;gt;setButtonsForLine(1, 'button1, button2, etc');&lt;br&gt;&lt;br&gt;3. I am still not sure about this, but it seems as if some settings have no effect at all, for example invalid_elements or valid_elements. &lt;br&gt;&lt;br&gt;Am using 2.3.3</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">yurigoul</dc:creator><pubDate>Fri, 06 Nov 2009 12:44:08 -0000</pubDate></item><item><title>Re: tutorial:2-extending-a-basic-site | Documentation Wiki</title><link>http://doc.silverstripe.org/doku.php?id=tutorial:2-extending-a-basic-site#comment-22032465</link><description>Hi Ocean,&lt;br&gt;That confused me too.  Can we get the tutorial edited?&lt;br&gt;&lt;br&gt;Anyway to goes like this.&lt;br&gt;&lt;br&gt;&lt;br&gt;class ArticlePage extends Page {&lt;br&gt;	static $db = array(&lt;br&gt;   		'Date' =&amp;gt; 'Date',&lt;br&gt;   		'Author' =&amp;gt; 'Text'&lt;br&gt;	);&lt;br&gt;	&lt;br&gt;	 function getCMSFields() {&lt;br&gt;   		$fields = parent::getCMSFields();&lt;br&gt; &lt;br&gt;   		$fields-&amp;gt;addFieldToTab('Root.Content.Main', new CalendarDateField('Date'), 'Content');&lt;br&gt;   		$fields-&amp;gt;addFieldToTab('Root.Content.Main', new TextField('Author'), 'Content');&lt;br&gt;    	&lt;br&gt;   		return $fields;&lt;br&gt;	}&lt;br&gt;	&lt;br&gt;}</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">patrickaward</dc:creator><pubDate>Fri, 06 Nov 2009 08:53:16 -0000</pubDate></item><item><title>Re: wiki | Documentation Wiki</title><link>http://doc.silverstripe.org/doku.php?id=wiki#comment-21917916</link><description>Nice Post I already digged this&lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;slip gilly&lt;br&gt;______________________________________________</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">manac23411</dc:creator><pubDate>Wed, 04 Nov 2009 23:50:18 -0000</pubDate></item><item><title>Re: requirements | Documentation Wiki</title><link>http://doc.silverstripe.org/doku.php?id=requirements#comment-21913900</link><description>By default, SilverStripe includes all Javascript files at the bottom of the page body. If this causes problems for you, for example if you're using animation that ends up showing everything until the bottom of the page loads, or shows buttons before pushing them will actually work, you can change this behaviour:&lt;br&gt;&lt;br&gt;In your controller's init() function, call:&lt;br&gt;&lt;br&gt;Requirements::set_write_js_to_body(false);&lt;br&gt;&lt;br&gt;See &lt;a href="http://api.silverstripe.org/sapphire/view/Requirements_Backend.html#methodset_write_js_to_body" rel="nofollow"&gt;http://api.silverstripe.org/sapphire/view/Requi...&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">tobych</dc:creator><pubDate>Wed, 04 Nov 2009 21:58:22 -0000</pubDate></item><item><title>Re: installation-on-windows-manual-iis | Documentation Wiki</title><link>http://doc.silverstripe.org/doku.php?id=installation-on-windows-manual-iis#comment-21889756</link><description>I have IIRF working see &lt;a href="http://silverstripe.org/hosting-requirements/show/251082" rel="nofollow"&gt;http://silverstripe.org/hosting-requirements/sh...&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin</dc:creator><pubDate>Wed, 04 Nov 2009 16:20:20 -0000</pubDate></item><item><title>Re: modules:subsites | Documentation Wiki</title><link>http://doc.silverstripe.org/doku.php?id=modules:subsites#comment-21850342</link><description>db/build does not work with the module above. Table is not created. Tried using it with 2.3.3</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ashar</dc:creator><pubDate>Wed, 04 Nov 2009 07:26:31 -0000</pubDate></item><item><title>Re: modules:blog | Documentation Wiki</title><link>http://doc.silverstripe.org/doku.php?id=modules:blog#comment-21772098</link><description>I use andreas02 theme and can't see 'blog holder"</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bastijan</dc:creator><pubDate>Tue, 03 Nov 2009 13:09:57 -0000</pubDate></item><item><title>Re: tutorial:2-extending-a-basic-site | Documentation Wiki</title><link>http://doc.silverstripe.org/doku.php?id=tutorial:2-extending-a-basic-site#comment-21660897</link><description>hi. am stuck as to what page and where we add the following code....&lt;br&gt;&lt;br&gt;function getCMSFields() {&lt;br&gt;   $fields = parent::getCMSFields();&lt;br&gt; &lt;br&gt;   $fields-&amp;gt;addFieldToTab('Root.Content.Main', new CalendarDateField('Date'), 'Content');&lt;br&gt;   $fields-&amp;gt;addFieldToTab('Root.Content.Main', new TextField('Author'), 'Content');&lt;br&gt;    	&lt;br&gt;   return $fields;&lt;br&gt;}</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ocean</dc:creator><pubDate>Mon, 02 Nov 2009 07:06:37 -0000</pubDate></item><item><title>Re: Docs For Class Email</title><link>http://api.silverstripe.org/sapphire/email/Email.html#comment-21537255</link><description>I wrote about using Email::obfuscate() in this forum post:&lt;br&gt;&lt;a href="http://silverstripe.org/general-questions/show/268967?start=8#post272329" rel="nofollow"&gt;http://silverstripe.org/general-questions/show/...&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">tobych</dc:creator><pubDate>Sun, 01 Nov 2009 12:26:10 -0000</pubDate></item><item><title>Re: tutorial:1-building-a-basic-site | Documentation Wiki</title><link>http://doc.silverstripe.org/doku.php?id=tutorial:1-building-a-basic-site#comment-21519032</link><description>Hello, &lt;br&gt;&lt;br&gt;I am new to SilverStripe and I found this tutorial a good starting point for learning&lt;br&gt;the CMS. I am looking forward to the next steps. &lt;br&gt;&lt;br&gt;&lt;br&gt;Lou</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">loulowe</dc:creator><pubDate>Sun, 01 Nov 2009 07:18:17 -0000</pubDate></item><item><title>Re: tutorial:4-site-search | Documentation Wiki</title><link>http://doc.silverstripe.org/doku.php?id=tutorial:4-site-search#comment-21488985</link><description>It works, but i dont understand how it works :(</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ana</dc:creator><pubDate>Sat, 31 Oct 2009 19:53:19 -0000</pubDate></item><item><title>Re: modules:subsites | Documentation Wiki</title><link>http://doc.silverstripe.org/doku.php?id=modules:subsites#comment-21359327</link><description>The instructions are extraordinarily vague:&lt;br&gt;&lt;br&gt;"Update your DNS and, if necessary, your webserver configuration, so that your subdomain will point to the SilverStripe installation on your webserver. Visit this new subdomain. You should see the new subsite homepage."&lt;br&gt;&lt;br&gt;And they appear not to have been updated in a while.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bennylope</dc:creator><pubDate>Fri, 30 Oct 2009 12:20:25 -0000</pubDate></item><item><title>Re: common-problems | Documentation Wiki</title><link>http://doc.silverstripe.org/doku.php?id=common-problems#comment-21345739</link><description>I got the same problem... Did you get an answer?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">svenclement</dc:creator><pubDate>Fri, 30 Oct 2009 07:36:51 -0000</pubDate></item><item><title>Re: templates | Documentation Wiki</title><link>http://doc.silverstripe.org/doku.php?id=templates#comment-21293656</link><description>If blocks:&lt;br&gt;&lt;br&gt;Caution:&lt;br&gt;&amp;lt;% if Property &amp;&amp; Property2 %&amp;gt; &lt;br&gt;&lt;br&gt;works, but &lt;br&gt;&lt;br&gt;&amp;lt;% if Property &amp;&amp; Function(param) %&amp;gt; &lt;br&gt;&lt;br&gt;does not.  &lt;br&gt;&lt;br&gt;eg, &amp;lt;% if UseVerticalMenu &amp;&amp; Menu(2) %&amp;gt;&lt;br&gt;&lt;br&gt;-Artyom</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">artyom</dc:creator><pubDate>Thu, 29 Oct 2009 17:43:31 -0000</pubDate></item><item><title>Re: tutorial:3-forms | Documentation Wiki</title><link>http://doc.silverstripe.org/doku.php?id=tutorial:3-forms#comment-21234804</link><description>... but perfect for the intended audience. Seriously - I thought doing something like this was going to be a nightmare, but the tutorial clearly explains what to do and does so nicely.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mozillalives</dc:creator><pubDate>Wed, 28 Oct 2009 21:36:04 -0000</pubDate></item><item><title>Re: ssl | Documentation Wiki</title><link>http://doc.silverstripe.org/doku.php?id=ssl#comment-21004476</link><description>Can't get function force_HTTP to redirect to non-SSL.&lt;br&gt;&lt;a href="http://www.silverstripe.org/general-questions/show/271752?start=0#post271760" rel="nofollow"&gt;http://www.silverstripe.org/general-questions/s...&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">socks</dc:creator><pubDate>Sun, 25 Oct 2009 20:38:03 -0000</pubDate></item><item><title>Re: htmltext | Documentation Wiki</title><link>http://doc.silverstripe.org/doku.php?id=htmltext#comment-20933380</link><description>In my ss version the RAW function returns the value of the htmlobject which is saved in the database instead of the stripped html content like described in this doc. the function noHTML stripes the html tags off.&lt;br&gt;&lt;br&gt;chris</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris</dc:creator><pubDate>Sat, 24 Oct 2009 13:23:14 -0000</pubDate></item></channel></rss>