<?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>Honey, I broke the CMS...</title>
			<link>http://www.silverstripe.org/themes-2/show/23996</link>
			<description>&lt;p&gt;Well, not exactly BROKE it... but it's doing some pretty hoopy stuff... &lt;/p&gt;&lt;p&gt;I wanted to add an editable sidebar to my page so I updated Page.php as follows: &lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;?php&lt;/p&gt;&lt;p&gt;class Page extends SiteTree {&lt;/p&gt;&lt;p&gt;static $db = array(&lt;br /&gt;'SidebarHTML' =&amp;gt; 'HTMLText'&lt;br /&gt;);&lt;/p&gt;&lt;p&gt;static $has_one = array(&lt;br /&gt;);&lt;/p&gt;&lt;p&gt;function getCMSFields() {&lt;br /&gt;$fields = parent::getCMSFields();&lt;br /&gt;$fields-&amp;gt;addFieldToTab(&quot;Root.Sidebar&quot;, new HtmlEditorField( &quot;SidebarHTML&quot;));&lt;br /&gt;return $fields;&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;class Page_Controller extends ContentController {&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;?&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;The CMS still works -- after a fashion. I have a new tab in the CMS called 'Sidebar'. I can edit content in main field and in 'sidebar' and write to the DB. It's only when I 'save' the page that the funky stuff happens. I get a facefull of goobledegook, (see screenshot) hit refresh and suddenly all is well... &lt;/p&gt;&lt;p&gt;Unfortunately I'm a designer who is still coming to terms with PHP -- so I can't see anything wrong with the code. It worked in older projects but doesn't seem to like SilverStripe 3... am I calling on a resource that has been deprecated / removed? &lt;/p&gt;&lt;p&gt;Any advice gratefully appreciated!!&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Honey, I broke the CMS... | &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/23996&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/themes-2/reply/23996&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 19 Jun 2013 18:44:35 +1200</pubDate>
			<dc:creator>arthurdent</dc:creator>
			<guid>http://www.silverstripe.org/themes-2/show/23996</guid>
		</item>
		
		<item>
			<title>Re: HOW TO INSTALL SS 3.0.5??</title>
			<link>http://www.silverstripe.org/installing-silverstripe/show/23995#post322704</link>
			<description>&lt;p&gt;is there a tutorial for 3.0.5?? also i noticed people complaining about not been able to add different size font and change font colours etc how do you add advanced text to cms aswell what do u need to add or delete in config file??&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: HOW TO INSTALL SS 3.0.5?? | &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/show/23995#post322704&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/reply/23995&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 19 Jun 2013 17:50:59 +1200</pubDate>
			<dc:creator>shaf</dc:creator>
			<guid>http://www.silverstripe.org/installing-silverstripe/show/23995#post322704</guid>
		</item>
		
		<item>
			<title>Re: Member Directory with advanced search using SS</title>
			<link>http://www.silverstripe.org/general-questions/show/23985#post322703</link>
			<description>&lt;p&gt;For the first issue, this could help: &lt;a href=&quot;https://github.com/ajshort/silverstripe-memberprofiles&quot; rel=&quot;nofollow&quot;&gt;https://github.com/ajshort/silverstripe-memberprofiles&lt;/a&gt;&lt;br /&gt;For the second, try this in _config.php: &lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;FulltextSearchable::enable();&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Member Directory with advanced search using SS | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23985#post322703&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23985&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 19 Jun 2013 16:33:47 +1200</pubDate>
			<dc:creator>Bereusei</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23985#post322703</guid>
		</item>
		
		<item>
			<title>Re: Unable to login (login page shown again)</title>
			<link>http://www.silverstripe.org/general-questions/show/23993#post322702</link>
			<description>&lt;p&gt;Did you get an erroroutput via email, if you set this in _config.php:&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;SS_Log::add_writer(new SS_LogEmailWriter('your@email.com'), SS_Log::ERR);&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Unable to login (login page shown again) | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23993#post322702&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23993&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 19 Jun 2013 16:18:06 +1200</pubDate>
			<dc:creator>Bereusei</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23993#post322702</guid>
		</item>
		
		<item>
			<title>HOW TO INSTALL SS 3.0.5??</title>
			<link>http://www.silverstripe.org/installing-silverstripe/show/23995</link>
			<description>&lt;p&gt;I want to install silverstripe to my ftp host and i am finding it difficult with no info on installing 3.0.5 anywere on the web just for older versions i have used many cms's and this is the one with no help tutorials and i would like to be pointed in the right direction of a tutorial that is for this version and a tutorial that i can understand, thanks i am new to this cms so excuse my lack of knowledge..&lt;br /&gt;i am trying again now with a different host we will see what happens i will edit this post and add a tutorial to help others if i am successful. &lt;br /&gt;end result 4-4 error dont work!! any help? anyone????? look at the pics&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: HOW TO INSTALL SS 3.0.5?? | &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/show/23995&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/reply/23995&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 19 Jun 2013 14:19:31 +1200</pubDate>
			<dc:creator>shaf</dc:creator>
			<guid>http://www.silverstripe.org/installing-silverstripe/show/23995</guid>
		</item>
		
		<item>
			<title>Re: trim database: remove all history revisions but current</title>
			<link>http://www.silverstripe.org/general-questions/show/4613#post322700</link>
			<description>&lt;p&gt;This is what I used  - hope someone else finds this useful.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://github.com/axllent/silverstripe-version-truncator&quot; rel=&quot;nofollow&quot;&gt;https://github.com/axllent/silverstripe-version-truncator&lt;/a&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: trim database: remove all history revisions but current | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/4613#post322700&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/4613&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 19 Jun 2013 13:38:14 +1200</pubDate>
			<dc:creator>Jellygnite</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/4613#post322700</guid>
		</item>
		
		<item>
			<title>Re: How to remove a large number of pages.</title>
			<link>http://www.silverstripe.org/general-questions/show/17400#post322699</link>
			<description>&lt;p&gt;I didn't have much success with martimiz's suggestion but did find this. &lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://github.com/axllent/silverstripe-version-truncator&quot; rel=&quot;nofollow&quot;&gt;https://github.com/axllent/silverstripe-version-truncator&lt;/a&gt;&lt;/p&gt;&lt;p&gt;It is doubly useful as you can limit the number of versions in the database and avoid db bloat.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: How to remove a large number of pages. | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/17400#post322699&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/17400&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 19 Jun 2013 13:37:07 +1200</pubDate>
			<dc:creator>Jellygnite</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/17400#post322699</guid>
		</item>
		
		<item>
			<title>Re: Sidebar content/editable regions help (please)</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/8097?start=8#post322698</link>
			<description>&lt;p&gt;Just one thing weird I've noticed -- the CMS doesn't seem to appreciate my efforts very much. However all page content is written to DB and a refresh solves the CMS interface issues... however it gets pretty ugly for a moment! &lt;/p&gt;&lt;p&gt;Anybody have any ideas about what's going on?&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Sidebar content/editable regions help (please) | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/8097?start=8#post322698&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/8097&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 19 Jun 2013 10:37:00 +1200</pubDate>
			<dc:creator>arthurdent</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/8097?start=8#post322698</guid>
		</item>
		
		<item>
			<title>Re: Sidebar content/editable regions help (please)</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/8097?start=8#post322697</link>
			<description>&lt;p&gt;Revisiting the post to try to get an editable sidebar working in SS3... &lt;/p&gt;&lt;p&gt;Discovered that &quot;Root.Content.Sidebar&quot; is deprecated in Version 3. PHP code needs to change to the following...&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;?php&lt;/p&gt;&lt;p&gt;class Page extends SiteTree {&lt;/p&gt;&lt;p&gt;static $db = array(&lt;br /&gt;'SidebarHTML' =&amp;gt; 'HTMLText'&lt;br /&gt;);&lt;/p&gt;&lt;p&gt;static $has_one = array(&lt;br /&gt;);&lt;/p&gt;&lt;p&gt;function getCMSFields() {&lt;br /&gt;$fields = parent::getCMSFields();&lt;br /&gt;$fields-&amp;gt;addFieldToTab(&quot;Root.Sidebar&quot;, new HtmlEditorField( &quot;SidebarHTML&quot;));&lt;br /&gt;return $fields;&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;class Page_Controller extends ContentController {&lt;/p&gt;&lt;p&gt;}&lt;br /&gt;?&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;Hopefully this will help others in a similar predicament!&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Sidebar content/editable regions help (please) | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/8097?start=8#post322697&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/8097&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 19 Jun 2013 10:25:07 +1200</pubDate>
			<dc:creator>arthurdent</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/8097?start=8#post322697</guid>
		</item>
		
		<item>
			<title>Re: userform v1.0, error installing</title>
			<link>http://www.silverstripe.org/all-other-modules/show/23994#post322696</link>
			<description>&lt;p&gt;I have gotten past the part below. However, when I go to the form tab, I am unable to add fields to the form. In addition the only thing I see on the website is $UserDefinedForm. Again a helping hand would be good.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: userform v1.0, error installing | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/23994#post322696&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/23994&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 19 Jun 2013 07:39:50 +1200</pubDate>
			<dc:creator>chip</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/23994#post322696</guid>
		</item>
		
		<item>
			<title>Re: interactive cropping</title>
			<link>http://www.silverstripe.org/all-other-modules/show/16731?start=16#post322695</link>
			<description>&lt;p&gt;I've released a simple module for improving automatic cropping in SilverStripe 3: &lt;a href=&quot;https://github.com/jonom/silverstripe-focuspoint&quot; rel=&quot;nofollow&quot;&gt;https://github.com/jonom/silverstripe-focuspoint&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Basically, when you edit an image in the CMS there is a new field that lets you select a point on the image as the focus point - i.e someone's face. Then instead of using CroppedImage in your templates you use CroppedFocusedImage, and the image is cropped with a bias towards keeping the focus point in the center of the image, rather than always cropping from the centre.&lt;/p&gt;&lt;p&gt;Feedback, suggestions and pull requests welcome, hope someone finds it useful  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: interactive cropping | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/16731?start=16#post322695&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/16731&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 19 Jun 2013 07:05:06 +1200</pubDate>
			<dc:creator>JonoM</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/16731?start=16#post322695</guid>
		</item>
		
		<item>
			<title>userform v1.0, error installing</title>
			<link>http://www.silverstripe.org/all-other-modules/show/23994</link>
			<description>&lt;p&gt;I am trying to install userform 1.0 on silverstripe 3.0.5 and I get this error (and when I didn't get errors, the form page doesn't have anything to add (dropdowns, etc)):&lt;/p&gt;&lt;p&gt;Field SiteTree.ClassName: changed to enum('Page','ErrorPage','SiteTree','RedirectorPage','VirtualPage','UserDefinedForm') character set utf8 collate utf8_general_ci default 'Page' (from enum('Page','ErrorPage','SiteTree','RedirectorPage','VirtualPage') character set utf8 collate utf8_general_ci default 'Page')&lt;br /&gt;Field SiteTree_Live.ClassName: changed to enum('Page','ErrorPage','SiteTree','RedirectorPage','VirtualPage','UserDefinedForm') character set utf8 collate utf8_general_ci default 'Page' (from enum('Page','ErrorPage','SiteTree','RedirectorPage','VirtualPage') character set utf8 collate utf8_general_ci default 'Page')&lt;br /&gt;Field SiteTree_versions.ClassName: changed to enum('Page','ErrorPage','SiteTree','RedirectorPage','VirtualPage','UserDefinedForm') character set utf8 collate utf8_general_ci default 'Page' (from enum('Page','ErrorPage','SiteTree','RedirectorPage','VirtualPage') character set utf8 collate utf8_general_ci default 'Page')&lt;br /&gt;Page&lt;br /&gt;ErrorPage&lt;br /&gt;RedirectorPage&lt;br /&gt;VirtualPage&lt;br /&gt;UserDefinedForm&lt;br /&gt;UserDefinedForm_EmailRecipient&lt;br /&gt;EditableFormField&lt;br /&gt;Field EditableFormField.ClassName: changed to enum('EditableFormField','EditableCheckbox','EditableDateField','EditableEmailField','EditableFileField','EditableFormHeading','EditableLiteralField','EditableMemberListField','EditableMultipleOptionField','EditableCheckboxGroupField','EditableDropdown','EditableRadioField','EditableTextField') character set utf8 collate utf8_general_ci default 'EditableFormField' (from enum('EditableFormField','EditableCheckbox','EditableCountryDropdownField','EditableDateField','EditableEmailField','EditableFileField','EditableFormHeading','EditableLiteralField','EditableMemberListField','EditableMultipleOptionField','EditableCheckboxGroupField','EditableDropdown','EditableRadioField','EditableTextField') character set utf8 collate utf8_general_ci default 'EditableFormField')&lt;br /&gt;Field EditableFormField_Live.ClassName: changed to enum('EditableFormField','EditableCheckbox','EditableDateField','EditableEmailField','EditableFileField','EditableFormHeading','EditableLiteralField','EditableMemberListField','EditableMultipleOptionField','EditableCheckboxGroupField','EditableDropdown','EditableRadioField','EditableTextField') character set utf8 collate utf8_general_ci default 'EditableFormField' (from enum('EditableFormField','EditableCheckbox','EditableCountryDropdownField','EditableDateField','EditableEmailField','EditableFileField','EditableFormHeading','EditableLiteralField','EditableMemberListField','EditableMultipleOptionField','EditableCheckboxGroupField','EditableDropdown','EditableRadioField','EditableTextField') character set utf8 collate utf8_general_ci default 'EditableFormField')&lt;br /&gt;Field EditableFormField_versions.ClassName: changed to enum('EditableFormField','EditableCheckbox','EditableDateField','EditableEmailField','EditableFileField','EditableFormHeading','EditableLiteralField','EditableMemberListField','EditableMultipleOptionField','EditableCheckboxGroupField','EditableDropdown','EditableRadioField','EditableTextField') character set utf8 collate utf8_general_ci default 'EditableFormField' (from enum('EditableFormField','EditableCheckbox','EditableCountryDropdownField','EditableDateField','EditableEmailField','EditableFileField','EditableFormHeading','EditableLiteralField','EditableMemberListField','EditableMultipleOptionField','EditableCheckboxGroupField','EditableDropdown','EditableRadioField','EditableTextField') character set utf8 collate utf8_general_ci default 'EditableFormField')&lt;/p&gt;&lt;p&gt;Please help.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: userform v1.0, error installing | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/23994&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/23994&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 19 Jun 2013 06:40:08 +1200</pubDate>
			<dc:creator>chip</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/23994</guid>
		</item>
		
		<item>
			<title>Unable to login (login page shown again)</title>
			<link>http://www.silverstripe.org/general-questions/show/23993</link>
			<description>&lt;p&gt;I can no longer login to my Silverstripe 3.0 admin section. I've tried adding a default password to the _config.php, but this doesn't work either. The login page simply re-appears without an error message (if I use an incorrect login an error is displayed). &lt;/p&gt;&lt;p&gt;Any ideas on how to get back into the CMS?&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Unable to login (login page shown again) | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23993&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23993&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 19 Jun 2013 05:37:07 +1200</pubDate>
			<dc:creator>MarijnKampf</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23993</guid>
		</item>
		
		<item>
			<title>Re: Ecommerce Module isn&#39;t working</title>
			<link>http://www.silverstripe.org/general-questions/show/23908#post322692</link>
			<description>&lt;p&gt;Hey guys I'm having this exact same issue!&lt;/p&gt;&lt;p&gt;Silverstripe v3, ecommerce module v3&lt;br /&gt;Installed on MAMP v2.1.1&lt;/p&gt;&lt;p&gt;If anyone gets to the bottom of it I would be very interested to know how to resolve it. By judging from the forum posts about the ecommerce module it seems like lots of people have it pretty much working. Would be nice to get there too.&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Ecommerce Module isn&amp;#39;t working | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23908#post322692&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23908&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 19 Jun 2013 04:24:00 +1200</pubDate>
			<dc:creator>Harley</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23908#post322692</guid>
		</item>
		
		<item>
			<title>Re: Using a Span for Hover Info</title>
			<link>http://www.silverstripe.org/general-questions/show/23965#post322691</link>
			<description>&lt;p&gt;Thanks Devlin&lt;/p&gt;&lt;p&gt;&amp;lt;span data-info=&quot;some content to pop up on hover&quot;&amp;gt;Copy That Is Hovered Over&amp;lt;/span&amp;gt;&lt;/p&gt;&lt;p&gt;span[data-info]:hover:after { &lt;br /&gt;content: attr(data-info); &lt;br /&gt;padding: 4px 8px; &lt;br /&gt;// ...&lt;/p&gt;&lt;p&gt;That worked!&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Using a Span for Hover Info | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23965#post322691&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23965&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 19 Jun 2013 04:13:42 +1200</pubDate>
			<dc:creator>goodness</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23965#post322691</guid>
		</item>
		
		<item>
			<title>Re: Using a Span for Hover Info</title>
			<link>http://www.silverstripe.org/general-questions/show/23965#post322690</link>
			<description>&lt;p&gt;Hi there.&lt;/p&gt;&lt;p&gt;Unfortunately, there is no &quot;info&quot; attribute for the &quot;span&quot; element.&lt;br /&gt;&lt;a href=&quot;http://www.w3.org/wiki/HTML/Elements/span&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/wiki/HTML/Elements/span&lt;/a&gt;&lt;/p&gt;&lt;p&gt;--&lt;/p&gt;&lt;p&gt;Also, TinyMCE (the HTML editor) discards every attribute and element which is not defined in its config.&lt;br /&gt;&lt;a href=&quot;http://www.tinymce.com/wiki.php/Configuration:valid_elements&quot; rel=&quot;nofollow&quot;&gt;http://www.tinymce.com/wiki.php/Configuration:valid_elements&lt;/a&gt;&lt;/p&gt;&lt;p&gt;--&lt;/p&gt;&lt;p&gt;Try a html5 custom data-* attribute instead:&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;span data-info=&quot;some content to pop up on hover&quot;&amp;gt;Copy That Is Hovered Over&amp;lt;/span&amp;gt;&lt;/p&gt;&lt;p&gt;span[data-info]:hover:after { &lt;br /&gt;content: attr(data-info); &lt;br /&gt;padding: 4px 8px;&lt;br /&gt;// ...&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;&lt;a href=&quot;http://www.w3.org/TR/2011/WD-html5-20110525/elements.html#custom-data-attribute&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/2011/WD-html5-20110525/elements.html#custom-data-attribute&lt;/a&gt;&lt;/p&gt;&lt;p&gt;--&lt;/p&gt;&lt;p&gt;Normally I use jQueryUI's Tooltip plugin. It has a lot of features and allows you to use common &quot;title&quot; attributes for non-javascript and SEO purposes.&lt;br /&gt;&lt;a href=&quot;http://jqueryui.com/tooltip/&quot; rel=&quot;nofollow&quot;&gt;http://jqueryui.com/tooltip/&lt;/a&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Using a Span for Hover Info | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23965#post322690&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23965&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 19 Jun 2013 03:43:06 +1200</pubDate>
			<dc:creator>Devlin</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23965#post322690</guid>
		</item>
		
		<item>
			<title>Re: Using a Span for Hover Info</title>
			<link>http://www.silverstripe.org/general-questions/show/23965#post322689</link>
			<description>&lt;p&gt;I'm not entirely sure what you are trying to do here but html within the editor can be somewhat messy. I would suggest going down the route of short code handlers perhaps? That way in your editor you could do something like $yellowbox['content to appear in yellow box'] giving consistent html and less overhead for the author.&lt;/p&gt;&lt;p&gt;This should help &lt;a href=&quot;http://www.balbuss.com/mini-introduction-to-shortcodes/&quot; rel=&quot;nofollow&quot;&gt;http://www.balbuss.com/mini-introduction-to-shortcodes/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;and this is a great post, completely different to what you are trying to achieve but you will get the idea &lt;a href=&quot;http://www.ssbits.com/tutorials/2010/2-4-using-short-codes-to-embed-a-youtube-video/&quot; rel=&quot;nofollow&quot;&gt;http://www.ssbits.com/tutorials/2010/2-4-using-short-codes-to-embed-a-youtube-video/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Let us know how you get on&lt;/p&gt;&lt;p&gt;Regards&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Using a Span for Hover Info | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23965#post322689&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23965&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 19 Jun 2013 03:30:54 +1200</pubDate>
			<dc:creator>Harley</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23965#post322689</guid>
		</item>
		
		<item>
			<title>Re: I&#39;m working on a licence key module</title>
			<link>http://www.silverstripe.org/general-questions/show/23991#post322688</link>
			<description>&lt;p&gt;update, I now have this code which I'm almost certain produces the array I am looking for. However in the browser where the licence key field is outputted I have a blank page.&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;?php&lt;/p&gt;&lt;p&gt;class LicenseKeyField extends TextField{&lt;/p&gt;&lt;p&gt;   function validate($validator){&lt;/p&gt;&lt;p&gt;      if(!empty ($this-&amp;gt;value)){&lt;/p&gt;&lt;p&gt;         // get dataobject and convert to array for licencekeys&lt;br /&gt;         public function getKeys(){&lt;br /&gt;            $sqlQuery = new SQLQuery();&lt;br /&gt;            $sqlQuery-&amp;gt;setFrom('LicenceKeys');&lt;br /&gt;            $sqlQuery-&amp;gt;addWhere('ProductDownloadID = ' . $this-&amp;gt;ID);&lt;br /&gt;            $result = $sqlQuery-&amp;gt;execute();&lt;br /&gt;            // Iterate over results&lt;br /&gt;            $keys = new ArrayList();&lt;br /&gt;            foreach($result as $row) {&lt;br /&gt;              $arrayData = new ArrayData(array(&lt;br /&gt;                'LicenceKeys' =&amp;gt; $row['LicenceKeys']&lt;br /&gt;                )&lt;br /&gt;              );&lt;br /&gt;            $keys-&amp;gt;add($arrayData);&lt;br /&gt;            }&lt;br /&gt;            return $keys;&lt;br /&gt;         }&lt;/p&gt;&lt;p&gt;         // get licence key field value&lt;br /&gt;         $val = $this-&amp;gt;value();&lt;/p&gt;&lt;p&gt;         // check the license key against a given pattern.&lt;br /&gt;         $patterns_flattened = implode('|', $keys);&lt;/p&gt;&lt;p&gt;         if ( preg_match('/'. $patterns_flattened .'/', $val, $matches) ){&lt;br /&gt;            // matched&lt;br /&gt;         } else {&lt;br /&gt;            $validator-&amp;gt;validationError(&lt;br /&gt;               $this-&amp;gt;name,&lt;br /&gt;               &quot;Sorry, you have not entered a valid code&quot;,&lt;br /&gt;               &quot;validation&quot;,&lt;br /&gt;               false&lt;br /&gt;            );&lt;br /&gt;         return false;&lt;br /&gt;         }&lt;br /&gt;      }&lt;br /&gt;   }&lt;br /&gt;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: I&amp;#39;m working on a licence key module | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23991#post322688&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23991&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 19 Jun 2013 03:16:26 +1200</pubDate>
			<dc:creator>Harley</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23991#post322688</guid>
		</item>
		
		<item>
			<title>Products Bought by Member</title>
			<link>http://www.silverstripe.org/e-commerce-modules/show/23992</link>
			<description>&lt;p&gt;How do i view the products bought by a member. It's for page access, if a member bought a certain product, they can view a certain page in the site.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Products Bought by Member | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-modules/show/23992&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-modules/reply/23992&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 19 Jun 2013 02:21:02 +1200</pubDate>
			<dc:creator>cachobong</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-modules/show/23992</guid>
		</item>
		
		<item>
			<title>I&#39;m working on a licence key module</title>
			<link>http://www.silverstripe.org/general-questions/show/23991</link>
			<description>&lt;p&gt;Hi there,&lt;/p&gt;&lt;p&gt;I'm working on a simple licence key module which I think could be useful. However I am a little stuck on one thing.&lt;/p&gt;&lt;p&gt;In the below example there is a hardcoded array '$numbers' which holds some example licence keys. What I am trying to do is populate this with a dataobject, simple right? Well the hard part seems to be retrieving that dataobject and putting it into an array. I'm a bit confused as there seems to be a fair bit out there about how you can do this but as yet none of those methods have worked.&lt;/p&gt;&lt;p&gt;I'm wondering if anyone out there has any practical knowledge of converting dataobject results into arrays?&lt;/p&gt;&lt;p&gt;LicenseKeyField.php&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;?php&lt;/p&gt;&lt;p&gt;class LicenseKeyField extends TextField{&lt;/p&gt;&lt;p&gt;   function validate($validator){&lt;/p&gt;&lt;p&gt;      if(!empty ($this-&amp;gt;value)){&lt;/p&gt;&lt;p&gt;         // get licence key field value&lt;br /&gt;         $val = $this-&amp;gt;value();&lt;/p&gt;&lt;p&gt;         $keys = array(&lt;br /&gt;            'AJCAOkwO', &lt;br /&gt;            'ANojxe4F', &lt;br /&gt;            'ARmsWx37', &lt;br /&gt;            'AfFBkUxU', &lt;br /&gt;            'AsQ2r9Fb', &lt;br /&gt;            'BDtvjcue', &lt;br /&gt;            'BWwCTj5V', &lt;br /&gt;            'BnZcCYJR'&lt;br /&gt;         );&lt;/p&gt;&lt;p&gt;         // check the license key against a given pattern.&lt;br /&gt;         $patterns_flattened = implode('|', $keys);&lt;/p&gt;&lt;p&gt;         if ( preg_match('/'. $patterns_flattened .'/', $val, $matches) ){&lt;br /&gt;            // matched&lt;br /&gt;         } else {&lt;br /&gt;            $validator-&amp;gt;validationError(&lt;br /&gt;               $this-&amp;gt;name,&lt;br /&gt;               &quot;Sorry, you have not entered a valid code&quot;,&lt;br /&gt;               &quot;validation&quot;,&lt;br /&gt;               false&lt;br /&gt;            );&lt;br /&gt;         return false;&lt;br /&gt;         }&lt;br /&gt;      }&lt;br /&gt;   }&lt;br /&gt;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;Regards&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: I&amp;#39;m working on a licence key module | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23991&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23991&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 19 Jun 2013 01:55:10 +1200</pubDate>
			<dc:creator>Harley</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23991</guid>
		</item>
		
		<item>
			<title>New York City Meetup</title>
			<link>http://www.silverstripe.org/connect-with-other-silverstripe-members/show/23990</link>
			<description>&lt;p&gt;Any SS devs out there interested in meeting up in Manhattan to talk about our favorite CMS/framework?&lt;/p&gt;&lt;p&gt;I have a number of PHP devs that are interested in learning more (because I go on and on about SilverStripe to them), but I don't know any other SS folks in NYC. No need to be an expert, anyone with any level of interest in SilverStripe is more than welcome.&lt;/p&gt;&lt;p&gt;Please post back here so I can gauge interest!&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: New York City Meetup | &lt;a href=&quot;http://www.silverstripe.org/connect-with-other-silverstripe-members/show/23990&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/connect-with-other-silverstripe-members/reply/23990&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 19 Jun 2013 01:54:17 +1200</pubDate>
			<dc:creator>benjamin-smith</dc:creator>
			<guid>http://www.silverstripe.org/connect-with-other-silverstripe-members/show/23990</guid>
		</item>
		
		<item>
			<title>Re: Extending LeftAndMain 101</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/16951#post322684</link>
			<description>&lt;p&gt;That's a very good start for SS2.4 &lt;/p&gt;&lt;p&gt;What's the simliar for SS3.0? Looks like i am forced to use some kind of form and overwrite the getEditForm function&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Extending LeftAndMain 101 | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/16951#post322684&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/16951&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 19 Jun 2013 01:37:46 +1200</pubDate>
			<dc:creator>BenWu</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/16951#post322684</guid>
		</item>
		
		<item>
			<title>2.4.7 - Admin Sitetree not refreshing on add or delete page</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/23989</link>
			<description>&lt;p&gt;Hi, &lt;/p&gt;&lt;p&gt;I'd say I'm still relatively new to Silverstripe, have been using it at work for about 1 year and setup over 15 websites with it.&lt;/p&gt;&lt;p&gt;Never had any issues with the backend, but I have had to setup a more complex sitetree for one particular site and recently have had some issues with the refreshing of the sitetree in the left side bar.&lt;/p&gt;&lt;p&gt;Usually, when you create a page it appears in real time in orange as in the screenshot attached (left-sitetree.jpg). However, not anymore. &lt;br /&gt;When you delete a page, it also gets removed in real-time, not anymore.&lt;/p&gt;&lt;p&gt;I have compared the headers with another site that doesnt have this issue and noticed that in both cases a call to:&lt;/p&gt;&lt;p&gt;POST &lt;a href=&quot;http://mydomain.com/admin/AddPageOptionsForm&quot; rel=&quot;nofollow&quot;&gt;http://mydomain.com/admin/AddPageOptionsForm&lt;/a&gt; gets called sucessfully&lt;/p&gt;&lt;p&gt;but that it should be followed by:&lt;/p&gt;&lt;p&gt;POST &lt;a href=&quot;http://mydomain.com/admin/getitem?ID=xxx&amp;amp;locale=fr_FR&amp;amp;ajax=1&quot; rel=&quot;nofollow&quot;&gt;http://mydomain.com/admin/getitem?ID=xxx&amp;amp;locale=fr_FR&amp;amp;ajax=1&lt;/a&gt;, which is not the case.&lt;/p&gt;&lt;p&gt;(see second screenshot &quot;console-post.jpg&quot; for Firebug info taken from fully functional one)&lt;/p&gt;&lt;p&gt;I have googled and searched various classes and JS files but not figured out a solution to my problem. &lt;br /&gt;Hoping someone can give me some advice  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;&lt;p&gt;Also consider that I have setup various user groups and each group can only edit certain pages.&lt;br /&gt;In Page type classes and in CustomSiteConfig I have also set group specific parts.&lt;/p&gt;&lt;p&gt;Not sure if that could be a possible cause, but I don't think so, at least hasnt happend on other sites where I have used similar conditionals.&lt;/p&gt;&lt;p&gt;Thanks !&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: 2.4.7 - Admin Sitetree not refreshing on add or delete page | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/23989&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/23989&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 19 Jun 2013 01:06:58 +1200</pubDate>
			<dc:creator>benshu</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/23989</guid>
		</item>
		
		<item>
			<title>Re: Using a Span for Hover Info</title>
			<link>http://www.silverstripe.org/general-questions/show/23965#post322682</link>
			<description>&lt;p&gt;Is it possible that nobody has any thoughts/advice on this?&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Using a Span for Hover Info | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23965#post322682&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23965&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 19 Jun 2013 00:42:36 +1200</pubDate>
			<dc:creator>goodness</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23965#post322682</guid>
		</item>
		
		<item>
			<title>Re: Login/User Account Based Site</title>
			<link>http://www.silverstripe.org/general-questions/show/23988#post322681</link>
			<description>&lt;p&gt;This would be a good first step... &lt;a href=&quot;http://www.silverstripe.org/member-profiles-module/&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/member-profiles-module/&lt;/a&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Login/User Account Based Site | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23988#post322681&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23988&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 19 Jun 2013 00:04:25 +1200</pubDate>
			<dc:creator>swaiba</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23988#post322681</guid>
		</item>
		
		<item>
			<title>Re: dataobjectmanager</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/23986#post322680</link>
			<description>&lt;p&gt;Hi Tim,&lt;/p&gt;&lt;p&gt;The short answer is it is dead, if you have SS3 then this is not relevant anymore.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: dataobjectmanager | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/23986#post322680&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/23986&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 19 Jun 2013 00:03:28 +1200</pubDate>
			<dc:creator>swaiba</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/23986#post322680</guid>
		</item>
		
		<item>
			<title>Login/User Account Based Site</title>
			<link>http://www.silverstripe.org/general-questions/show/23988</link>
			<description>&lt;p&gt;Hey guys how would I start to build a site where user's can create an account and that account holds their individual data on the website? Each account would be secure and only accessible for that user. Is there a module(s) I can use to leverage the initial functionality for multiple user accounts or do I have to build this functionality myself?&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Login/User Account Based Site | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23988&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23988&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 18 Jun 2013 23:56:04 +1200</pubDate>
			<dc:creator>shluckey</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23988</guid>
		</item>
		
		<item>
			<title>Re: I can&#39;t login to admin interface</title>
			<link>http://www.silverstripe.org/general-questions/show/23909#post322678</link>
			<description>&lt;p&gt;have you been able to fix your problem? &lt;br /&gt;Got similar problem.&lt;/p&gt;&lt;p&gt;I can access the admin site but when I am doing mysite/?flush=all , SS wants me to log in as Administrator even tho I am logged as one. &lt;br /&gt;My Admin have checked Full administrative rights on Permissions tab (all others are red but Admin rights should be enough?)&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: I can&amp;#39;t login to admin interface | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23909#post322678&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23909&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 18 Jun 2013 23:05:25 +1200</pubDate>
			<dc:creator>beren</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23909#post322678</guid>
		</item>
		
		<item>
			<title>Re: Framework: Setting the Root Controller Route on 3.1</title>
			<link>http://www.silverstripe.org/general-questions/show/23712#post322677</link>
			<description>&lt;p&gt;Hi James,&lt;/p&gt;&lt;p&gt;many thanks for this, gives me something to play with, didn't realise there was such a difference between 3 and 3.1 in the framework.&lt;/p&gt;&lt;p&gt;Thanks again oh and nice site by the way.&lt;/p&gt;&lt;p&gt;Mick&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Framework: Setting the Root Controller Route on 3.1 | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23712#post322677&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23712&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 18 Jun 2013 22:42:06 +1200</pubDate>
			<dc:creator>cumquat</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23712#post322677</guid>
		</item>
		
		<item>
			<title>Multiform module javascript hide/show</title>
			<link>http://www.silverstripe.org/all-other-modules/show/23987</link>
			<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I use the multiform to make an form with several steps, but in 4 step I want to make that when the checkbox is checked there will be &lt;br /&gt;several fields shown for input.&lt;/p&gt;&lt;p&gt;Please help me .....&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Multiform module javascript hide/show | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/23987&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/23987&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 18 Jun 2013 22:40:26 +1200</pubDate>
			<dc:creator>neerom</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/23987</guid>
		</item>
		
		<item>
			<title>Re: Framework: Setting the Root Controller Route on 3.1</title>
			<link>http://www.silverstripe.org/general-questions/show/23712#post322675</link>
			<description>&lt;p&gt;Hi Mick,&lt;/p&gt;&lt;p&gt;I actually gave up, and just rolled back to 3.0.&lt;/p&gt;&lt;p&gt;Here's my current code though:&lt;/p&gt;&lt;p&gt;routes.yml: &lt;a href=&quot;http://spdr.me/PVM&quot; rel=&quot;nofollow&quot;&gt;http://spdr.me/PVM&lt;/a&gt;&lt;br /&gt;WishController: &lt;a href=&quot;http://spdr.me/NKmm&quot; rel=&quot;nofollow&quot;&gt;http://spdr.me/NKmm&lt;/a&gt;&lt;/p&gt;&lt;p&gt;RootController: &lt;a href=&quot;http://spdr.me/iSpO&quot; rel=&quot;nofollow&quot;&gt;http://spdr.me/iSpO&lt;/a&gt;&lt;br /&gt;Added to _config.php: &lt;a href=&quot;http://spdr.me/77ZK&quot; rel=&quot;nofollow&quot;&gt;http://spdr.me/77ZK&lt;/a&gt;&lt;/p&gt;&lt;p&gt;The RootController stuff just makes sure that pages such as /Security/login etc have all their theme requirements.&lt;/p&gt;&lt;p&gt;The site is live at &lt;a href=&quot;http://www.mypebblewishes.com/&quot; rel=&quot;nofollow&quot;&gt;www.mypebblewishes.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;James&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Framework: Setting the Root Controller Route on 3.1 | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23712#post322675&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23712&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 18 Jun 2013 22:34:04 +1200</pubDate>
			<dc:creator>purplespider</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23712#post322675</guid>
		</item>
		
		<item>
			<title>Re: Framework: Setting the Root Controller Route on 3.1</title>
			<link>http://www.silverstripe.org/general-questions/show/23712#post322674</link>
			<description>&lt;p&gt;Hi James, &lt;/p&gt;&lt;p&gt;Did you get an answer to this? Also if you wouldn't mind could you put up the code for your controller, im just starting to play with framework and am trying to find as much info as possible on how to move forward, i've had some help here but i think the main issue is my lack of knowledge of the core fundamentals.&lt;/p&gt;&lt;p&gt;One thing that strikes me is maybe you could use a htaccess rewrite rule to solve your problem?&lt;/p&gt;&lt;p&gt;Mick&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Framework: Setting the Root Controller Route on 3.1 | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23712#post322674&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23712&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 18 Jun 2013 22:24:05 +1200</pubDate>
			<dc:creator>cumquat</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23712#post322674</guid>
		</item>
		
		<item>
			<title>dataobjectmanager</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/23986</link>
			<description>&lt;p&gt;Hi all,&lt;br /&gt;I am a newbie to Silverstipe, but I like it a lot.&lt;/p&gt;&lt;p&gt;I am trying to learn about dataobjects in silverstripe.&lt;/p&gt;&lt;p&gt;I have installed dataobjectmanager. I extracted the tar.gz file in the root of my silverstripe dir.&lt;br /&gt;I got the module from &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module/&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/dataobjectmanager-module/&lt;/a&gt;&lt;br /&gt;The links on that page with install installation steps and the Getting started links are broken, so I have no idea what to do next.&lt;/p&gt;&lt;p&gt;After installation I did a /dev/build, but nothing happened. In the admin page are no changes.&lt;/p&gt;&lt;p&gt;Can someone Explain to me what the DataObjectManager module is and what it does? Should there be an admin page?&lt;/p&gt;&lt;p&gt;I am looking forward to your advise.&lt;/p&gt;&lt;p&gt;Tim.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: dataobjectmanager | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/23986&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/23986&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 18 Jun 2013 22:20:45 +1200</pubDate>
			<dc:creator>tim32</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/23986</guid>
		</item>
		
		<item>
			<title>Member Directory with advanced search using SS</title>
			<link>http://www.silverstripe.org/general-questions/show/23985</link>
			<description>&lt;p&gt;Hi all.&lt;/p&gt;&lt;p&gt;I wondered if it possible to build the following site using Silverstripe with not too much of a learning curve. I am a php developer with a few years under my belt, long time asp dev so am happy to get my hands dirty...&lt;/p&gt;&lt;p&gt;A Member Site with advanced search option.&lt;/p&gt;&lt;p&gt;1. I'd like a person to be able to register on the site entering their personal details along with a set of skills (about 10 form fields). Admin need to manually 'activate' registration request and auto send email to confirm this has happened.&lt;/p&gt;&lt;p&gt;2. A user of the site would be able to search through the database of registered users using a form with multiple fields to narrow down their results.&lt;/p&gt;&lt;p&gt;I suppose it's a bit like a real estate website but using people and their skills instead of properties.&lt;/p&gt;&lt;p&gt;Many thanks for any help or pointers.&lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;Tony.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Member Directory with advanced search using SS | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23985&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23985&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 18 Jun 2013 20:58:45 +1200</pubDate>
			<dc:creator>tonymead66</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23985</guid>
		</item>
		
		<item>
			<title>Getting Data for CMS PopUp from more than one has_one relation</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/23984</link>
			<description>&lt;p&gt;I am new to this so forgive me if the subject is not too clear.&lt;/p&gt;&lt;p&gt;I have a site I am building in 2.10 and I am not sure how to go about getting the following information in the CMS. Basically I have a 'SlipBookingPage' that has many 'SlipBookings'&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;...&lt;br /&gt;public static $has_many = array(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'SlipBookings' =&amp;gt; 'SlipBooking'&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;);&lt;br /&gt;...&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;A SlipBooking has one Boat&lt;br /&gt;SlipBooking code:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;...&lt;br /&gt;public static $db = array (&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'DateIn' =&amp;gt; 'Date',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'DateOut' =&amp;gt; 'Date',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'CradleNumber' =&amp;gt; 'Varchar(100)',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Confirmed' =&amp;gt; 'Boolean'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;);&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;public static $has_one = array(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Boat' =&amp;gt; 'Boat',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'SlipBookingPage' =&amp;gt; 'Page'&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;);&lt;br /&gt;...&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;And a boat has one member&lt;/p&gt;&lt;p&gt;Boat code &lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;class Boat extends DataObject {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;public static $db = array (&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'BoatName' =&amp;gt; 'Varchar(100)',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'BoatRegistration' =&amp;gt; 'Varchar(20)',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'SYCPenned' =&amp;gt; 'Int',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'BoatLength' =&amp;gt; 'Varchar(100)',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'BoatBeam' =&amp;gt; 'Varchar(100)',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'BoatWeight' =&amp;gt; 'Varchar(100)',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'KeelType' =&amp;gt; 'Enum(&quot;Kiel, No Keel, Yacht Keel&quot;)',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'ShaftType' =&amp;gt; 'Enum(&quot;Shaft, Twin Shaft&quot;)',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'VDrive' =&amp;gt; 'Boolean',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Propulsion' =&amp;gt; 'Enum(&quot;Inboard-Outboard(Leg), Twin Inboard-Outboard(Legs),Outboard, Twin Outboard&quot;)',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'CraneAccess' =&amp;gt; 'Boolean'&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;public static $has_one = array(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Member' =&amp;gt; 'Member'&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;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;//Fields to show in the DOM table&lt;br /&gt;    static $summary_fields = array(&lt;br /&gt;        'BoatName' =&amp;gt; 'BoatName',  &lt;br /&gt;        'BoatRegistration' =&amp;gt; 'BoatRegistration'&lt;br /&gt;    );&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;The problem I am having is getting information from the member and the boat to display in the CMS in the Popup for the HasManyComplexTableField. In the summary information I have gotten the members name and boat rego, but can't seem to get more information (eg all the boat details) in the pop up (so in the code below the mobile phone and boat length do not display in the pop up)&lt;/p&gt;&lt;p&gt;HasManyComplexTableField code:&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;...&lt;br /&gt;$tablefield = new HasManyComplexTableField(&lt;br /&gt;            $this,&lt;br /&gt;            'SlipBookings',&lt;br /&gt;            'SlipBooking',&lt;br /&gt;            array(&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;'Member.FirstName' =&amp;gt; 'First 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;'Member.Surname' =&amp;gt; 'Surname',&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;'Boat.BoatRegistration' =&amp;gt; 'Boat Rego',&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;'DateIn' =&amp;gt; 'Date In',&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;'DateOut' =&amp;gt; 'Date Out',&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;'CradleNumber' =&amp;gt; 'Cradle Number',&lt;br /&gt;                'Confirmed' =&amp;gt; 'Confirmed'&lt;br /&gt;            ),&lt;br /&gt;            new FieldSet(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;      new TextField( 'CradleNumber', 'Cradle Number'),&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;   $dateField,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;   $dateField2,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;   new CheckboxField( 'Confirmed', 'Confirmed' ),&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;   new TextField( 'Member.MobilePhone', 'Mobile'),&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;   new TextField( 'BoatLength', 'Length'))&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;   );&lt;br /&gt;....&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;If anyone can point me in the right direction of how to achieve this, that would be awesome!&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Getting Data for CMS PopUp from more than one has_one relation | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/23984&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/23984&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 18 Jun 2013 20:21:57 +1200</pubDate>
			<dc:creator>Vix</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/23984</guid>
		</item>
		
		<item>
			<title>Can not add a subsites virtual page</title>
			<link>http://www.silverstripe.org/all-other-modules/show/23983</link>
			<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I am using Subsites-master-1.0-beta1 (with SilverStripe CMS v3.0.5). I can add a virtual page, but not a subsites virtual page.&lt;br /&gt;I can choose a subsite, but then when I try to choose a page to link to, I get the following error:&lt;/p&gt;&lt;p&gt;ReferenceError: $$ is not defined&lt;br /&gt;[Break On This Error]    &lt;br /&gt;var subsiteSel = $$('#CopyContentFromID_SubsiteID select')[0];&lt;/p&gt;&lt;p&gt;When the mouse hovers over the &quot;choose a page to link to&quot; drop down box, all I see is a link to #&lt;/p&gt;&lt;p&gt;Any clues to where the problem may lie, would be greatly appreciated.&lt;/p&gt;&lt;p&gt;Thanks,&lt;br /&gt;Rupert&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Can not add a subsites virtual page | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/23983&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/23983&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 18 Jun 2013 19:52:18 +1200</pubDate>
			<dc:creator>Rupert</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/23983</guid>
		</item>
		
		<item>
			<title>Re: Can Silverstripe handle multiple content regions on a page?</title>
			<link>http://www.silverstripe.org/general-questions/show/4843?start=8#post322669</link>
			<description>&lt;p&gt;&lt;strong&gt;Question for Uncle Cheese:&lt;/strong&gt; I'm needing to add editable sidebar content to pages on a new site. I've done this in the past with older versions of SilverStripe but on version 3 I'm getting errors. Using code in this post stops DB rebuild (/dev/build/) -- when I tried a similar method that worked for me in the past I was able to rebuild but not access anything that used Page.ss (page type that called sidebar) in the CMS. &lt;/p&gt;&lt;p&gt;Question is: This is pretty fundamental stuff, right? I had it workign before. And there's nothing new in SilverStripe that would be interfering with it, right?&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Can Silverstripe handle multiple content regions on a page? | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/4843?start=8#post322669&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/4843&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 18 Jun 2013 17:50:53 +1200</pubDate>
			<dc:creator>arthurdent</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/4843?start=8#post322669</guid>
		</item>
		
		<item>
			<title>ss3 &lt;% control Top %&gt; function, gone... FIXED</title>
			<link>http://www.silverstripe.org/general-questions/show/23982</link>
			<description>&lt;p&gt;Hi, &lt;/p&gt;&lt;p&gt;FYI, the Silvestripe 3 template info page states that &amp;lt;% control Top %&amp;gt; has been removed, and has no direct replacement....&lt;/p&gt;&lt;p&gt;This got me  stuck for a while, until I found  you can achieve the same with &lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;% with ClassName %&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;% end_with %&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;and target the ClassName of the top level page&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: ss3 &amp;lt;% control Top %&amp;gt; function, gone... FIXED | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23982&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23982&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 18 Jun 2013 15:46:46 +1200</pubDate>
			<dc:creator>Futureweb</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23982</guid>
		</item>
		
		<item>
			<title>Re: DropdownField - what am I doing wrong?</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/23857#post322667</link>
			<description>&lt;p&gt;Doh, thanks - that works.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: DropdownField - what am I doing wrong? | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/23857#post322667&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/23857&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 18 Jun 2013 14:23:59 +1200</pubDate>
			<dc:creator>mundek23</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/23857#post322667</guid>
		</item>
		
		<item>
			<title>Re: behat testing setup</title>
			<link>http://www.silverstripe.org/general-questions/show/23976#post322666</link>
			<description>&lt;p&gt;Hey Bernard, &lt;br /&gt;I was having the same problem and it was driving me crazy but then my colleague pointed out that I needed to put a _config.php file in the features folder. Solved the issue all together. Give a try and see if it helps you!&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: behat testing setup | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23976#post322666&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23976&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 18 Jun 2013 11:23:43 +1200</pubDate>
			<dc:creator>silentpride</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23976#post322666</guid>
		</item>
		
		<item>
			<title>Re: Uploaded File Management on a Page</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/23556#post322665</link>
			<description>&lt;p&gt;Hi,&lt;br /&gt;Sorry for the very long delay (shows how often I check back).&lt;/p&gt;&lt;p&gt;I never found a solution, but would love to know one!&lt;/p&gt;&lt;p&gt;The images are uploaded to Assets/Images (as defined in the code), but the images on the front page itself are pulled through using the following:&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;div id=&quot;slideshow&quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;ul id=&quot;carousel&quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% loop $FrontImages %&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;li&amp;gt;$croppedImage(930,300)&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% end_loop %&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/ul&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;The code in my first post has not changed.&lt;/p&gt;&lt;p&gt;Cheers,&lt;br /&gt;Matt&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Uploaded File Management on a Page | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/23556#post322665&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/23556&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 18 Jun 2013 08:56:40 +1200</pubDate>
			<dc:creator>Parker1090</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/23556#post322665</guid>
		</item>
		
		<item>
			<title>Re: Controller Routing</title>
			<link>http://www.silverstripe.org/template-questions/show/23943#post322664</link>
			<description>&lt;p&gt;Hi Willr, &lt;/p&gt;&lt;p&gt;Thank you for your reply.&lt;/p&gt;&lt;p&gt;The solution was simply to have //$Action instead of /$Action in the _config.php file.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Controller Routing | &lt;a href=&quot;http://www.silverstripe.org/template-questions/show/23943#post322664&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/template-questions/reply/23943&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 18 Jun 2013 08:42:04 +1200</pubDate>
			<dc:creator>ColdBlooded</dc:creator>
			<guid>http://www.silverstripe.org/template-questions/show/23943#post322664</guid>
		</item>
		
		<item>
			<title>Re: License question</title>
			<link>http://www.silverstripe.org/general-questions/show/23973#post322663</link>
			<description>&lt;p&gt;Hey Webdoc, that is a very 2.x answer - don't suppose you know the same in 3.x speak?&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: License question | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23973#post322663&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23973&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 18 Jun 2013 06:57:13 +1200</pubDate>
			<dc:creator>swaiba</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23973#post322663</guid>
		</item>
		
		<item>
			<title>Re: Empty ClassName is built every time</title>
			<link>http://www.silverstripe.org/general-questions/show/23977#post322662</link>
			<description>&lt;p&gt;Hi Xazen,&lt;/p&gt;&lt;p&gt;This happens when you use a class and then lose/rename it.  So you probably had something like...&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;class MyPage extends Page {&lt;br /&gt;...&lt;br /&gt;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;and removed it.  I seen it a long time back... it's not really preventable, so I have a script...&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;UPDATE SiteTree SET ClassName='Page' WHERE ClassName='';&lt;br /&gt;UPDATE SiteTree_Live SET ClassName='Page' WHERE ClassName='';&lt;br /&gt;UPDATE SiteTree_versions SET ClassName='Page' WHERE ClassName='';&lt;br /&gt;UPDATE File SET ClassName = 'File' WHERE ClassName = '';&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Empty ClassName is built every time | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23977#post322662&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23977&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 18 Jun 2013 06:55:59 +1200</pubDate>
			<dc:creator>swaiba</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23977#post322662</guid>
		</item>
		
		<item>
			<title>Re: License question</title>
			<link>http://www.silverstripe.org/general-questions/show/23973#post322661</link>
			<description>&lt;p&gt;some help for cms branding:&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;//Set the CMS application name, logo and loading image&lt;br /&gt;LeftAndMain::setApplicationName(&quot;My application&quot;);&lt;br /&gt;LeftAndMain::setLogo(&quot;themes/MyTheme/images/CMSLogo.png&quot;, &quot;margin-top: -3px;&quot;);&lt;br /&gt;LeftAndMain::set_loading_image('themes/MyTheme/images/CMSLoading.gif');&lt;br /&gt;//&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;---------------------------------------------------------------------------&lt;br /&gt;Arvixe Web Hosting / SilverStripe Community Liaison | Looking for quality &lt;a href=&quot;http://www.arvixe.com/preloaded_silverstripe_hosting/&quot; rel=&quot;nofollow&quot;&gt;SilverStripe Web Hosting&lt;/a&gt;? Look no further than &lt;a href=&quot;http://www.arvixe.com/&quot; rel=&quot;nofollow&quot;&gt;Arvixe Web Hosting&lt;/a&gt;!&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: License question | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23973#post322661&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23973&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 18 Jun 2013 05:38:08 +1200</pubDate>
			<dc:creator>Webdoc</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23973#post322661</guid>
		</item>
		
		<item>
			<title>Re: Delivering smaller images for mobile</title>
			<link>http://www.silverstripe.org/template-questions/show/23980#post322660</link>
			<description>&lt;p&gt;There is also alternative using css image width.&lt;br /&gt;1. add to Page.ss the mobile css line&lt;br /&gt;&amp;lt;link rel=&quot;stylesheet&quot; media=&quot;only screen and (max-width: 400px)&quot; href=&quot;mobile.css&quot; /&amp;gt;&lt;br /&gt;2. add css to mobile.css file something like this:&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;@media screen and (max-device-width: 480px){&lt;br /&gt; .crop {&lt;br /&gt;    width: 200px;&lt;br /&gt;    height: 150px;&lt;br /&gt;    overflow: hidden;&lt;br /&gt;}&lt;/p&gt;&lt;p&gt;.crop img {&lt;br /&gt;    width: 400px;&lt;br /&gt;    height: 300px;&lt;br /&gt;    margin: -75px 0 0 -100px;&lt;br /&gt;}&lt;br /&gt;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;html of that css looks like this:&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;div class=&quot;crop&quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;img src=&quot;imagefilename.jpg&quot; /&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/p&gt;&lt;/div&gt; &lt;br /&gt;or&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;p class=&quot;crop&quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;img src=&quot;imagefilename.jpg&quot; /&amp;gt;&lt;br /&gt;&amp;lt;/p&amp;gt;&lt;/p&gt;&lt;/div&gt; &lt;br /&gt;-------------------------------------------------------------------------------------------------------&lt;br /&gt;Arvixe Web Hosting / SilverStripe Community Liaison | Looking for quality &lt;a href=&quot;http://www.arvixe.com/preloaded_silverstripe_hosting/&quot; rel=&quot;nofollow&quot;&gt;SilverStripe Web Hosting&lt;/a&gt;? Look no further than &lt;a href=&quot;http://www.arvixe.com/&quot; rel=&quot;nofollow&quot;&gt;Arvixe Web Hosting&lt;/a&gt;!&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Delivering smaller images for mobile | &lt;a href=&quot;http://www.silverstripe.org/template-questions/show/23980#post322660&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/template-questions/reply/23980&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 18 Jun 2013 05:26:17 +1200</pubDate>
			<dc:creator>Webdoc</dc:creator>
			<guid>http://www.silverstripe.org/template-questions/show/23980#post322660</guid>
		</item>
		
		<item>
			<title>Enable comments on Blog Feed on Home Page</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/23981</link>
			<description>&lt;p&gt;Hi there, &lt;/p&gt;&lt;p&gt;I have a SS2.4.10 site that uses the blog module. It works well and i have created a feed on the home page of the site that pulls through the latest blog articles.&lt;/p&gt;&lt;p&gt;I want to allow users to make comments on the home page that will automatically update the blog's comment section. My articles stay on the homepage for about a week until they are replaced with a new one. For that week i want visitors to the home page to comment on the article, but the comments must not be added to the home page...but rather the blog page.&lt;/p&gt;&lt;p&gt;Currently the homepages code looks like this:&lt;br /&gt;------------------------------------------------------------------------------&lt;/p&gt;&lt;p&gt;class HomePage_Controller extends Page_Controller {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;public static $allowed_actions = array (&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;function LatestArticle() {&lt;br /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;return DataObject::get('BlogEntry','','Date DESC','','1');&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;}&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Enable comments on Blog Feed on Home Page | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/23981&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/23981&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 18 Jun 2013 01:07:45 +1200</pubDate>
			<dc:creator>Optic Blaze</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/23981</guid>
		</item>
		
		<item>
			<title>Delivering smaller images for mobile</title>
			<link>http://www.silverstripe.org/template-questions/show/23980</link>
			<description>&lt;p&gt;I have an image with some very large images. I would like to deliver smaller images if our site is accessed from a mobile browser. Is there a straight forward way to do this with Silverstripe?&lt;/p&gt;&lt;p&gt;If would ideally like to do something like:&lt;/p&gt;&lt;p&gt;&amp;lt;% if IsMobile %&amp;gt;&lt;br /&gt;   &amp;lt;% $Image.Cropped(640,360) %&amp;gt;&lt;br /&gt;&amp;lt;% else %&amp;gt;&lt;br /&gt;   &amp;lt;% $Image.Cropped(1280,720) %&amp;gt;&lt;br /&gt;&amp;lt;% end_if %&amp;gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Delivering smaller images for mobile | &lt;a href=&quot;http://www.silverstripe.org/template-questions/show/23980&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/template-questions/reply/23980&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 18 Jun 2013 00:47:26 +1200</pubDate>
			<dc:creator>MrChimp</dc:creator>
			<guid>http://www.silverstripe.org/template-questions/show/23980</guid>
		</item>
		
		<item>
			<title>Re: silverstripe 3 - typo3 comparison</title>
			<link>http://www.silverstripe.org/general-questions/show/23979#post322657</link>
			<description>&lt;p&gt;Typo3 might still be popular in German-speaking countries, but elsewhere it has lost a lot of its appeal and its marketshare is in decline.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://w3techs.com/technologies/details/cm-typo3/all/all&quot; rel=&quot;nofollow&quot;&gt;http://w3techs.com/technologies/details/cm-typo3/all/all&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Haven't really used Typo3 b/c the only time I tried it, it was so buggy I couldn't get through the installation phase. Probably it's better now.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: silverstripe 3 - typo3 comparison | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23979#post322657&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23979&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 18 Jun 2013 00:11:14 +1200</pubDate>
			<dc:creator>Flo Apps</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23979#post322657</guid>
		</item>
		
		<item>
			<title>silverstripe 3 - typo3 comparison</title>
			<link>http://www.silverstripe.org/general-questions/show/23979</link>
			<description>&lt;p&gt;hello all,&lt;br /&gt;many clients ask for a typo3 website because typo3 is almost synonymous for CMS. If I suggest silverstripe to such client, he wants to know what is better about silverstripe. For sure the backend is much more clean and has better usability. But what else? what are the things that you like more in silverstripe than in typo3? &lt;br /&gt;It would be good to have at least 3 very good points to convince the client  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;br /&gt;regards,&lt;br /&gt;Florian&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: silverstripe 3 - typo3 comparison | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23979&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23979&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Mon, 17 Jun 2013 23:38:42 +1200</pubDate>
			<dc:creator>spierala</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23979</guid>
		</item>
		

	</channel>
</rss>