<?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>Wed, 01 Jul 2009 15:38:38 -0000</lastBuildDate><item><title>Re: installation-on-windows-pi | Documentation Wiki</title><link>http://doc.silverstripe.com/doku.php?id=installation-on-windows-pi#comment-11992865</link><description>Would not install under vista ultimate! WPI installer said that (amongst others) FTP Publishing Service 7.5 is not supported on this OS.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Attwood</dc:creator><pubDate>Wed, 01 Jul 2009 15:38:38 -0000</pubDate></item><item><title>Re: private:recipes:pagination | Documentation Wiki</title><link>http://doc.silverstripe.com/doku.php?id=private:recipes:pagination#comment-11985743</link><description>Also is there an easy way to restrict the results so that the only DataObjects that come back are the ones the user is actually allowed to view?&lt;br&gt;&lt;br&gt;I've managed to get rid of items after the fact but limiting the result set when doing the query seems harder. Filtering the query after the fact ruins pagination since I won't know how many items I'll end up with.&lt;br&gt;&lt;br&gt;Any help here would be very much appreciated.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marcus</dc:creator><pubDate>Wed, 01 Jul 2009 13:31:12 -0000</pubDate></item><item><title>Re: recipes:customising-content-in-your-templates | Documentation Wiki</title><link>http://doc.silverstripe.com/doku.php?id=recipes:customising-content-in-your-templates#comment-11968772</link><description>Thanks so much!!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">MarFur93</dc:creator><pubDate>Wed, 01 Jul 2009 02:26:16 -0000</pubDate></item><item><title>Re: database-structure | Documentation Wiki</title><link>http://doc.silverstripe.org/doku.php?id=database-structure#comment-11931361</link><description>please support SQLite. Thinking to use Silverstrip on USB based Live Linux with persistance storage.&lt;br&gt;It would be a great demo tool.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">new user</dc:creator><pubDate>Tue, 30 Jun 2009 09:00:50 -0000</pubDate></item><item><title>Re: translation [SilverStripe Documentation]</title><link>http://doc.silverstripe.com/doku.php?id=translation#comment-11930594</link><description>"You can download automatically generated php-files for your language on the translation-server for each module (e.g. cms, sapphire, forum, ...)"&lt;br&gt;&lt;br&gt;I'm not sure how to do this... The example seems to be more of a result of a download-query instead of the query itself.&lt;br&gt;What's the path I have to refer to if I want to download for example the Dutch UserForm language-files I updated? Should I do this with SVN or in another way?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">theAlien</dc:creator><pubDate>Tue, 30 Jun 2009 08:23:35 -0000</pubDate></item><item><title>Re: modules:swfuploadfield | Documentation Wiki</title><link>http://doc.silverstripe.com/doku.php?id=modules:swfuploadfield#comment-11885899</link><description>Guys,&lt;br&gt;&lt;br&gt;I apretiate your work and tutorials, but could you please include link for download the SWFUpload module to this article ? I'm looking for it for half an hour now, and can't find a proper version to download :(</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dzym</dc:creator><pubDate>Mon, 29 Jun 2009 10:52:10 -0000</pubDate></item><item><title>Re: tutorial:1-building-a-basic-site [SilverStripe Documentation]</title><link>http://doc.silverstripe.com/doku.php?id=tutorial:1-building-a-basic-site#comment-11883553</link><description>Excellent Tutorial. I noticed that there have been comments regarding this "being good for mum". To be honest, I think the way the CMS is laid out is definately the case. As for editing the templates, its still something best to bring in an expert anyway if you are not planning on learning more than editing basic content.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jared Green</dc:creator><pubDate>Mon, 29 Jun 2009 09:35:36 -0000</pubDate></item><item><title>Re: installation-on-webserver | Documentation Wiki</title><link>http://doc.silverstripe.org/doku.php?id=installation-on-webserver#comment-11872788</link><description>pussy - would you like to explain your errors so that we can help and improve the installer?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Will</dc:creator><pubDate>Mon, 29 Jun 2009 02:27:11 -0000</pubDate></item><item><title>Re: modules:polls | Documentation Wiki</title><link>http://doc.silverstripe.org/doku.php?id=modules:polls#comment-11872753</link><description>you have a function within a function - that MyPoll shouldn't be inside that }</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Will</dc:creator><pubDate>Mon, 29 Jun 2009 02:24:36 -0000</pubDate></item><item><title>Re: tutorial:1-building-a-basic-site [SilverStripe Documentation]</title><link>http://doc.silverstripe.com/doku.php?id=tutorial:1-building-a-basic-site#comment-11851796</link><description>I agree you should change the marketing, but it is at least partly true.&lt;br&gt;Great power for the admin./creator, easy WYSIWYG content management for the poor 'user' that wants to edit his own content (of the site I am setting up for him).&lt;br&gt;&lt;br&gt;These are first impressions since I have just started playing around with it, but it does seem to have the mix I need.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael</dc:creator><pubDate>Sun, 28 Jun 2009 09:48:12 -0000</pubDate></item><item><title>Re: modules:polls | Documentation Wiki</title><link>http://doc.silverstripe.org/doku.php?id=modules:polls#comment-11849408</link><description>ok, just added &lt;br&gt;function MyPoll() {&lt;br&gt;    return new ShowPoll($this, 'MyPoll');&lt;br&gt; }&lt;br&gt;between&lt;br&gt;&lt;br&gt;class Page_Controller extends ContentController {&lt;br&gt;	&lt;br&gt;	public function init() {&lt;br&gt;		parent::init();&lt;br&gt;&lt;br&gt;		// Note: you should use SS template require tags inside your templates&lt;br&gt;		// instead of putting Requirements calls here.  However these are&lt;br&gt;		// included so that our older themes still work&lt;br&gt;		Requirements::themedCSS("layout"); &lt;br&gt;		Requirements::themedCSS("typography"); &lt;br&gt;		Requirements::themedCSS("form"); &lt;br&gt;  function MyPoll() {&lt;br&gt;    return new ShowPoll($this, 'MyPoll');&lt;br&gt; }&lt;br&gt;}&lt;br&gt;&lt;br&gt;the errors are gone.&lt;br&gt;&lt;br&gt;added in Page.ss the line $MyPoll under the line $Layout, but nothing shows up and the poll is active. Run an dev/build?flush=1 but doesnt help.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dennis</dc:creator><pubDate>Sun, 28 Jun 2009 07:05:40 -0000</pubDate></item><item><title>Re: modules:polls | Documentation Wiki</title><link>http://doc.silverstripe.org/doku.php?id=modules:polls#comment-11849138</link><description>Get an error by using the procedure above???&lt;br&gt;&lt;br&gt;Fatal error: Cannot redeclare class Page_Controller in /storage/mijndomein/users/075239/public/sites/www.fanclubmarcovandera.nl/mysite/code/Page.php on line 57</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dennis</dc:creator><pubDate>Sun, 28 Jun 2009 06:24:43 -0000</pubDate></item><item><title>Re: modules:forum | Documentation Wiki</title><link>http://doc.silverstripe.org/doku.php?id=modules:forum#comment-11824044</link><description>TIP: Your life with Forum moderators will be easier if you install the TagField module.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Juanitou</dc:creator><pubDate>Sat, 27 Jun 2009 06:07:24 -0000</pubDate></item><item><title>Re: modules:googlesitemaps | Documentation Wiki</title><link>http://doc.silverstripe.org/doku.php?id=modules:googlesitemaps#comment-11823847</link><description>It does not work!!!!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert</dc:creator><pubDate>Sat, 27 Jun 2009 05:44:36 -0000</pubDate></item><item><title>Re: tutorial:1-building-a-basic-site [SilverStripe Documentation]</title><link>http://doc.silverstripe.com/doku.php?id=tutorial:1-building-a-basic-site#comment-11822783</link><description>Nice tutorial -- Silverstripe is looking good to me already.&lt;br&gt;&lt;br&gt;A couple of problems I found when following the tutorial:&lt;br&gt;* "http://localhost/dev/build?flush=1" should be "http://localhost/db/build?flush=1" &lt;br&gt;* "&amp;lt;img src="tutorial/images/welcome.png" alt="Homepage image" /&amp;gt;" should be "&amp;lt;img src="themes/tutorial/images/welcome.png" alt="Homepage image" /&amp;gt;"&lt;br&gt;* Some of the css links are also wrong, e.g. "&amp;lt;link rel="stylesheet" type="text/css" href="tutorial/css/layout.css" /&amp;gt;" should be "&amp;lt;link rel="stylesheet" type="text/css" href="themes/tutorial/css/layout.css" /&amp;gt;&lt;br&gt;"</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jason</dc:creator><pubDate>Sat, 27 Jun 2009 03:38:56 -0000</pubDate></item><item><title>Re: installation [SilverStripe Documentation]</title><link>http://doc.silverstripe.com/doku.php?id=installation#comment-11804961</link><description>I will use this for my own blog &lt;a href="http://nirvana-bd.com" rel="nofollow"&gt;http://nirvana-bd.com&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SEO COMPANY</dc:creator><pubDate>Fri, 26 Jun 2009 18:32:34 -0000</pubDate></item><item><title>Re: installation [SilverStripe Documentation]</title><link>http://doc.silverstripe.com/doku.php?id=installation#comment-11804938</link><description>Yes This is very good CMS for own blogs I am right now installing this one and probably use this for my own blog</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SEO COMPANY</dc:creator><pubDate>Fri, 26 Jun 2009 18:31:28 -0000</pubDate></item><item><title>Re: suggested-web-hosts | Documentation Wiki</title><link>http://doc.silverstripe.org/doku.php?id=suggested-web-hosts#comment-11804545</link><description>I just uploaded and did the initial setup of silverstripe on Site5 hosting..... no problems at all</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rose G</dc:creator><pubDate>Fri, 26 Jun 2009 18:14:45 -0000</pubDate></item><item><title>Re: modules:forum-installation | Documentation Wiki</title><link>http://doc.silverstripe.org/doku.php?id=modules:forum-installation#comment-11745083</link><description>here is how I got the forum installed. &lt;br&gt;1. Make sure you are logged in to the cms.&lt;br&gt;2. Uncompress the forum module on your computer.&lt;br&gt;3. Create a folder named "forum" in the root of our site. mine was "www". Im using filezilla ftp. &lt;br&gt;Mine looks like this "/www/forum"&lt;br&gt;&lt;br&gt;4.Upload the contents of the uncompressed folder module into the "forum" folder you created.&lt;br&gt;5. Visit "http://www.yoursite.com/db/build/?flush=1" in your browser but replace 'yoursite' with your actual site.&lt;br&gt;6.Go into your site and publish the forum pages.&lt;br&gt;7. This is as far as i could get. sorry.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">brightico</dc:creator><pubDate>Thu, 25 Jun 2009 17:14:32 -0000</pubDate></item><item><title>Re: tutorials\"&gt;the tutorials.&lt;/a&gt;&lt;/p&gt;',NULL,NULL,NULL,NULL,1,1,NULL,0,0,NULL,0,0,'Published',NULL,NULL,'Anyone','LoggedInUsers',0,0,NULL,0); | Documentation Wiki</title><link>http://doc.silverstripe.com/doku.php?id=tutorials%5c%22%3ethe%20tutorials.%3c/a%3e%3c/p%3e%27,NULL,NULL,NULL,NULL,1,1,NULL,0,0,NULL,0,0,%27Published%27,NULL,NULL,%27Anyone%27,%27LoggedInUsers%27,0,0,NULL,0);#comment-11739328</link><description>j'ai perdu le mot de passe</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">djehm</dc:creator><pubDate>Thu, 25 Jun 2009 16:05:42 -0000</pubDate></item><item><title>Re: private:recipes:pagination | Documentation Wiki</title><link>http://doc.silverstripe.com/doku.php?id=private:recipes:pagination#comment-11720856</link><description>How can I use this code on ArticlePage? It works great on ArticleHolder, but I can not get it run under ArticlePage.&lt;br&gt;Thanks a lot &lt;br&gt;&lt;br&gt;Ondrej</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ondrej</dc:creator><pubDate>Thu, 25 Jun 2009 09:02:42 -0000</pubDate></item><item><title>Re: installation-on-webserver | Documentation Wiki</title><link>http://doc.silverstripe.org/doku.php?id=installation-on-webserver#comment-11715663</link><description>I get all sorts of errors when trying to install this script. I have been working with websites for several years now. Drupal, Wordpress, VBulletin etc. has never been this hard to install. You suck!!!!!!!!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pussy</dc:creator><pubDate>Thu, 25 Jun 2009 03:06:55 -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-11649943</link><description>Good Tutorial. Laid out everything very nicely. Adding just these few elements really gives you an idea of how the templating system works and it seems really easy to expand on these points. Thanks a bunch.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Blake Petersen</dc:creator><pubDate>Tue, 23 Jun 2009 19:07:44 -0000</pubDate></item><item><title>Re: upgrading:2.3.2 | Documentation Wiki</title><link>http://doc.silverstripe.com/doku.php?id=upgrading:2.3.2#comment-11617424</link><description>After Upgrade from 2.3.1 to 2.3.2 I've error caused by this function in page.php of mysite:&lt;br&gt;&lt;br&gt; function GetLinkFromID($id = 1) {&lt;br&gt;	  $do = DataObject::get_one('Page', '`SiteTree_Live`.ID = '.$id, true);&lt;br&gt;		return ($do-&amp;gt;URLSegment);   &amp;lt;-- here&lt;br&gt;&lt;br&gt;Error:&lt;br&gt;[Notice] Trying to get property of non-object</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Biagio Paruolo</dc:creator><pubDate>Tue, 23 Jun 2009 09:28:07 -0000</pubDate></item><item><title>Re: tutorial:3-forms | Documentation Wiki</title><link>http://doc.silverstripe.org/doku.php?id=tutorial:3-forms#comment-11565532</link><description>This tutorial makes sense up to this line.&lt;br&gt;&lt;br&gt;$doSet-&amp;gt;push(new ArrayData($record));&lt;br&gt;&lt;br&gt;Then you lost me. Would be good to have a bit more explanation on what is going on here.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jason</dc:creator><pubDate>Mon, 22 Jun 2009 13:20:00 -0000</pubDate></item></channel></rss>