<?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></title>
		<link>http://www.silverstripe.org/forums/rss</link>
		<atom:link href="http://www.silverstripe.org/forums/rss" rel="self" type="application/rss+xml" />
		<description></description>

		
		<item>
			<title>Calendar for community site</title>
			<link>http://www.silverstripe.org/all-other-modules/show/23783</link>
			<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I am working with Version 2.4 of Silverstripe and would like to enable logged-in users to add and remove events to a calendar after logging into the CMS. This is a community site and I do not want these users to be able to update the events of other users. &lt;/p&gt;&lt;p&gt;Regarding the frontend, on the home page of the site there is a small space which is just big enough for links to the next 3 events to be visible.  A scroll bar allows users to scroll to other events.&lt;/p&gt;&lt;p&gt;As such the calendar will be used on a page with page type set to homepage.&lt;/p&gt;&lt;p&gt;I am using Google Calendar at the moment because this is what my client asked me to add. However now there is a need for logged in users to add and remove events to the calendar without the potential for these users to update the events of other users. I also do not want a solution whereby the user has to first log into the CMS and then  log into the calendar.  I just want a single log-in solution.  I suspect that accommodating both of these requirements using Google Calendar will be rather involved so this is why I am now looking at non-Google solutions.&lt;/p&gt;&lt;p&gt;Any ideas on how I could set this up?&lt;/p&gt;&lt;p&gt;Thanks if anyone has any suggestions.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Calendar for community site | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/23783&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/23783&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Mon, 20 May 2013 06:57:58 +1200</pubDate>
			<dc:creator>simples</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/23783</guid>
		</item>
		
		<item>
			<title>Re: [Solved] Uploading (dumping fields) to database</title>
			<link>http://www.silverstripe.org/general-questions/show/23781#post322119</link>
			<description>&lt;p&gt;Solved it was a \r on the Lances field, i changed Lances to Text but the \r was there and making me nut  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;br /&gt;i replaced them on my .sql file and dumped again, and now is working fine.&lt;/p&gt;&lt;p&gt;when i upload site to production i will put it in showcase&lt;/p&gt;&lt;p&gt;regards&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: [Solved] Uploading (dumping fields) to database | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23781#post322119&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23781&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Mon, 20 May 2013 05:36:19 +1200</pubDate>
			<dc:creator>PhiloPachem</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23781#post322119</guid>
		</item>
		
		<item>
			<title>TinyMCE buttons - SS buttons won&#39;t display </title>
			<link>http://www.silverstripe.org/customising-the-cms/show/23782</link>
			<description>&lt;p&gt;Hi all &lt;/p&gt;&lt;p&gt;I want to change to TinyMCE editor and have my own set of buttons. I got everything working but some SS buttons won't display.&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;HtmlEditorConfig::get('cms')-&amp;gt;setButtonsForLine(1,array(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;'undo','redo','separator','bold','italic','separator','bullist','numlist','separator',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;'justifyleft','justifycenter','justifyright',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;'sslink','unlink','anchor','ssimage',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;'styleselect','formatselect','cleanup', 'removeformat',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;'attribs', 'template', 'preview','spellcheker','hr','separator','code'&lt;br /&gt;));&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;I tried some other variations like this one &lt;a href=&quot;https://stojg.se/blog/2013-03-29-customize-tinymce-for-silverstripe-cms&quot; rel=&quot;nofollow&quot;&gt;https://stojg.se/blog/2013-03-29-customize-tinymce-for-silverstripe-cms&lt;/a&gt;&lt;/p&gt;&lt;p&gt;But I don't get the ssimage to display in the editor. Some other buttons (e.g. spellcheck) won't work either. They are display in the second line, if I don't write …&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;HtmlEditorConfig::get('cms')-&amp;gt;setButtonsForLine(2,array());&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;What do I have to do to get this working? I want all my buttons in just one row.&lt;/p&gt;&lt;p&gt;Hope someone can help! Thanks!!&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: TinyMCE buttons - SS buttons won&amp;#39;t display  | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/23782&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/23782&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Mon, 20 May 2013 05:13:08 +1200</pubDate>
			<dc:creator>suntrop</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/23782</guid>
		</item>
		
		<item>
			<title>[Solved] Uploading (dumping fields) to database</title>
			<link>http://www.silverstripe.org/general-questions/show/23781</link>
			<description>&lt;p&gt;Hi i have created a page like this:&lt;/p&gt;&lt;p&gt;Problema.php&lt;br /&gt;&amp;lt;?php&lt;br /&gt;class Problema extends DataObject {&lt;br /&gt;    static $db = array(&lt;br /&gt;        'Desc' =&amp;gt; 'Varchar',&lt;br /&gt;        'FEN' =&amp;gt; 'Varchar(90)',&lt;br /&gt;        'Lances' =&amp;gt; 'Varchar(200)',&lt;br /&gt;    );&lt;br /&gt;    static $has_one = array(&lt;br /&gt;        'TipoProblema' =&amp;gt; 'TipoProblema'&lt;br /&gt;    );  &lt;br /&gt;}&lt;/p&gt;&lt;p&gt;TipoProblema.php (my holder)&lt;/p&gt;&lt;p&gt;&amp;lt;?php&lt;br /&gt;class TipoProblema extends Page {&lt;/p&gt;&lt;p&gt;    static $has_many = array(&lt;br /&gt;        'Problemas' =&amp;gt; 'Problema'&lt;br /&gt;    );&lt;/p&gt;&lt;p&gt;....&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;public function MostraProblema() {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$problemas = new PaginatedList(Problema::get($callerClass = &quot;Problema&quot;,$filter = &quot;`TipoProblemaID` = '&quot;.$this-&amp;gt;ID.&quot;'&quot;), $this-&amp;gt;request); &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$problemas-&amp;gt;setPageLength(1);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return $problemas;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;p&gt;i then insert into with mysql console&lt;/p&gt;&lt;p&gt;INSERT INTO `Problema` (`ID`, `ClassName`, `Created`, `LastEdited`, `Desc`, `FEN`, `Lances`, `TipoProblemaID`) VALUES &lt;br /&gt;(88, 'Problema', '2013-05-14 15:05:23', '2013-05-16 02:24:07', 'achmaty #1' , 'bb1Q4/5KpB/8/4p1Rr/1N3kpB/1r6/3P1p1P/3nNR2 w - - 0 1', '1. Qd5 Ne3 (1... Bd6 2. Ng2#) (1... Bc7 2. Ng2#) (1... Ba7 2. Ng2# (2. Qxe5#)) (1... Bxd5+ 2. Nxd5#) (1... Bc6 2. Ng2#) (1... Bb7 2. Ng2#) (1... g6 2. Ng2#) (1... Rxh4 2. Rf5#) (1... Rxg5 2. Ng2#) (1... Rxh7 2. Ng2#) (1... Rh6 2. Ng2# (2. Rf5#)) (1... e4 2. Qf5#) (1... g3 2. Ng2#) (1... Rb1 2. Ned3# (2. Nbd3#) (2. Ng2#)) (1... Rb2 2. Ned3# (2. Nbd3#) (2. Ng2#)) (1... Ra3 2. Ng2#) (1... Rh32. Ng2#) (1... Rg3 2. hxg3#) (1... Rf3 2. Ng2#) (1... Re3 2. Ng2#) (1... Rd32. Nexd3# (2. Nbxd3#) (2. Ng2#)) (1... Rc3 2. Ng2#) (1... Rxb4 2. Nd3# (2. Ng2#)) (1... Nb2 2. Ng2#) (1... Nc3 2. Ned3# (2. Ng2#)) 2. Rxf2# 1-0', 22),&lt;br /&gt;(89, 'Problema', '2013-05-14 15:05:23', '2013-05-16 02:24:07', 'Magyar Sakkelet #2' , '1K2BN2/8/b2pR3/1p1kBpPQ/1Pp5/2n3N1/5pP1/8 w - - 0 1', '1. Ne2 (1. Bc6+ Kxc6 2. Rxd6#) 1... f1=Q (1... dxe5 2. Bc6#) (1... Bc8 2. Nxc3#) (1... Bb7 2. Nxc3#) (1... f4 2. Nxc3#) (1... Ke4 2. Qf3#) (1... Nb1 2. Qf3#) (1... Nd1 2. Qf3#) (1... Na2 2. Qf3#) (1... Nxe2 2. Qf3#) (1... Na4 2. Qf3#) (1... Ne4 2. Nf4#) (1... f1=N 2. Nxc3#) (1... f1=B 2. Nxc3#) (1... f1=R 2. Nxc3#)2. Nxc3# 1-0', 22),&lt;br /&gt;(810, 'Problema', '2013-05-14 15:05:23', '2013-05-16 02:24:07', 'Magyar Sakkelet #3' , '3KBN2/8/b2pR3/1p1kBpPQ/1Pp5/2n3N1/6P1/8 w - - 0 1', '1. Ne2 (1. Bxc3 f4 (1... Bc8 2. Qf3# (2. Qd1#)) (1... Bb7 2. Qf3# (2. Qd1#))2. g6# (2. Qd1#) (2. Qf3#)) 1... Ne4 (1... dxe5 2. Bc6#) (1... Bc8 2. Nxc3#) (1... Bb7 2. Nxc3#) (1... f4 2. Nxc3#) (1... Ke4 2. Qf3#) (1... Nb1 2. Qf3#) (1... Nd1 2. Qf3#) (1... Na2 2. Qf3#) (1... Nxe2 2. Qf3#) (1... Na4 2. Qf3#)2. Nf4# 1-0', 22),&lt;br /&gt;(811, 'Problema', '2013-05-14 15:05:23', '2013-05-16 02:24:07', '? #4' , 'K2Q4/5p2/N1pp1rn1/p2kBP1N/2r1R1pq/bP6/b1P5/7B w - - 0 1', '1. Qb6 Bxb3 2. Nc7# 1-0', 22),&lt;br /&gt;(812, 'Problema', '2013-05-14 15:05:23', '2013-05-16 02:24:07', 'Hlas l´udu  #5' , 'b2R1Q1B/r6B/4p1P1/p3N1p1/2P1kbP1/K1P1N3/2PPn1Pn/8 w - - 0 1', '1. Nf7 Nd4 (1... Bd5 2. g7#) (1... Bc6 2. g7#) (1... Bb7 2. g7#) (1... Ra62. g7#) (1... Rxf7 2. gxf7#) (1... Re7 2. g7#) (1... Rd7 2. g7#) (1... Rc72. g7#) (1... Rb7 2. g7#) (1... e5 2. Nd6# (2. g7#)) (1... a4 2. g7#) (1... Bg32. Nxg5#) (1... Bxe3 2. Nd6#) (1... Bb8 2. Nxg5#) (1... Bc7 2. Nxg5#) (1... Bd6+2. Nxd6#) (1... Be5 2. Nxg5#) (1... Nf1 2. g7#) (1... Nf3 2. g7#) (1... Nxg42. g7#) (1... Nc1 2. g7# (2. Rd4#)) (1... Ng1 2. g7# (2. Rd4#)) (1... Nxc32. g7# (2. Rd4#)) (1... Ng3 2. Rd4#) 2. Rxd4# 1-0', 22);&lt;/p&gt;&lt;p&gt;With this few number of records everything works fine...&lt;br /&gt;now i tried to upload 17000 records.&lt;br /&gt;for them to apear i need to go to CMS and save one by one!!!&lt;br /&gt;anyone can help, i can not open and save the 17000 records to this to work!&lt;br /&gt;If i go to CMS and save the record it will apear correctly on frontend!&lt;br /&gt;the .sql file is created by a script pherhaps is a char that is troubling!!&lt;br /&gt;anyone?! regards&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: [Solved] Uploading (dumping fields) to database | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23781&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23781&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Mon, 20 May 2013 03:27:34 +1200</pubDate>
			<dc:creator>PhiloPachem</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23781</guid>
		</item>
		
		<item>
			<title>Inserting search boxes from other sites</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/23780</link>
			<description>&lt;p&gt;Hi there,&lt;/p&gt;&lt;p&gt;I'm new to silverstripe and not sure how this could be implemented.&lt;/p&gt;&lt;p&gt;My site is a travel website and I would like to add search box from Transport for London and another for hotel search from booking.com.&lt;br /&gt;If I try to add the code for by editing the HTML code on the CMS, nothing happens. The one from TFL shows everything but the search box. The one from booking.com has more than 600 lines of code with HTML and Java.&lt;/p&gt;&lt;p&gt;Can anyone give me some pointers? Any help will be much appreciated!&lt;/p&gt;&lt;p&gt;Thank you,&lt;br /&gt;Ana&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Inserting search boxes from other sites | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/23780&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/23780&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Mon, 20 May 2013 03:27:22 +1200</pubDate>
			<dc:creator>Ana</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/23780</guid>
		</item>
		
		<item>
			<title>Re: SS3 sitetree issue</title>
			<link>http://www.silverstripe.org/upgrading-silverstripe/show/20197#post322115</link>
			<description>&lt;p&gt;This is apparently still an issue. I have a fresh install of v 3.0.5 on my WAMP localhost and have been following the tutorial to extend the site with the Article and Staff page types. The drag-and-drop to rearrange the tree is rather difficult to control, but once I do get a page in the right place it doesn't affect the site navigation menus until I Save&amp;amp;Publish the moved page. Logging out and in did not do it, nor did ?flush=1.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: SS3 sitetree issue | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/20197#post322115&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/reply/20197&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Mon, 20 May 2013 02:51:20 +1200</pubDate>
			<dc:creator>KTC</dc:creator>
			<guid>http://www.silverstripe.org/upgrading-silverstripe/show/20197#post322115</guid>
		</item>
		
		<item>
			<title>Re: SS 3.x weather widget</title>
			<link>http://www.silverstripe.org/widgets-2/show/23774#post322112</link>
			<description>&lt;p&gt;I just tried submitting a widget to the widget submit page and the form worked for me. I know I've seen this error occur on some of my sites when I've accidentally used static publisher to cache a form page that I shouldn't have.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: SS 3.x weather widget | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/23774#post322112&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/23774&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sun, 19 May 2013 18:12:39 +1200</pubDate>
			<dc:creator>quamsta</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/23774#post322112</guid>
		</item>
		
		<item>
			<title>setting the default $fixed_country (Checkout)</title>
			<link>http://www.silverstripe.org/e-commerce-modules/show/23775</link>
			<description>&lt;p&gt;hey. does anybody know where I can set the default country for checkout information to United Kingdom? Can I do this from within the config file?&lt;/p&gt;&lt;p&gt;It's currently set to Afghanistan by default. Any help would be much appreciated!&lt;/p&gt;&lt;p&gt;Cheers&lt;/p&gt;&lt;p&gt;Steve&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: setting the default $fixed_country (Checkout) | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-modules/show/23775&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-modules/reply/23775&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sun, 19 May 2013 04:41:59 +1200</pubDate>
			<dc:creator>lyncherns</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-modules/show/23775</guid>
		</item>
		
		<item>
			<title>SS 3.x weather widget</title>
			<link>http://www.silverstripe.org/widgets-2/show/23774</link>
			<description>&lt;p&gt;I cannot add widget from url &lt;a href=&quot;http://www.silverstripe.org/widgets/manage/add&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/widgets/manage/add&lt;/a&gt;&lt;br /&gt;for error: Security token doesn't match, possible CSRF attack.&lt;/p&gt;&lt;p&gt;So I'm put it here.&lt;/p&gt;&lt;p&gt;Weather Widget 0.0.1 for SilverStripe 3.x&lt;/p&gt;&lt;p&gt;Google silently kills popular API, breaks weather apps everywhere, so you need to sign up here &lt;a href=&quot;http://www.wunderground.com/weather/api/?ref=twc&quot; rel=&quot;nofollow&quot;&gt;http://www.wunderground.com/weather/api/?ref=twc&lt;/a&gt; &lt;br /&gt;to obtain License Key and Partner ID.  &lt;br /&gt;To find location ID go to &lt;a href=&quot;http://www.weather.com/forecast&quot; rel=&quot;nofollow&quot;&gt;http://www.weather.com/forecast&lt;/a&gt;, e.g.: Kosice, Slovakia. &lt;br /&gt;You'll see inn address bar &lt;br /&gt;&lt;a href=&quot;http://www.weather.com/weather/today/Kosice+LOXX0003:1:LO&quot; rel=&quot;nofollow&quot;&gt;http://www.weather.com/weather/today/Kosice+LOXX0003:1:LO&lt;/a&gt;, so location ID is LOXX0003. &lt;br /&gt;Then you can lookup anywhere in the world and provide wether for it.&lt;/p&gt;&lt;p&gt;Installation:&lt;br /&gt;Read carefully &lt;a href=&quot;https://github.com/silverstripe/silverstripe-widgets&quot; rel=&quot;nofollow&quot;&gt;https://github.com/silverstripe/silverstripe-widgets&lt;/a&gt;.&lt;br /&gt;Make sure you have enabled widgets first to use (&lt;a href=&quot;http://doc.silverstripe.org/widgets?s&quot; rel=&quot;nofollow&quot;&gt;http://doc.silverstripe.org/widgets?s&lt;/a&gt;[]=widget#adding_widgets_to_other_pages)&lt;/p&gt;&lt;p&gt;1. extract this to your SilverStripe root directory widget_weather&lt;br /&gt;2. run &quot;dev/build?flush=all&quot;&lt;br /&gt;3. visit your page and drag and drop the widget to the right&lt;/p&gt;&lt;p&gt;I'm using &lt;a href=&quot;https://github.com/twitter/bootstrap/&quot; rel=&quot;nofollow&quot;&gt;https://github.com/twitter/bootstrap/&lt;/a&gt;, so template assumes bootstrap is loaded (jquery, js, css), becouse it uses bootstrap accordion.&lt;br /&gt;You can rewrite template to your needs.&lt;/p&gt;&lt;p&gt;Source: &lt;a href=&quot;https://github.com/JStika/weather&quot; rel=&quot;nofollow&quot;&gt;https://github.com/JStika/weather&lt;/a&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: SS 3.x weather widget | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/23774&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/23774&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sun, 19 May 2013 01:15:09 +1200</pubDate>
			<dc:creator>Pike</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/23774</guid>
		</item>
		
		<item>
			<title>Re: Suspended forum accounts (with suspicious/spammy activity)</title>
			<link>http://www.silverstripe.org/releases-and-announcements/show/17721?start=104#post322108</link>
			<description>&lt;p&gt;+2 Spams&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.silverstripe.org/upgrading-silverstripe/show/23770&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/upgrading-silverstripe/show/23770&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/show/23771&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/installing-silverstripe/show/23771&lt;/a&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Suspended forum accounts (with suspicious/spammy activity) | &lt;a href=&quot;http://www.silverstripe.org/releases-and-announcements/show/17721?start=104#post322108&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/releases-and-announcements/reply/17721&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 18 May 2013 23:47:16 +1200</pubDate>
			<dc:creator>jpalsu+</dc:creator>
			<guid>http://www.silverstripe.org/releases-and-announcements/show/17721?start=104#post322108</guid>
		</item>
		
		<item>
			<title>Re: Adding custom sidebar navigation to each page selectively?</title>
			<link>http://www.silverstripe.org/general-questions/show/23768#post322105</link>
			<description>&lt;p&gt;Hey Panupat,&lt;/p&gt;&lt;p&gt;Take a look at the &amp;lt;li&amp;gt; element in the code i provided.&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;li&amp;gt;&amp;lt;a href=&quot;$Link&quot; class=&quot;$LinkingMode&quot;&amp;gt;$Title.XML&amp;lt;/a&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;the $LinkingMode template variable will return either &quot;current&quot;, &quot;section&quot; or &quot;link&quot;. You can use this feature with CSS to hide/show the pages you want displayed in the menu e.g, only show the menu item with the class &quot;current&quot; for example. For a better explanation check out the tutorial page here  &lt;a href=&quot;http://doc.silverstripe.org/framework/en/tutorials/1-building-a-basic-site&quot; rel=&quot;nofollow&quot;&gt;http://doc.silverstripe.org/framework/en/tutorials/1-building-a-basic-site&lt;/a&gt; and do a search for $LinkingMode.&lt;/p&gt;&lt;p&gt;If you haven't gone through the basic tutorial you really should. It will help get you started with developing websites in SilverStripe.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Adding custom sidebar navigation to each page selectively? | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23768#post322105&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23768&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 18 May 2013 22:19:20 +1200</pubDate>
			<dc:creator>IOTI</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23768#post322105</guid>
		</item>
		
		<item>
			<title>Re: Adding custom sidebar navigation to each page selectively?</title>
			<link>http://www.silverstripe.org/general-questions/show/23768#post322104</link>
			<description>&lt;p&gt;Thanks IOTI. But if I do a loop, I would get links to all pages. There are going to be a lot of pages in my site. For ex.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:blue&quot;&gt;FF1&lt;br /&gt;- sub pages&lt;br /&gt;FF2&lt;br /&gt;- sub pages&lt;br /&gt;FF3&lt;br /&gt;- sub pages&lt;br /&gt;..&lt;br /&gt;..&lt;br /&gt;..&lt;br /&gt;FF14&lt;br /&gt;- subpages&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Let's say I'm viewing a page in FF2, I only want the navigator to show&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:blue&quot;&gt;FF2&lt;br /&gt;- sub pages&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Without any other FF. Would this be possible?&lt;/p&gt;&lt;p&gt;Thanks again  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Adding custom sidebar navigation to each page selectively? | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23768#post322104&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23768&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 18 May 2013 13:38:32 +1200</pubDate>
			<dc:creator>Panupat</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23768#post322104</guid>
		</item>
		
		<item>
			<title>Re: Suspended forum accounts (with suspicious/spammy activity)</title>
			<link>http://www.silverstripe.org/releases-and-announcements/show/17721?start=104#post322103</link>
			<description>&lt;p&gt;+1 Spam&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/show/23769&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/installing-silverstripe/show/23769&lt;/a&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Suspended forum accounts (with suspicious/spammy activity) | &lt;a href=&quot;http://www.silverstripe.org/releases-and-announcements/show/17721?start=104#post322103&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/releases-and-announcements/reply/17721&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 18 May 2013 06:59:04 +1200</pubDate>
			<dc:creator>jpalsu+</dc:creator>
			<guid>http://www.silverstripe.org/releases-and-announcements/show/17721?start=104#post322103</guid>
		</item>
		
		<item>
			<title>Re: PaginatedList error</title>
			<link>http://www.silverstripe.org/general-questions/show/23664#post322102</link>
			<description>&lt;p&gt;Is your function in the controller class? i.e in the &quot;class Page_Controller extends ContentController&quot;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: PaginatedList error | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23664#post322102&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23664&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 18 May 2013 06:48:49 +1200</pubDate>
			<dc:creator>IOTI</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23664#post322102</guid>
		</item>
		
		<item>
			<title>Re: Adding custom sidebar navigation to each page selectively?</title>
			<link>http://www.silverstripe.org/general-questions/show/23768#post322101</link>
			<description>&lt;p&gt;Hello Panupat!&lt;/p&gt;&lt;p&gt;This would be very easy to achieve in SilverStripe! You could take advantage of the Menu() and Children() function in your template to achieve what you want. You would most likely put this in your Sidebar.ss template. Here is some example code to get you started.&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;% if Menu(1) %&amp;gt;&lt;br /&gt;&amp;lt;ul&amp;gt;&lt;br /&gt;&amp;lt;% loop Menu(1) %&amp;gt;&lt;br /&gt;&amp;lt;li&amp;gt;&amp;lt;a href=&quot;$Link&quot; class=&quot;$LinkingMode&quot;&amp;gt;$Title.XML&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;% if Children %&amp;gt;&lt;br /&gt;&amp;lt;ul&amp;gt;&lt;br /&gt;&amp;lt;% loop Children %&amp;gt;&lt;br /&gt;&amp;lt;li&amp;gt;&amp;lt;a href=&quot;$Link&quot; class=&quot;$LinkingMode&quot;&amp;gt;$Title.XML&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;lt;% end_loop %&amp;gt;&lt;br /&gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;&amp;lt;% end_if %&amp;gt;&lt;br /&gt;&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;lt;% end_loop %&amp;gt;&lt;br /&gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;&amp;lt;% end_if %&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;This is generally how you would create a &quot;nested&quot; menu in SS. So if you created a top level &quot;Ff1&quot; page and it had the sub pages &quot;characters&quot; and another one &quot;weapons&quot; they would only appear below your &quot;Ff1&quot; page. You'll have to create the CSS yourself to style the menu though.&lt;/p&gt;&lt;p&gt;Are you using a custom theme or the default Simple theme?&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Adding custom sidebar navigation to each page selectively? | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23768#post322101&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23768&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 18 May 2013 06:41:49 +1200</pubDate>
			<dc:creator>IOTI</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23768#post322101</guid>
		</item>
		
		<item>
			<title>Adding custom sidebar navigation to each page selectively?</title>
			<link>http://www.silverstripe.org/general-questions/show/23768</link>
			<description>&lt;p&gt;Just started testing out SilverStripe and I'm liking how I can add sub page very much. I'm curious if SS will be able to do this? &lt;/p&gt;&lt;p&gt;My website is a Final Fantasy website and there are tons in the franchise as you can imagined. Now my site structure is something like this&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:blue&quot;&gt;ff1&lt;br /&gt;- characters&lt;br /&gt;- weapons&lt;br /&gt;- etc&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:green&quot;&gt;ff2&lt;br /&gt;- characters&lt;br /&gt;- magics&lt;br /&gt;- etc&lt;/span&gt;&lt;/p&gt;&lt;p&gt;What I want is a navigational sidebar that displays links only in their same category.&lt;br /&gt;So for pages in blue, the sidebar would only show links to blue pages. For pages in green, the sidebar would only show links to green pages. And etc.&lt;/p&gt;&lt;p&gt;Is it possible to do in SS? &lt;/p&gt;&lt;p&gt;I wouldn't mind at all if the sidebar needs to be created manually. As long as there's a way to selectively add them to the pages I want.&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Adding custom sidebar navigation to each page selectively? | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23768&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23768&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 18 May 2013 05:12:57 +1200</pubDate>
			<dc:creator>Panupat</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23768</guid>
		</item>
		
		<item>
			<title>Preserve tab state on save and publish</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/23767</link>
			<description>&lt;p&gt;Hi,&lt;br /&gt;I am using Silverstripe 3.0. I have added custom tabs/sub tabs for pages...if you are on a sub tab and you publish the page, the control returns to the main tab....I need the tabs preserved...&lt;/p&gt;&lt;p&gt;I noticed that this has been fixed in SS 3.0.5&lt;/p&gt;&lt;p&gt;Can someone please point out all the related files that have been modified to fix this in SS 3.0.5&lt;/p&gt;&lt;p&gt;Thanks in advance&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Preserve tab state on save and publish | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/23767&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/23767&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 18 May 2013 04:46:55 +1200</pubDate>
			<dc:creator>Neelam</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/23767</guid>
		</item>
		
		<item>
			<title>Re: Toggle dropdown box</title>
			<link>http://www.silverstripe.org/general-questions/show/23759#post322097</link>
			<description>&lt;p&gt;Do you plan on using the already existing tag(s) field as categories or do you want to use a separate managed list of categories? &lt;/p&gt;&lt;p&gt;If its the latter you could try using a module I made: &lt;a href=&quot;https://github.com/IOTI/silverstripe-blogcategories&quot; rel=&quot;nofollow&quot;&gt;https://github.com/IOTI/silverstripe-blogcategories&lt;/a&gt;. It does not have a built it dropdown for selecting a category on the front end but you could build one yourself. If you don't want or have need of the module you could look at my code and see how i added extra controller actions to the blog holder i.e it uses &lt;/p&gt;&lt;p&gt;&quot;yoursitelink.com/blog/category/category-name&quot; for filtering blog posts by a selected category.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Toggle dropdown box | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23759#post322097&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23759&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 18 May 2013 03:04:19 +1200</pubDate>
			<dc:creator>IOTI</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23759#post322097</guid>
		</item>
		
		<item>
			<title>$searchable_fields with a default value</title>
			<link>http://www.silverstripe.org/data-model-questions/show/23766</link>
			<description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I have ModelAdmin to manage &quot;Manager&quot; dataobject records. I have a list of $searchable_fields to filter my data object result. One of the search filters is a Status dropdown menu with &quot;active' and &quot;Inactive&quot; values. By default it shows all dataobjects. What I want to see by default is only records that have active status. So far I have this code:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;static $searchable_fields = array(&lt;br /&gt;        'FirstName' =&amp;gt;array( 'title' =&amp;gt; 'First Name' ),&lt;br /&gt;        'Surname' =&amp;gt;array( 'title' =&amp;gt; 'Surname' ),&lt;br /&gt;        'Status' =&amp;gt;array( 'title' =&amp;gt; 'Status' )&lt;br /&gt;    );&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;any help?&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: $searchable_fields with a default value | &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/show/23766&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/reply/23766&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 18 May 2013 01:19:38 +1200</pubDate>
			<dc:creator>sajok</dc:creator>
			<guid>http://www.silverstripe.org/data-model-questions/show/23766</guid>
		</item>
		
		<item>
			<title>Re: Sort GridField by Column</title>
			<link>http://www.silverstripe.org/data-model-questions/show/21131?start=8#post322095</link>
			<description>&lt;p&gt;oops, I did mean to get back to you on this.&lt;/p&gt;&lt;p&gt;so: search function: you know PHP right? Just write a form, set action=&quot;{$Link}/nameoffunction&quot; &lt;br /&gt;and then have a function in your controller called nameoffunction where you do what you need to with your POST data, and return a paginated list (see below link)&lt;/p&gt;&lt;p&gt;Pagination: &lt;a href=&quot;http://doc.silverstripe.org/framework/en/howto/pagination&quot; rel=&quot;nofollow&quot;&gt;http://doc.silverstripe.org/framework/en/howto/pagination&lt;/a&gt; (simple google search found this)&lt;/p&gt;&lt;p&gt;You could use this module (&lt;a href=&quot;https://github.com/arambalakjian/DataObjects-as-Pages&quot; rel=&quot;nofollow&quot;&gt;https://github.com/arambalakjian/DataObjects-as-Pages&lt;/a&gt;) to make your dataobjects (i.e. the members) act as pages. which takes care of the link through to their own page bit. &lt;br /&gt;Or you could write your own version - this is an old (but good) example. &lt;a href=&quot;http://www.ssbits.com/tutorials/2010/dataobjects-as-pages-part-1-keeping-it-simple/&quot; rel=&quot;nofollow&quot;&gt;http://www.ssbits.com/tutorials/2010/dataobjects-as-pages-part-1-keeping-it-simple/&lt;/a&gt; (some syntax might be slightly different for SS3, but essentials are the same.&lt;/p&gt;&lt;p&gt;I think that covers it all. Happy coding!!&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Sort GridField by Column | &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/show/21131?start=8#post322095&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/reply/21131&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 18 May 2013 00:47:46 +1200</pubDate>
			<dc:creator>RuthAdele</dc:creator>
			<guid>http://www.silverstripe.org/data-model-questions/show/21131?start=8#post322095</guid>
		</item>
		
		<item>
			<title>Re: cwsoft-foldergallery - image gallery for SilverStripe 3</title>
			<link>http://www.silverstripe.org/all-other-modules/show/20738?start=48#post322094</link>
			<description>&lt;p&gt;Thank you cwsoft, will have a look at your suggestions.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: cwsoft-foldergallery - image gallery for SilverStripe 3 | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/20738?start=48#post322094&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/20738&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 17 May 2013 23:43:25 +1200</pubDate>
			<dc:creator>buddybharath</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/20738?start=48#post322094</guid>
		</item>
		
		<item>
			<title>Search in custom DataObjects and related tables</title>
			<link>http://www.silverstripe.org/data-model-questions/show/23763</link>
			<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;i have databese of proterties and its related attributes. I want to search in that database but i cant find proper solution. I want use fulltext search as is described in tutorial but divide it into two sections, one for pages, news and so on and the other for properties. My object structure is following. Can someone help me how to solve this ? Thanks for advices.&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;class Property extends DataObject {&lt;/p&gt;&lt;p&gt;    static $db = array(&lt;br /&gt;        'changed' =&amp;gt; 'SS_Datetime',&lt;br /&gt;        'template_id' =&amp;gt; 'Int',&lt;br /&gt;        'user_id' =&amp;gt; 'Int'&lt;br /&gt;         .....&lt;br /&gt;    );&lt;/p&gt;&lt;p&gt;    static $has_many = array(&lt;br /&gt;        'Attributes' =&amp;gt; 'PropertyAttribute'&lt;br /&gt;    );&lt;/p&gt;&lt;p&gt;     .......&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;class PropertyAttribute extends DataObject {&lt;/p&gt;&lt;p&gt;    static $db = array(&lt;br /&gt;        'name' =&amp;gt; 'varchar',&lt;br /&gt;        'value' =&amp;gt; 'text'&lt;br /&gt;    );&lt;br /&gt;    static $has_one = array(&lt;br /&gt;        'Property' =&amp;gt; 'Property'&lt;br /&gt;    );&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;class PropertyHolder extends Page{&lt;br /&gt;    ...&lt;br /&gt;}&lt;/p&gt;&lt;p&gt;class PropertyHolder_Controller extends Page_Controller {&lt;br /&gt;   ...&lt;br /&gt;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Search in custom DataObjects and related tables | &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/show/23763&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/reply/23763&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 17 May 2013 22:38:17 +1200</pubDate>
			<dc:creator>Chimera</dc:creator>
			<guid>http://www.silverstripe.org/data-model-questions/show/23763</guid>
		</item>
		
		<item>
			<title>Re: content-modules instead of wysiwyg-editor</title>
			<link>http://www.silverstripe.org/general-questions/show/23750#post322090</link>
			<description>&lt;p&gt;I will try to find some time for doing a screencast.&lt;/p&gt;&lt;p&gt;But using the module should be quite easy, install following the instructions and try to add some sections.&lt;br /&gt;Try to switch between the default templates and see the result.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: content-modules instead of wysiwyg-editor | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23750#post322090&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23750&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 17 May 2013 22:12:55 +1200</pubDate>
			<dc:creator>Nobrainer Web</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23750#post322090</guid>
		</item>
		
		<item>
			<title>Re: Sort GridField by Column</title>
			<link>http://www.silverstripe.org/data-model-questions/show/21131?start=8#post322089</link>
			<description>&lt;p&gt;Can anyone help me create this filtering / search function for my members? Thanks&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Sort GridField by Column | &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/show/21131?start=8#post322089&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/reply/21131&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 17 May 2013 21:06:40 +1200</pubDate>
			<dc:creator>pinkp</dc:creator>
			<guid>http://www.silverstripe.org/data-model-questions/show/21131?start=8#post322089</guid>
		</item>
		
		<item>
			<title>Re: Multiple installs conflicting because of silverstripe-cache</title>
			<link>http://www.silverstripe.org/installing-silverstripe/show/23747#post322088</link>
			<description>&lt;p&gt;Excellent, thanks  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Multiple installs conflicting because of silverstripe-cache | &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/show/23747#post322088&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/reply/23747&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 17 May 2013 21:04:16 +1200</pubDate>
			<dc:creator>Spaghetti</dc:creator>
			<guid>http://www.silverstripe.org/installing-silverstripe/show/23747#post322088</guid>
		</item>
		
		<item>
			<title>Re: Multiple installs conflicting because of silverstripe-cache</title>
			<link>http://www.silverstripe.org/installing-silverstripe/show/23747#post322087</link>
			<description>&lt;p&gt;Yes, you can do this whenever you want. All you need to do after creating a new cache folder is run a dev/build?flush=all&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Multiple installs conflicting because of silverstripe-cache | &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/show/23747#post322087&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/reply/23747&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 17 May 2013 21:03:38 +1200</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/installing-silverstripe/show/23747#post322087</guid>
		</item>
		
		<item>
			<title>Re: Multiple installs conflicting because of silverstripe-cache</title>
			<link>http://www.silverstripe.org/installing-silverstripe/show/23747#post322086</link>
			<description>&lt;p&gt;Thanks Willr, can you do this retro-actively and still have it work? I really don't want to have to reinstall on live sites.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Multiple installs conflicting because of silverstripe-cache | &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/show/23747#post322086&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/reply/23747&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 17 May 2013 20:26:50 +1200</pubDate>
			<dc:creator>Spaghetti</dc:creator>
			<guid>http://www.silverstripe.org/installing-silverstripe/show/23747#post322086</guid>
		</item>
		
		<item>
			<title>Re: Multiple installs conflicting because of silverstripe-cache</title>
			<link>http://www.silverstripe.org/installing-silverstripe/show/23747#post322085</link>
			<description>&lt;p&gt;Create a silverstripe-cache folder in each of your SilverStripe sites root folders. That will save you from writing to your /tmp/ folder.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Multiple installs conflicting because of silverstripe-cache | &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/show/23747#post322085&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/reply/23747&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 17 May 2013 19:56:32 +1200</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/installing-silverstripe/show/23747#post322085</guid>
		</item>
		
		<item>
			<title>Re: Silverstripe, Wordpress and Google</title>
			<link>http://www.silverstripe.org/installing-silverstripe/show/23748#post322084</link>
			<description>&lt;p&gt;There is a wordpress connector module - &lt;a href=&quot;https://github.com/ajshort/silverstripe-wordpressconnector&quot; rel=&quot;nofollow&quot;&gt;https://github.com/ajshort/silverstripe-wordpressconnector&lt;/a&gt; to import the content. Depending on how your wordpress site url's are setup you may be able to keep your URL's, otherwise you'll need to use the link mapping module (&lt;a href=&quot;https://github.com/ajshort/silverstripe-linkmapping&quot; rel=&quot;nofollow&quot;&gt;https://github.com/ajshort/silverstripe-linkmapping&lt;/a&gt;) to map old url's to your new ones.&lt;/p&gt;&lt;p&gt;Also make sure you install the googlesitemap module and submit your new sitemap.xml to Google so that it can reindex your website.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Silverstripe, Wordpress and Google | &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/show/23748#post322084&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/reply/23748&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 17 May 2013 19:54:32 +1200</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/installing-silverstripe/show/23748#post322084</guid>
		</item>
		
		<item>
			<title>Toggle dropdown box</title>
			<link>http://www.silverstripe.org/general-questions/show/23759</link>
			<description>&lt;p&gt;Hi all,&lt;/p&gt;&lt;p&gt;I am new to SS. I have utilised the existing blog module to manage the blogposts on my site. However, I want to have a dropdown box on the BlogHolder page (list of blogs) where you can select blogs by category. I do not want to touch blog module as it's maintained by someone else, so I want to add another controller action that can be called via Ajax when dropdown box is toggled. So far I have only found extensions that I can add to add more fields to data models, but in this case I don't need to change structure of any blog pagetype. How should I add more controls to existing modules?&lt;/p&gt;&lt;p&gt;Cheers,&lt;br /&gt;Michael&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Toggle dropdown box | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23759&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23759&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 17 May 2013 18:55:36 +1200</pubDate>
			<dc:creator>michael_geeky</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23759</guid>
		</item>
		
		<item>
			<title>Re: TreeDropDownField/DropDownField in DataObject does not save related SiteTree</title>
			<link>http://www.silverstripe.org/data-model-questions/show/23669#post322082</link>
			<description>&lt;p&gt;I'm having this experience too, with a days-old pull down of the 3.1 branch. Any chance you found an answer or a patch for this spierala? Cheers.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: TreeDropDownField/DropDownField in DataObject does not save related SiteTree | &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/show/23669#post322082&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/reply/23669&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 17 May 2013 18:36:03 +1200</pubDate>
			<dc:creator>dizzystuff</dc:creator>
			<guid>http://www.silverstripe.org/data-model-questions/show/23669#post322082</guid>
		</item>
		
		<item>
			<title>Re: Help, can&#39;t install any modules.  v3.0.5</title>
			<link>http://www.silverstripe.org/general-questions/show/23739#post322081</link>
			<description>&lt;p&gt;Hi jbryner,&lt;br /&gt;isn't the uploadify module a 2.4 extension (from the righteous uncle cheese) don't think that will be compatible with 3.x&lt;br /&gt;Also I had some issue with blog modules, as I was downloading the master copies of the branches on Github. I managed to get the GridField &amp;amp; Sortable grid going, if you're still having issues with the modules I can upload the versions I have.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Help, can&amp;#39;t install any modules.  v3.0.5 | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23739#post322081&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23739&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 17 May 2013 12:41:43 +1200</pubDate>
			<dc:creator>Bambii7</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23739#post322081</guid>
		</item>
		
		<item>
			<title>Re: Cache headers</title>
			<link>http://www.silverstripe.org/general-questions/show/23757#post322080</link>
			<description>&lt;p&gt;It looks like you can set cache age in the config file &lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;HTTP::set_cache_age()&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;It's a good question and I can't say I've looked into the caching that much. What was the telnet command you used to reveal the cache info?&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://doc.silverstripe.org/framework/en/howto/cache-control&quot; rel=&quot;nofollow&quot;&gt;http://doc.silverstripe.org/framework/en/howto/cache-control&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://api.silverstripe.org/3.0/class-HTTP.html#_set_cache_age&quot; rel=&quot;nofollow&quot;&gt;http://api.silverstripe.org/3.0/class-HTTP.html#_set_cache_age&lt;/a&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Cache headers | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23757#post322080&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23757&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 17 May 2013 12:35:57 +1200</pubDate>
			<dc:creator>Bambii7</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23757#post322080</guid>
		</item>
		
		<item>
			<title>Re: Email notifications on new and updated data objects</title>
			<link>http://www.silverstripe.org/general-questions/show/23756#post322079</link>
			<description>&lt;p&gt;Thats not a bad way to do it, looks good.&lt;/p&gt;&lt;p&gt;Depending on how frequently products are updated I would find the update email somewhat annoying if it was occurring multiple times a day. I would add a new boolean field to the object, mark it as updated, then send out an email daily or even weekly depending on the requirements.&lt;/p&gt;&lt;p&gt;Using Scheduled tasks, even though it's 2.4 docs it will be the same for 3.x&lt;br /&gt;&lt;a href=&quot;http://api.silverstripe.org/2.4/class-ScheduledTask.html&quot; rel=&quot;nofollow&quot;&gt;http://api.silverstripe.org/2.4/class-ScheduledTask.html&lt;/a&gt;&lt;/p&gt;&lt;p&gt;class ProductUpdateTask extends DailyTask {&lt;br /&gt;    function process() {&lt;br /&gt;      // email product summary here&lt;br /&gt;    }&lt;br /&gt;  }&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Email notifications on new and updated data objects | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23756#post322079&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23756&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 17 May 2013 12:27:24 +1200</pubDate>
			<dc:creator>Bambii7</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23756#post322079</guid>
		</item>
		
		<item>
			<title>Re: SilverStripe forums + Recaptcha module</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/23736#post322077</link>
			<description>&lt;p&gt;Resolved.&lt;/p&gt;&lt;p&gt;The issue was neither the keys nor any sort of firewall issue.&lt;/p&gt;&lt;p&gt;The issue was there were 2 captcha fields being created, and they must have been one on top of the other on the page because it appeared only 1 was on the page when the registration form appeared. However after submitting and looking at the network traffic it was obvious 2 challenges were being sent to Google/recaptcha. The first returned as correct, the second always returning incorrect. Additionally, looking at the page source there were 2 different regions that called recaptcha Javascript code which looked suspicious.&lt;/p&gt;&lt;p&gt;I had added the line:&lt;br /&gt;$protector = SpamProtectorManager::update_form($form, 'MyCaptcha'); &lt;/p&gt;&lt;p&gt;to ForumMemberProfile.php and also added a Recaptcha field to the forum. From what I gather, the Spam Protection module must generate that on it's own when it's configured to use Recaptcha so in essence I had added a 2nd field. I removed the added 2 lines and things were working. Checking the network traffic there was then only a single challenge to Google/recaptcha.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: SilverStripe forums + Recaptcha module | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/23736#post322077&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/23736&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 17 May 2013 06:50:08 +1200</pubDate>
			<dc:creator>forumq42</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/23736#post322077</guid>
		</item>
		
		<item>
			<title>Re: cwsoft-foldergallery - image gallery for SilverStripe 3</title>
			<link>http://www.silverstripe.org/all-other-modules/show/20738?start=48#post322076</link>
			<description>&lt;p&gt;@buddybharath: from my understanding, accessing certain images via a URL is also possible with ColorBox, as shown &lt;a href=&quot;http://stackoverflow.com/questions/11711573/how-to-open-colorbox-gallery-at-specific-image-from-url&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;. However one would need to add a URL handler or route to the module (some infos &lt;a href=&quot;http://maetl.net/silverstripe-url-handling&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;), which ckecks if an image exists and opens up the linked page and image in ColorBox. &lt;/p&gt;&lt;p&gt;Have not much time actually to implement such a feature right now, but I may add it with a future release.&lt;/p&gt;&lt;p&gt;Cheers&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: cwsoft-foldergallery - image gallery for SilverStripe 3 | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/20738?start=48#post322076&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/20738&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 17 May 2013 06:38:43 +1200</pubDate>
			<dc:creator>cwsoft</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/20738?start=48#post322076</guid>
		</item>
		
		<item>
			<title>Cache headers</title>
			<link>http://www.silverstripe.org/general-questions/show/23757</link>
			<description>&lt;p&gt;I've been advised that caching is not working on my site. I find this odd because I'm explicitly setting the following in my config:&lt;/p&gt;&lt;p&gt;Director::set_environment_type(&quot;live&quot;);&lt;/p&gt;&lt;p&gt;Shouldn't this enable caching by default?&lt;/p&gt;&lt;p&gt;I've just checked my headers using telnet and found this:&lt;/p&gt;&lt;p&gt;Cache-Control: no-cache, max-age=0, must-revalidate, no-transform&lt;/p&gt;&lt;p&gt;How can I set max-age to something more suitable for my site?&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Cache headers | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23757&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23757&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 17 May 2013 04:07:25 +1200</pubDate>
			<dc:creator>Spaghetti</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23757</guid>
		</item>
		
		<item>
			<title>Re: DataObject can&#39;t access has many data via map class</title>
			<link>http://www.silverstripe.org/data-model-questions/show/23746#post322074</link>
			<description>&lt;p&gt;Thats worked, thanks man. Cheeers  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: DataObject can&amp;#39;t access has many data via map class | &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/show/23746#post322074&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/reply/23746&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 17 May 2013 01:51:12 +1200</pubDate>
			<dc:creator>Chimera</dc:creator>
			<guid>http://www.silverstripe.org/data-model-questions/show/23746#post322074</guid>
		</item>
		
		<item>
			<title>Re: DataObject can&#39;t access has many data via map class</title>
			<link>http://www.silverstripe.org/data-model-questions/show/23746#post322073</link>
			<description>&lt;p&gt;Yeah, my fault. Fancy getter/setter methods apparently don't work with arguments. Try:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;% with $getAttribute(title) %&amp;gt; &lt;br /&gt;$Value &lt;br /&gt;&amp;lt;% end_with %&amp;gt;&lt;/p&gt;&lt;p&gt;$getAttribute(title).Value&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: DataObject can&amp;#39;t access has many data via map class | &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/show/23746#post322073&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/reply/23746&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 17 May 2013 01:46:45 +1200</pubDate>
			<dc:creator>Devlin</dc:creator>
			<guid>http://www.silverstripe.org/data-model-questions/show/23746#post322073</guid>
		</item>
		
		<item>
			<title>Re: DataObject can&#39;t access has many data via map class</title>
			<link>http://www.silverstripe.org/data-model-questions/show/23746#post322072</link>
			<description>&lt;p&gt;Thanks, it looks great but when i use it as you described iam still getting this error&lt;/p&gt;&lt;p&gt;[Warning] Missing argument 1 for Property::getAttribute(), called in D:\WorkSpace\silverstripe\framework\view\ViewableData.php on line 106 and defined&lt;/p&gt;&lt;p&gt;my code&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;function getAttribute($name) {&lt;br /&gt;        if ($name) {&lt;br /&gt;            return $this-&amp;gt;Attributes()&lt;br /&gt;                        -&amp;gt;filter(array('name' =&amp;gt; Convert::raw2sql($name)))&lt;br /&gt;                        -&amp;gt;first();&lt;br /&gt;        }&lt;br /&gt;        return null;&lt;br /&gt;    }&lt;/p&gt;&lt;p&gt;     &amp;lt;% with $Attribute(title) %&amp;gt; &lt;br /&gt;                $Value &lt;br /&gt;     &amp;lt;% end_with %&amp;gt;&lt;/p&gt;&lt;p&gt;     also tried ...&lt;/p&gt;&lt;p&gt;     $Attribute(title)&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: DataObject can&amp;#39;t access has many data via map class | &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/show/23746#post322072&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/reply/23746&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 17 May 2013 01:39:49 +1200</pubDate>
			<dc:creator>Chimera</dc:creator>
			<guid>http://www.silverstripe.org/data-model-questions/show/23746#post322072</guid>
		</item>
		
		<item>
			<title>Re: Duplication of userforms went wrong at 3.1.0-beta3</title>
			<link>http://www.silverstripe.org/general-questions/show/23722#post322071</link>
			<description>&lt;p&gt;Ok, i rewrote the function duplicate() in UserDefinedForm.php by myself. It duplicates correctly and takes over the right conditions.&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;public function duplicate($doWrite = true) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$page = parent::duplicate($doWrite);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// the form fields&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if($this-&amp;gt;Fields()) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;foreach($this-&amp;gt;Fields() as $field) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$newField = $field-&amp;gt;duplicate();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$newField-&amp;gt;ParentID = $page-&amp;gt;ID;&lt;br /&gt;        $newField-&amp;gt;Name = $newField-&amp;gt;ClassName.$newField-&amp;gt;ID;&lt;/p&gt;&lt;p&gt;        //trek eerst de CustomRules uit elkaar&lt;br /&gt;        $ar = array();&lt;br /&gt;        $ar = unserialize($field-&amp;gt;CustomRules); &lt;/p&gt;&lt;p&gt;        if(sizeof($ar) &amp;gt;0){&lt;br /&gt;          $ConditionField = $ar[0]['ConditionField'];&lt;br /&gt;          if($ConditionField != &quot;&quot;){&lt;br /&gt;            //$ar2 = preg_split(&quot;/(\d+)/&quot;, $ConditionField, -1, PREG_SPLIT_NO_EMPTY | PREG_SPLIT_DELIM_CAPTURE);&lt;/p&gt;&lt;p&gt;            //selecteer sorteervolgorde, classname uit editableformfield waar naam = $ConditionField&lt;br /&gt;            $child = DataObject::get('EditableFormField')-&amp;gt;where('Name = \''.$ConditionField.'\'')-&amp;gt;first();&lt;br /&gt;            $sort = $child-&amp;gt;Sort;&lt;br /&gt;            $classname = $child-&amp;gt;ClassName;&lt;/p&gt;&lt;p&gt;            //selecteer id, waar sorteervolgorde en nieuwe parent id&lt;br /&gt;            $new = DataObject::get('EditableFormField')-&amp;gt;where('Sort = '.$sort.' AND ParentID = '.$newField-&amp;gt;ParentID)-&amp;gt;first();&lt;/p&gt;&lt;p&gt;            $ar[0]['ConditionField'] = $new-&amp;gt;Name;&lt;br /&gt;            $ar = serialize($ar);&lt;br /&gt;            $newField-&amp;gt;CustomRules = $ar;&lt;br /&gt;          }&lt;br /&gt;        }&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$newField-&amp;gt;write(); &lt;br /&gt;        $newField-&amp;gt;doPublish('Stage', 'Live', true);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;    $page-&amp;gt;doPublish('Stage', 'Live');&lt;/p&gt;&lt;p&gt;    // the emails&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if($this-&amp;gt;EmailRecipients()) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;foreach($this-&amp;gt;EmailRecipients() as $email) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$newEmail = $email-&amp;gt;duplicate();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$newEmail-&amp;gt;FormID = $page-&amp;gt;ID;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$newEmail-&amp;gt;write();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return $page;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Duplication of userforms went wrong at 3.1.0-beta3 | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23722#post322071&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23722&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 17 May 2013 01:25:16 +1200</pubDate>
			<dc:creator>quanto</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23722#post322071</guid>
		</item>
		
		<item>
			<title>Re: DataObject can&#39;t access has many data via map class</title>
			<link>http://www.silverstripe.org/data-model-questions/show/23746#post322070</link>
			<description>&lt;p&gt;Map returns an array from a DataList, but you cannot use arrays in templates. Templates expect ViewableData.&lt;/p&gt;&lt;p&gt;Maybe I don't understand you correctly, but maybe this helps.&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;class MyDataObject extends DataObject{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;static $has_many = array( &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Attributes' =&amp;gt; 'PropertyAttributes' &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;function getProperty($name) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return $this-&amp;gt;Attributes()&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;gt;filter(array('Name' =&amp;gt; Convert::raw2sql($name)))&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;gt;first();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;Template:&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;% with $Property('foo') %&amp;gt;&lt;br /&gt;$Value&lt;br /&gt;&amp;lt;% end_with %&amp;gt;&lt;/p&gt;&lt;p&gt;// or&lt;br /&gt;$Property('foo').Value&lt;/p&gt;&lt;p&gt;// vanilla style&lt;br /&gt;&amp;lt;% loop $Attributes %&amp;gt;&lt;br /&gt;&amp;lt;% if $Name = 'Foo' %&amp;gt;&lt;br /&gt;$Value&lt;br /&gt;&amp;lt;% end_if %&amp;gt;&lt;br /&gt;&amp;lt;% end_with %&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: DataObject can&amp;#39;t access has many data via map class | &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/show/23746#post322070&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/reply/23746&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 17 May 2013 00:37:35 +1200</pubDate>
			<dc:creator>Devlin</dc:creator>
			<guid>http://www.silverstripe.org/data-model-questions/show/23746#post322070</guid>
		</item>
		
		<item>
			<title>Re: Errors on installation on live site....SOLVED</title>
			<link>http://www.silverstripe.org/installing-silverstripe/show/23744#post322069</link>
			<description>&lt;p&gt;EDIT: Oh sorry totally missed the capital SOLVED in the title, will leave this here in case someone else has a similar issue.&lt;/p&gt;&lt;p&gt;This doesn't look like a bug in SS, looks to be an issue with the shared hosts php configuration&lt;br /&gt;(before I go on, they look to be warnings rather than fatal errors, have you tried proceeding ignoring the errors?)&lt;/p&gt;&lt;p&gt;Looks to be a miss configuration with the open_basedir setting &lt;a href=&quot;http://www.php.net/manual/en/ini.core.php#ini.open-basedir&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/manual/en/ini.core.php#ini.open-basedir&lt;/a&gt;&lt;/p&gt;&lt;p&gt;See the second to last comment on this page, someone having trouble/success with the setting &lt;a href=&quot;http://php.net/manual/en/function.ini-set.php&quot; rel=&quot;nofollow&quot;&gt;http://php.net/manual/en/function.ini-set.php&lt;/a&gt;&lt;/p&gt;&lt;p&gt;On my dev machine this setting isn't set at all and the installer works without issue.&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;open_basedir&amp;nbsp;&amp;nbsp;&amp;nbsp;no value&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;Maybe try finding out what your host has this configured too and I can try replicate....&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Errors on installation on live site....SOLVED | &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/show/23744#post322069&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/reply/23744&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 17 May 2013 00:22:17 +1200</pubDate>
			<dc:creator>Bambii7</dc:creator>
			<guid>http://www.silverstripe.org/installing-silverstripe/show/23744#post322069</guid>
		</item>
		
		<item>
			<title>Email notifications on new and updated data objects</title>
			<link>http://www.silverstripe.org/general-questions/show/23756</link>
			<description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I have a data object &quot;product&quot;. I'm using the code below to send an email to the administrator when a new product is created. It will also send a different email when a product record was updated. Can someone till if I'm doing it in the correct way, or if there is a better way to set different email notifcations?&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;function onBeforeWrite() {&lt;br /&gt;        if(!$this-&amp;gt;ID) {&lt;br /&gt;            $email = new Email();&lt;br /&gt;            $email-&amp;gt;setTo('admin@domain.com');&lt;br /&gt;            $email-&amp;gt;setSubject('New Record Created');&lt;br /&gt;            $email-&amp;gt;setFrom('admin@domain.com');&lt;br /&gt;            $email-&amp;gt;setBody(&quot;A new record was added&quot;);&lt;br /&gt;            $email-&amp;gt;send();&lt;br /&gt;        }&lt;br /&gt;        if( $this-&amp;gt;isChanged() &amp;amp;&amp;amp; $this-&amp;gt;ID) {&lt;br /&gt;                $email = new Email();&lt;br /&gt;                $email-&amp;gt;setTo('admin@domain.comt');&lt;br /&gt;                $email-&amp;gt;setSubject('Record details updated');&lt;br /&gt;                $email-&amp;gt;setFrom('admin@domain.com');&lt;br /&gt;                $email-&amp;gt;setBody(&quot;Details a record are updated&quot;);&lt;br /&gt;                $email-&amp;gt;send();&lt;br /&gt;        }&lt;br /&gt;      parent::onBeforeWrite(); &lt;br /&gt;   }&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Email notifications on new and updated data objects | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23756&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23756&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 17 May 2013 00:19:35 +1200</pubDate>
			<dc:creator>sajok</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23756</guid>
		</item>
		
		<item>
			<title>Re: Suspended forum accounts (with suspicious/spammy activity)</title>
			<link>http://www.silverstripe.org/releases-and-announcements/show/17721?start=104#post322067</link>
			<description>&lt;p&gt;zonk!&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Suspended forum accounts (with suspicious/spammy activity) | &lt;a href=&quot;http://www.silverstripe.org/releases-and-announcements/show/17721?start=104#post322067&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/releases-and-announcements/reply/17721&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 17 May 2013 00:12:43 +1200</pubDate>
			<dc:creator>swaiba</dc:creator>
			<guid>http://www.silverstripe.org/releases-and-announcements/show/17721?start=104#post322067</guid>
		</item>
		
		<item>
			<title>Re: Suspended forum accounts (with suspicious/spammy activity)</title>
			<link>http://www.silverstripe.org/releases-and-announcements/show/17721?start=104#post322065</link>
			<description>&lt;p&gt;+2 Spams&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/show/23752&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/installing-silverstripe/show/23752&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/23753&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/hosting-requirements/show/23753&lt;/a&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Suspended forum accounts (with suspicious/spammy activity) | &lt;a href=&quot;http://www.silverstripe.org/releases-and-announcements/show/17721?start=104#post322065&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/releases-and-announcements/reply/17721&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 16 May 2013 23:39:14 +1200</pubDate>
			<dc:creator>jpalsu+</dc:creator>
			<guid>http://www.silverstripe.org/releases-and-announcements/show/17721?start=104#post322065</guid>
		</item>
		
		<item>
			<title>Re: Errors on installation on live site....SOLVED</title>
			<link>http://www.silverstripe.org/installing-silverstripe/show/23744#post322062</link>
			<description>&lt;p&gt;Update&lt;/p&gt;&lt;p&gt;my host(34sp) chief engineer has looked at the errors, also this forum and has cured the problem.&lt;/p&gt;&lt;p&gt;His  reply is as follows.....&lt;/p&gt;&lt;p&gt;the errors seem to be a check for the root directory in the framework files. &lt;br /&gt;As per suggestions from another user on the Silverstripe forum, I have surpassed the warnings using @ for the directory checks.&lt;/p&gt;&lt;p&gt;Is this a bug in v3.1 ?&lt;/p&gt;&lt;p&gt;Regards&lt;br /&gt;Mike&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Errors on installation on live site....SOLVED | &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/show/23744#post322062&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/reply/23744&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 16 May 2013 23:20:22 +1200</pubDate>
			<dc:creator>oldwrinkly</dc:creator>
			<guid>http://www.silverstripe.org/installing-silverstripe/show/23744#post322062</guid>
		</item>
		
		<item>
			<title>Re: legacy URL&#39;s lookup</title>
			<link>http://www.silverstripe.org/migrating-a-site-to-silverstripe/show/23574#post322061</link>
			<description>&lt;p&gt;I've used this before on a 2.4x site when I have migrated from a messy hand-coded site, although you will have to probably automate the database conversion. I assume that it works on 3 now: &lt;a href=&quot;https://github.com/ajshort/silverstripe-linkmapping&quot; rel=&quot;nofollow&quot;&gt;https://github.com/ajshort/silverstripe-linkmapping&lt;/a&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: legacy URL&amp;#39;s lookup | &lt;a href=&quot;http://www.silverstripe.org/migrating-a-site-to-silverstripe/show/23574#post322061&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/migrating-a-site-to-silverstripe/reply/23574&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 16 May 2013 22:02:49 +1200</pubDate>
			<dc:creator>Matty Balaam</dc:creator>
			<guid>http://www.silverstripe.org/migrating-a-site-to-silverstripe/show/23574#post322061</guid>
		</item>
		
		<item>
			<title>Re: content-modules instead of wysiwyg-editor</title>
			<link>http://www.silverstripe.org/general-questions/show/23750#post322060</link>
			<description>&lt;p&gt;Hi NobrainerWeb,&lt;/p&gt;&lt;p&gt;this module sounds really interesting.&lt;br /&gt;Is it possible that you make a short screencast to show how it works ?&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: content-modules instead of wysiwyg-editor | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23750#post322060&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23750&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 16 May 2013 21:47:35 +1200</pubDate>
			<dc:creator>lx</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23750#post322060</guid>
		</item>
		
		<item>
			<title>Re: DataObject can&#39;t access has many data via map class</title>
			<link>http://www.silverstripe.org/data-model-questions/show/23746#post322059</link>
			<description>&lt;p&gt;Nobody cant help me ? I just want to acces Property related data with their names instead $name $value pairs which are accessible only in loop, thats why i used map() which rebuild object to needed form.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: DataObject can&amp;#39;t access has many data via map class | &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/show/23746#post322059&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/reply/23746&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 16 May 2013 20:28:01 +1200</pubDate>
			<dc:creator>Chimera</dc:creator>
			<guid>http://www.silverstripe.org/data-model-questions/show/23746#post322059</guid>
		</item>
		

	</channel>
</rss>