<?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>Re: Cannot log in the CMS</title>
			<link>http://www.silverstripe.org/installing-silverstripe/show/19189#post311771</link>
			<description>&lt;p&gt;After repeatedly banging my head against the wall, I finally got it!&lt;br /&gt;The email field is not really email, it's the username I entered during installation!&lt;br /&gt;WHY is it so confusing???&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Cannot log in the CMS &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/show/19189#post311771&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/reply/19189&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 12 Feb 2012 06:33:04 +1300</pubDate>
			<dc:creator>Ilya Kogan</dc:creator>
			<guid>http://www.silverstripe.org/installing-silverstripe/show/19189#post311771</guid>
		</item>
		
		<item>
			<title>Cannot log in the CMS</title>
			<link>http://www.silverstripe.org/installing-silverstripe/show/19189</link>
			<description>&lt;p&gt;I installed SS on Windows 7 along with all the prerequisites.&lt;br /&gt;When I go to my website's URL, I get an email and password prompt, as in the attached picture.&lt;br /&gt;What should I do there? Should I create a user? I'm pretty sure I've never entered any email address when installing SS, and even if I did, the email and password I would have used doesn't work.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Cannot log in the CMS &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/show/19189&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/reply/19189&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 12 Feb 2012 06:28:22 +1300</pubDate>
			<dc:creator>Ilya Kogan</dc:creator>
			<guid>http://www.silverstripe.org/installing-silverstripe/show/19189</guid>
		</item>
		
		<item>
			<title>Iterate through $has_many items </title>
			<link>http://www.silverstripe.org/general-questions/show/19188</link>
			<description>&lt;p&gt;Just wanted to confirm, &lt;/p&gt;&lt;p&gt;There isn't (currently?) a way to access every item of a 'normal' SS data type (image, text, etc) I've got in a $has_many in my page? Like I would with a &amp;lt;% control %&amp;gt;?&lt;/p&gt;&lt;p&gt;(I have a bunch of images I want to access but don't really feel like I should have to create a new object just to fill it with a single piece of data...)&lt;/p&gt;&lt;p&gt;I've seen this &lt;a href=&quot;http://www.silverstripe.org/archive/show/408&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/archive/show/408&lt;/a&gt; but it is quite old, might not be exactly the same as what I want and maybe something's changed!&lt;/p&gt;&lt;p&gt;Just want to find the simplest solution to what I think must be a simple problem!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Iterate through $has_many items  &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19188&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19188&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 12 Feb 2012 03:54:41 +1300</pubDate>
			<dc:creator>MartinPhone</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19188</guid>
		</item>
		
		<item>
			<title>Re: Translatable - default locale change of existing content</title>
			<link>http://www.silverstripe.org/all-other-modules/show/19176#post311768</link>
			<description>&lt;p&gt;Hi Martimiz,&lt;br /&gt;thanks a lot -  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt;  yes I was thinking of using a backup, but finally found out exactly the same procedure  (except for the final init) as you are describing below.&lt;br /&gt;The problem with the en_US was a mistyping in a Translatable::set_default_locale directive - sorry to bother you.&lt;br /&gt;Thank you very much&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Translatable - default locale change of existing content &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/19176#post311768&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/19176&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 12 Feb 2012 01:48:44 +1300</pubDate>
			<dc:creator>jend</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/19176#post311768</guid>
		</item>
		
		<item>
			<title>Re: Listing 2 DataObjectSets</title>
			<link>http://www.silverstripe.org/data-model-questions/show/19186#post311767</link>
			<description>&lt;p&gt;What you are doing should work - at least within your getRewardRedemptions function itself. Did you do a var_dump there, or a foreach echo?&lt;/p&gt;&lt;p&gt;What does your template look like? (the bit that handles getRewardRedemptions)?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Listing 2 DataObjectSets &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/show/19186#post311767&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/reply/19186&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 12 Feb 2012 01:06:12 +1300</pubDate>
			<dc:creator>martimiz</dc:creator>
			<guid>http://www.silverstripe.org/data-model-questions/show/19186#post311767</guid>
		</item>
		
		<item>
			<title>Re: Translatable - default locale change of existing content</title>
			<link>http://www.silverstripe.org/all-other-modules/show/19176#post311766</link>
			<description>&lt;p&gt;It 'pops up from somewhere'... But where does it popup? Do the Locale fields get rewritten as en_US? &lt;/p&gt;&lt;p&gt;I don't suppose you would want to revert back to a mySQL dump from before enabling Translatable?  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/sad.gif'&gt; &lt;/p&gt;&lt;p&gt;Anyway, if you want to use the original en_US site to become the default cs_CZ site I would start by doing something like this:&lt;/p&gt;&lt;p&gt;- do a database dump&lt;br /&gt;- remove all existing pages/other stuff from the extra cs_CZ translation in the cms, if you're not going to use it. &lt;br /&gt;- leave the en_GB translations as they are&lt;br /&gt;- leave the translation groups as they are&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;// Set the site locale (just in case)&lt;br /&gt;i18n::set_locale('cs_CZ');&lt;/p&gt;&lt;p&gt;// set the default language for a multilingual site&lt;br /&gt;Translatable::set_default_locale('cs_CZ');&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;- empty the Locale fields in the database (something like: update xxx set Locale = '' where Locale='en_US') for:&lt;br /&gt;SiteTree&lt;br /&gt;SiteTree_Live&lt;br /&gt;SiteTree_versions&lt;br /&gt;SiteConfig&lt;br /&gt;(And any other dataobjects you made translatable)&lt;/p&gt;&lt;p&gt;- do a /dev/build/?flush=1&lt;br /&gt;- check the Locale fields, they should now be cs_CZ.&lt;br /&gt;- check back here with the results  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;&lt;p&gt;One more thing - once you get things running, don't forget this:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;public function init() {&lt;/p&gt;&lt;p&gt;    parent::init();&lt;/p&gt;&lt;p&gt;    if($this-&amp;gt;dataRecord-&amp;gt;hasExtension('Translatable')) {&lt;br /&gt;        i18n::set_locale($this-&amp;gt;dataRecord-&amp;gt;Locale);&lt;br /&gt;    }&lt;br /&gt;    ...&lt;br /&gt;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;_&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Translatable - default locale change of existing content &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/19176#post311766&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/19176&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 12 Feb 2012 00:40:47 +1300</pubDate>
			<dc:creator>martimiz</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/19176#post311766</guid>
		</item>
		
		<item>
			<title>Re: z-index for #conent in layout.css dosen&#39;t work</title>
			<link>http://www.silverstripe.org/template-questions/show/19187#post311765</link>
			<description>&lt;p&gt;Z index only works on absolutely or relatively positioned elements. Without your markup or css, or knowing what you want to achieve, it's pretty hard to help further than that.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: z-index for #conent in layout.css dosen't work &lt;a href=&quot;http://www.silverstripe.org/template-questions/show/19187#post311765&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/template-questions/reply/19187&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 12 Feb 2012 00:18:43 +1300</pubDate>
			<dc:creator>Pigeon</dc:creator>
			<guid>http://www.silverstripe.org/template-questions/show/19187#post311765</guid>
		</item>
		
		<item>
			<title>Re: Changed mysql root password, now website won&#39;t load</title>
			<link>http://www.silverstripe.org/general-questions/show/18314#post311764</link>
			<description>&lt;p&gt;Right... but, I did say &lt;strong&gt;/mysite/_config.php&lt;/strong&gt; not /cms/_config.php  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;&lt;p&gt;In SilverStripe every module has its own _config.php, used for settings relating to that particular module. Basic modules are: sapphire (the framework) and cms (the backend) You'll probably never have to change any settings in their (core) config files&lt;/p&gt;&lt;p&gt;&lt;strong&gt;mysite&lt;/strong&gt; is the module that manage your specific website. In the mysite/_config.php file you'll find basic things like the database settings, the default language and the basic theme. Look for something like:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;global $databaseConfig;&lt;br /&gt;$databaseConfig = array(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&quot;type&quot; =&amp;gt; &quot;MySQLDatabase&quot;,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&quot;server&quot; =&amp;gt; &quot;localhost&quot;,              // or your mysql server address&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&quot;username&quot; =&amp;gt; &quot;xxxxx&quot;,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&quot;password&quot; =&amp;gt; &quot;xxxxxx&quot;,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&quot;database&quot; =&amp;gt; &quot;xxxxxx&quot;,&lt;br /&gt;);&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;If you want to get any deeper into SilverStripe, I strongly advise you to check out the tutorials &lt;a href=&quot;http://doc.silverstripe.org/sapphire/en/tutorials/&quot; rel=&quot;nofollow&quot;&gt;http://doc.silverstripe.org/sapphire/en/tutorials/&lt;/a&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Changed mysql root password, now website won't load &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/18314#post311764&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/18314&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 11 Feb 2012 23:40:43 +1300</pubDate>
			<dc:creator>martimiz</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/18314#post311764</guid>
		</item>
		
		<item>
			<title>z-index for #conent in layout.css dosen&#39;t work</title>
			<link>http://www.silverstripe.org/template-questions/show/19187</link>
			<description>&lt;p&gt;Hey Guys,&lt;/p&gt;&lt;p&gt;I'm new in silverstripe coding. It's great! But I want to set z-index for the #Content and/or #ContentContainer from layout.css of the tutorial. It dosen't work. Would be great if someone could help?! Thx a lot!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: z-index for #conent in layout.css dosen't work &lt;a href=&quot;http://www.silverstripe.org/template-questions/show/19187&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/template-questions/reply/19187&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 11 Feb 2012 23:32:57 +1300</pubDate>
			<dc:creator>Chriso</dc:creator>
			<guid>http://www.silverstripe.org/template-questions/show/19187</guid>
		</item>
		
		<item>
			<title>Listing 2 DataObjectSets</title>
			<link>http://www.silverstripe.org/data-model-questions/show/19186</link>
			<description>&lt;p&gt;Howdy,  I have created 2 DataObjects Rewards and Redemptions. I would like to display them on a single list sorted by their created field. &lt;/p&gt;&lt;p&gt;Here is the code doing the work;&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;function getRewardRedemptions() {&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;$doSet = new DataObjectSet();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;if($Rewards = DataObject::get('Rewards',&quot;MemberID={$this-&amp;gt;Member-&amp;gt;ID}&quot;)) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$doSet-&amp;gt;merge($Rewards);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;if($this-&amp;gt;Member &amp;amp;&amp;amp; $Redemptions = DataObject::get('Redemptions',&quot;MemberID={$this-&amp;gt;Member-&amp;gt;ID}&quot;)) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$doSet-&amp;gt;merge($Redemptions);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;$doSet-&amp;gt;Sort('Created');&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;return $doSet;&lt;br /&gt;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;It all works a-ok with one small hick up the list is grouping the Objects. So all the rewards and the redemptions are sitting together. What I would like to happen is the rewards and redemptions to be intertwinned. &lt;/p&gt;&lt;p&gt;I'm pretty certain there is one little tweak I need to make so it all falls into place.&lt;/p&gt;&lt;p&gt;Any help would be greatly appreciated.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Listing 2 DataObjectSets &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/show/19186&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/reply/19186&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 11 Feb 2012 19:52:10 +1300</pubDate>
			<dc:creator>eceers</dc:creator>
			<guid>http://www.silverstripe.org/data-model-questions/show/19186</guid>
		</item>
		
		<item>
			<title>Re: Spam in comments even with ReCaptcha</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/19183#post311761</link>
			<description>&lt;p&gt;I was thinking about switching to Mollom, I guess it couldn't hurt. &lt;/p&gt;&lt;p&gt;Thank you&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Spam in comments even with ReCaptcha &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/19183#post311761&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/19183&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 11 Feb 2012 13:41:50 +1300</pubDate>
			<dc:creator>socks</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/19183#post311761</guid>
		</item>
		
		<item>
			<title>Re: Spam in comments even with ReCaptcha</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/19183#post311760</link>
			<description>&lt;p&gt;We have had pretty good success trying the other methods like mollom when Recaptcha fails to do the job.&lt;/p&gt;&lt;p&gt;Goodluck&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Spam in comments even with ReCaptcha &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/19183#post311760&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/19183&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 11 Feb 2012 13:35:49 +1300</pubDate>
			<dc:creator>stripetheweb</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/19183#post311760</guid>
		</item>
		
		<item>
			<title>Re: Page to DataObject Relation to DataObject using HasOneDOM and HasManyDOM</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/19160#post311759</link>
			<description>&lt;p&gt;Any pointers on this still appreciated. ....&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Page to DataObject Relation to DataObject using HasOneDOM and HasManyDOM &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/19160#post311759&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/19160&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 11 Feb 2012 09:04:03 +1300</pubDate>
			<dc:creator>Muaddib</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/19160#post311759</guid>
		</item>
		
		<item>
			<title>Re: Changed mysql root password, now website won&#39;t load</title>
			<link>http://www.silverstripe.org/general-questions/show/18314#post311758</link>
			<description>&lt;p&gt;Thanks, martimiz, but there is nothing in that /cms/_config.php.  Perhaps it would help to know what a typical _config.php file should look like and what wording I should be looking for in it to change the password.&lt;/p&gt;&lt;p&gt;Any help is appreciated.&lt;/p&gt;&lt;p&gt;Matthew&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Changed mysql root password, now website won't load &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/18314#post311758&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/18314&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 11 Feb 2012 07:24:28 +1300</pubDate>
			<dc:creator>Signals</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/18314#post311758</guid>
		</item>
		
		<item>
			<title>Re: Translatable - default locale change of existing content</title>
			<link>http://www.silverstripe.org/all-other-modules/show/19176#post311757</link>
			<description>&lt;p&gt;Hi Martimiz,&lt;br /&gt;Exactly - I have a en_US master (with czech content in it) and two other versions (cs_CZ and en_GB) as a result of aplying translatable extensions (without changing the default from en_US -&amp;gt; cs_CZ first).&lt;br /&gt;I have tried to clean the db (modifying/deleting the locale fields and records - SiteTree, SiteConfig + translationgroups) but could not get rid of the en_US - it pops up from somewhere always.&lt;br /&gt;The desired result is a cs_CZ master with current (en_US) content and empty en_GB language version.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Translatable - default locale change of existing content &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/19176#post311757&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/19176&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 11 Feb 2012 06:37:10 +1300</pubDate>
			<dc:creator>jend</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/19176#post311757</guid>
		</item>
		
		<item>
			<title>Re: Translatable - default locale change of existing content</title>
			<link>http://www.silverstripe.org/all-other-modules/show/19176#post311756</link>
			<description>&lt;p&gt;Hi jend, welcome to the forums&lt;/p&gt;&lt;p&gt;No, I'm afraid there really is no turning back - unless someone has written a script for it..? &lt;/p&gt;&lt;p&gt;To make sure we uderstand correctly what you now have: you say you added other 2. Do you mean you now have a master en_US website and two other websiteversions en_GB and cs_CZ? &lt;/p&gt;&lt;p&gt;Or do you just have a cs_CZ master that has the wrong Locale (en_US) attached to it?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Translatable - default locale change of existing content &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/19176#post311756&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/19176&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 11 Feb 2012 06:07:42 +1300</pubDate>
			<dc:creator>martimiz</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/19176#post311756</guid>
		</item>
		
		<item>
			<title>Re: TinyMCE - Add a class to a link</title>
			<link>http://www.silverstripe.org/general-questions/show/19181#post311754</link>
			<description>&lt;p&gt;Hi Steve,&lt;/p&gt;&lt;p&gt;No, there is no pathway option like you mention. Afaik you can still select the link and drop a class from the styles dropdown. If the link-panel to the right is open, SilverStripe will automatically select the link if you touch it...&lt;/p&gt;&lt;p&gt;You're right: implemening a new version of TinyMCE would be especially tough, as SilverStripes image and link handling needs to hook into it...&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: TinyMCE - Add a class to a link &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19181#post311754&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19181&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 11 Feb 2012 05:38:01 +1300</pubDate>
			<dc:creator>martimiz</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19181#post311754</guid>
		</item>
		
		<item>
			<title>Re: Redirect and Description on FileIFrameField</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/19137#post311753</link>
			<description>&lt;p&gt;Sorry for the crosspost. I moved this issue to this thread: &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/8358?start=8#post311609&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/dataobjectmanager-module-forum/show/8358?start=8#post311609&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Thanks, Pipifix&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Redirect and Description on FileIFrameField &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/19137#post311753&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/19137&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 11 Feb 2012 02:51:20 +1300</pubDate>
			<dc:creator>Pipifix</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/19137#post311753</guid>
		</item>
		
		<item>
			<title>Re: SimpleTreeDropdownField makes Problems</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/8358?start=8#post311752</link>
			<description>&lt;p&gt;Hello.&lt;/p&gt;&lt;p&gt;I'm still searching a solution for that. So i will appreciate your help. If i change the the PageRedirect in PageRedirectID in the ImageDataObjectManager the dropdown is also not shown. Maybe someone can give me a tip or point me to the error?&lt;/p&gt;&lt;p&gt;Thanks Pipifix&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: SimpleTreeDropdownField makes Problems &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/8358?start=8#post311752&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/8358&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 11 Feb 2012 02:40:30 +1300</pubDate>
			<dc:creator>Pipifix</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/8358?start=8#post311752</guid>
		</item>
		
		<item>
			<title>Re: filtering Dataobject ::get for a CheckboxSetField</title>
			<link>http://www.silverstripe.org/general-questions/show/19173#post311751</link>
			<description>&lt;p&gt;Thanks, worked perfectly!  I need to get in the practice of looking at the tables a little more ( phpmyadmin or DBplumber).  I forgot about the classroomID column being created because of the $has_one.  I didn't realize that I had something I could filter on that easily.  Thanks again!!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: filtering Dataobject ::get for a CheckboxSetField &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19173#post311751&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19173&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 11 Feb 2012 02:35:43 +1300</pubDate>
			<dc:creator>woodb2</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19173#post311751</guid>
		</item>
		
		<item>
			<title>Truncating Text Field In CMS View of DOM</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/19184</link>
			<description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I'd like to reduce the number of characters of a text field as displayed in the CMS view of the DOM, as the rows are getting ridiculously large in proportion to the overall view!&lt;/p&gt;&lt;p&gt;I managed to implement this kind of thing for an image field:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;public function getDOMThumbnail() &lt;br /&gt;                        { &lt;br /&gt;                        return $this-&amp;gt;Image()-&amp;gt;CroppedImage(150,150); &lt;br /&gt;                        }&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;Where 'DOMThumbnail' is placed in the DOM array. But can find no similar example of how to reduce a text field, in this case its an HTMLtext field, nor have any of my attempts/experiments from reading through the api docs really helped much either in solving the problem. Seems like it should be pretty simple really?!&lt;/p&gt;&lt;p&gt;Thanks&lt;br /&gt;~ Sean&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Truncating Text Field In CMS View of DOM &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/19184&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/19184&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 11 Feb 2012 00:10:42 +1300</pubDate>
			<dc:creator>ocean</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/19184</guid>
		</item>
		
		<item>
			<title>Re: LinkOrSection failing for one page</title>
			<link>http://www.silverstripe.org/template-questions/show/19182#post311749</link>
			<description>&lt;p&gt;The page in question is a top level page, which is why it's so odd.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: LinkOrSection failing for one page &lt;a href=&quot;http://www.silverstripe.org/template-questions/show/19182#post311749&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/template-questions/reply/19182&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 10 Feb 2012 23:24:23 +1300</pubDate>
			<dc:creator>Lazarus404</dc:creator>
			<guid>http://www.silverstripe.org/template-questions/show/19182#post311749</guid>
		</item>
		
		<item>
			<title>Re: LinkOrSection failing for one page</title>
			<link>http://www.silverstripe.org/template-questions/show/19182#post311748</link>
			<description>&lt;p&gt;&lt;del&gt;The css class 'section' will be parsed only if the current page is a child of the your page.&lt;/del&gt;&lt;br /&gt;Edit: This is wrong. Section should be parsed no matter if or not the actual page is a current one. Sorry.&lt;/p&gt;&lt;p&gt;You might wanna use $LinkingMode instead. It will return link, current or section.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: LinkOrSection failing for one page &lt;a href=&quot;http://www.silverstripe.org/template-questions/show/19182#post311748&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/template-questions/reply/19182&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 10 Feb 2012 22:50:56 +1300</pubDate>
			<dc:creator>Devlin</dc:creator>
			<guid>http://www.silverstripe.org/template-questions/show/19182#post311748</guid>
		</item>
		
		<item>
			<title>Re: Publish the site as subdomain</title>
			<link>http://www.silverstripe.org/installing-silverstripe/show/19169#post311747</link>
			<description>&lt;p&gt;Heho Sam&lt;/p&gt;&lt;p&gt;Don't know where it is in cPanel but... there is a demo for cPanel... and there in i've found it under &quot;Logs&quot; -&amp;gt; &quot;Error Log&quot;&lt;/p&gt;&lt;p&gt;To deploy a site you could also run to the install process first and then upload the files like templates &amp;amp; /mysite/code ect &amp;amp; import DB-dump. This way the setup and requirements should be oky.&lt;/p&gt;&lt;p&gt;Lukas&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Publish the site as subdomain &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/show/19169#post311747&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/reply/19169&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 10 Feb 2012 22:43:23 +1300</pubDate>
			<dc:creator>lerni</dc:creator>
			<guid>http://www.silverstripe.org/installing-silverstripe/show/19169#post311747</guid>
		</item>
		
		<item>
			<title>Re: Make DOs searchable (Fulltextsearch)</title>
			<link>http://www.silverstripe.org/data-model-questions/show/19177#post311746</link>
			<description>&lt;p&gt;Hi!&lt;/p&gt;&lt;p&gt;There are some threads elsewhere, try searching a bit more, but it’s a difficult subject. I have only managed to make it work, and with some limitations, thanks to the custom_search module:&lt;br /&gt;&lt;a href=&quot;http://www.silverstripe.org/form-questions/show/18547&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/form-questions/show/18547&lt;/a&gt;&lt;/p&gt;&lt;p&gt;A promising new module has been recently published, but I haven’t used it yet:&lt;br /&gt;&lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/19083&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/all-other-modules/show/19083&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Hope it helps,&lt;br /&gt;Juan&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Make DOs searchable (Fulltextsearch) &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/show/19177#post311746&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/reply/19177&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 10 Feb 2012 21:46:42 +1300</pubDate>
			<dc:creator>Juanitou</dc:creator>
			<guid>http://www.silverstripe.org/data-model-questions/show/19177#post311746</guid>
		</item>
		
		<item>
			<title>Re: Changed mysql root password, now website won&#39;t load</title>
			<link>http://www.silverstripe.org/general-questions/show/18314#post311745</link>
			<description>&lt;p&gt;Hi signals,&lt;/p&gt;&lt;p&gt;try /mysite/_config.php , near the top of the file...&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Changed mysql root password, now website won't load &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/18314#post311745&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/18314&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 10 Feb 2012 20:44:07 +1300</pubDate>
			<dc:creator>martimiz</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/18314#post311745</guid>
		</item>
		
		<item>
			<title>Re: Changed mysql root password, now website won&#39;t load</title>
			<link>http://www.silverstripe.org/general-questions/show/18314#post311744</link>
			<description>&lt;p&gt;Sorry, I'm new to SilverStripe.  Under the html root, there is no _config.php file, but there is one under /cms/ and others.  I don't see in that file where I might change the database password.  Where / how can I change it in the SilverStripe config?&lt;/p&gt;&lt;p&gt;Please help as my site is disconnected from the database right now.&lt;/p&gt;&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Changed mysql root password, now website won't load &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/18314#post311744&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/18314&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 10 Feb 2012 17:44:32 +1300</pubDate>
			<dc:creator>Signals</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/18314#post311744</guid>
		</item>
		
		<item>
			<title>Re: Memory Limit</title>
			<link>http://www.silverstripe.org/installing-silverstripe/show/5585#post311743</link>
			<description>&lt;p&gt;Hey, guys.&lt;/p&gt;&lt;p&gt;I have exactly same problem with the memory_limit things for silverstripe.&lt;/p&gt;&lt;p&gt;This is what i have done :&lt;/p&gt;&lt;p&gt;tried added upgrade the memory_limit from 256M to 512M in _config.php (not working), &lt;/p&gt;&lt;p&gt;create the local php.ini try to overwrite the memory_limit (not working). &lt;/p&gt;&lt;p&gt;change the main.php in silverstripe (not working). still need to investigate.&lt;/p&gt;&lt;p&gt;However, Capt. Morgan's Geeky Friends solution did actually solve the problem by add another php.ini into sapphire folder.&lt;br /&gt;Seems the sapphire core still reading the server configuration instead of the root php.ini.&lt;/p&gt;&lt;p&gt;So php.ini in root AND php.ini in sapphire fixed my problem. But it more sounds like a hack than a fix :S&lt;/p&gt;&lt;p&gt;Hope it helps.&lt;/p&gt;&lt;p&gt;Regards&lt;br /&gt;alex&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Memory Limit &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/show/5585#post311743&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/reply/5585&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 10 Feb 2012 17:02:48 +1300</pubDate>
			<dc:creator>SSadmin</dc:creator>
			<guid>http://www.silverstripe.org/installing-silverstripe/show/5585#post311743</guid>
		</item>
		
		<item>
			<title>Re: Publish the site as subdomain</title>
			<link>http://www.silverstripe.org/installing-silverstripe/show/19169#post311742</link>
			<description>&lt;p&gt;Hi Lukas,&lt;/p&gt;&lt;p&gt;Thanks very much for your reply. You are right it is the .htaccess file, somehow the RewriteBase path is pointing to the wrong one. Thanks for the direction.&lt;/p&gt;&lt;p&gt;For future reference, how/where can I access the servers log? cpanel somewhere?&lt;/p&gt;&lt;p&gt;Thanks a lot for you help.&lt;/p&gt;&lt;p&gt;Cheers&lt;br /&gt;Sam&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Publish the site as subdomain &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/show/19169#post311742&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/reply/19169&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 10 Feb 2012 15:30:09 +1300</pubDate>
			<dc:creator>SamIAm</dc:creator>
			<guid>http://www.silverstripe.org/installing-silverstripe/show/19169#post311742</guid>
		</item>
		
		<item>
			<title>Spam in comments even with ReCaptcha</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/19183</link>
			<description>&lt;p&gt;We're getting 20-100 spam comments per blog post even though we have ReCaptcha enabled.  Any thoughts or solutions?&lt;/p&gt;&lt;p&gt;SS 2.4.5&lt;br /&gt;Blog 0.4.1&lt;br /&gt;Spam Protection 0.3&lt;br /&gt;ReCaptcha 0.4.0&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Spam in comments even with ReCaptcha &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/19183&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/19183&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 10 Feb 2012 14:47:16 +1300</pubDate>
			<dc:creator>socks</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/19183</guid>
		</item>
		
		<item>
			<title>Re: filtering Dataobject ::get for a CheckboxSetField</title>
			<link>http://www.silverstripe.org/general-questions/show/19173#post311740</link>
			<description>&lt;p&gt;If you set uo Student to have&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;static $has_one= array('Classroom' =&amp;gt; 'Classroom');&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;You could do something like&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;DataObject::get('Student', 'ClassroomID' = '0' or is null 'ClassroomID');&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: filtering Dataobject ::get for a CheckboxSetField &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19173#post311740&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19173&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 10 Feb 2012 13:49:36 +1300</pubDate>
			<dc:creator>martimiz</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19173#post311740</guid>
		</item>
		
		<item>
			<title>Re: What happened to all the documentation</title>
			<link>http://www.silverstripe.org/general-questions/show/19179#post311739</link>
			<description>&lt;p&gt;Lots of modules are, like SilverStripe. Itself,  now continued at github (&lt;a href=&quot;http://www.github.com&quot; rel=&quot;nofollow&quot;&gt;www.github.com&lt;/a&gt;) and have their documentation there as well. In time it'll find its way into the new docs I suppose, but for now look for the silverstripe-multiform on github and checkout the README.md: &lt;a href=&quot;https://github.com/silverstripe/silverstripe-multiform/blob/master/README.md&quot; rel=&quot;nofollow&quot;&gt;https://github.com/silverstripe/silverstripe-multiform/blob/master/README.md&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Hope this helps&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: What happened to all the documentation &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19179#post311739&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19179&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 10 Feb 2012 13:34:31 +1300</pubDate>
			<dc:creator>martimiz</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19179#post311739</guid>
		</item>
		
		<item>
			<title>Re: Cannot select page type in admin panel</title>
			<link>http://www.silverstripe.org/template-questions/show/19116#post311738</link>
			<description>&lt;p&gt;I've had this happen when I've created a new page type, run dev/build, created a page based in this new page type, then removed the php files, run dev/build to clear the database, and then uploaded new versions of the php files, and dev/build again. &lt;/p&gt;&lt;p&gt;I've solved the problem in these cases by going directly into the database, finding the page in the sitetree table, and changing the page type back to 'Page'. Reloading the CMS, and then it lets me choose the right page type again..&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Cannot select page type in admin panel &lt;a href=&quot;http://www.silverstripe.org/template-questions/show/19116#post311738&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/template-questions/reply/19116&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 10 Feb 2012 12:57:13 +1300</pubDate>
			<dc:creator>Futureweb</dc:creator>
			<guid>http://www.silverstripe.org/template-questions/show/19116#post311738</guid>
		</item>
		
		<item>
			<title>Re: Child / dependent themes - anyone know this?</title>
			<link>http://www.silverstripe.org/themes-2/show/18273#post311737</link>
			<description>&lt;p&gt;You can can use sub themes. They are not just for modules, they can be used to take a theme, and extend it for any page type. By using myTheme_page you can basically create a child theme that extends your master theme...&lt;/p&gt;&lt;p&gt;I've put some notes on this at &lt;a href=&quot;http://www.silverstriperesources.com/articles/customising-a-theme-using-sub-themes/&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstriperesources.com/articles/customising-a-theme-using-sub-themes/&lt;/a&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Child / dependent themes - anyone know this? &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/18273#post311737&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/themes-2/reply/18273&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 10 Feb 2012 12:50:23 +1300</pubDate>
			<dc:creator>Futureweb</dc:creator>
			<guid>http://www.silverstripe.org/themes-2/show/18273#post311737</guid>
		</item>
		
		<item>
			<title>LinkOrSection failing for one page</title>
			<link>http://www.silverstripe.org/template-questions/show/19182</link>
			<description>&lt;p&gt;Hi all,&lt;/p&gt;&lt;p&gt;I have a site built with six top level pages.  Each page uses a different controller to facilitate different functionality (one page is a Blog module).  In the navigation for this page, I'm using LinkOrSection to detect if the page is current so that I can highlight a nav item for that page.  The problem I'm getting, however, is that it isn't working for one of these pages.  The page is nothing special, but when directed to the page, the LinkOrSection results as link.  Is there something I should be checking or looking for in order to figure out why this isn't working?&lt;/p&gt;&lt;p&gt;Thanks,&lt;br /&gt;Lee&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: LinkOrSection failing for one page &lt;a href=&quot;http://www.silverstripe.org/template-questions/show/19182&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/template-questions/reply/19182&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 10 Feb 2012 12:10:04 +1300</pubDate>
			<dc:creator>Lazarus404</dc:creator>
			<guid>http://www.silverstripe.org/template-questions/show/19182</guid>
		</item>
		
		<item>
			<title>TinyMCE - Add a class to a link</title>
			<link>http://www.silverstripe.org/general-questions/show/19181</link>
			<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;How can I add a class on a link &amp;lt;a&amp;gt; with  TinyMCE. The old version of TinyMCE on SilverStripe seems to have only a few options... I don't see any code pathway (like in Joomla, see attached file), to select the a and add the class with the 'Styles' drop down menu.&lt;/p&gt;&lt;p&gt;If I click on Edit link, there's no box to enter a class.&lt;/p&gt;&lt;p&gt;This will be a big problem because the person who will edit the site don't know anything about HTML, so it won't be possible for him/her to add it manually...&lt;/p&gt;&lt;p&gt;The community seems to agree on that fact that TinyMCE is hard to upgrade on a 2.4 install... I guess people are waiting for SS3!&lt;/p&gt;&lt;p&gt;An answer would be very welcome ;)&lt;/p&gt;&lt;p&gt;Best regards,&lt;/p&gt;&lt;p&gt;Steve&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: TinyMCE - Add a class to a link &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19181&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19181&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 10 Feb 2012 11:14:15 +1300</pubDate>
			<dc:creator>steveforest</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19181</guid>
		</item>
		
		<item>
			<title>IIS7.5 w/ URL Rewrite - Installer confirms requirements but URL Rewrite fails during install</title>
			<link>http://www.silverstripe.org/installing-silverstripe/show/19180</link>
			<description>&lt;p&gt;Lots of posts on this but most seem to fix .htaccess issues so I felt obligated to add another&lt;/p&gt;&lt;p&gt;I'm bound to an IIS server with my client and have had the folks at Rack.io (the hosting provider) install the URL Rewrite module for IIS. The installation checks report that everything is good but during the installation progress I get the following:&lt;/p&gt;&lt;p&gt;Friendly URLs are not working. This is most likely because a rewrite module isn't configured correctly on your site. You may need to get your web host or server administrator to do this for you:&lt;br /&gt; - mod_rewrite or other rewrite module is enabled on your web server&lt;br /&gt; - AllowOverride All is set for the directory where SilverStripe is installed&lt;/p&gt;&lt;p&gt;Does &quot;AllowOverride All&quot; apply to IIS installs?&lt;/p&gt;&lt;p&gt;Can anyone suggest next steps for me to troubleshoot?&lt;/p&gt;&lt;p&gt;Thanks!&lt;br /&gt;Peter&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: IIS7.5 w/ URL Rewrite - Installer confirms requirements but URL Rewrite fails during install &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/show/19180&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/reply/19180&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 10 Feb 2012 10:38:47 +1300</pubDate>
			<dc:creator>weareorganism</dc:creator>
			<guid>http://www.silverstripe.org/installing-silverstripe/show/19180</guid>
		</item>
		
		<item>
			<title>What happened to all the documentation</title>
			<link>http://www.silverstripe.org/general-questions/show/19179</link>
			<description>&lt;p&gt;Too many times have I been directed to an old URL such as:&lt;br /&gt;&lt;a href=&quot;http://doc.silverstripe.com/doku.php?id=modules:multiform&quot; rel=&quot;nofollow&quot;&gt;http://doc.silverstripe.com/doku.php?id=modules:multiform&lt;/a&gt;&lt;/p&gt;&lt;p&gt;This says:&lt;br /&gt;IMPORTANT: The documentation project has moved to &lt;a href=&quot;http://doc.silverstripe.org/&quot; rel=&quot;nofollow&quot;&gt;http://doc.silverstripe.org&lt;/a&gt;, and is no longer a wiki (see announcement). The content on this wiki is marked as read-only, user logins will be disabled. Please use the Documentation mailinglist for discussion and details. &lt;/p&gt;&lt;p&gt;But this site: doc.silverstripe.org doesn't seem to contain any of the module documentation. I am trying to figure out how to use the multi-step module.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: What happened to all the documentation &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19179&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19179&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 10 Feb 2012 10:14:32 +1300</pubDate>
			<dc:creator>web2works</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19179</guid>
		</item>
		
		<item>
			<title>Why does not work the class Email in a WAMP server?</title>
			<link>http://www.silverstripe.org/general-questions/show/19178</link>
			<description>&lt;p&gt;Hi!&lt;/p&gt;&lt;p&gt;The mail function works perfectly on the WAMP server, but the Email class does not send the message.&lt;/p&gt;&lt;p&gt;What is happening?&lt;br /&gt;Do I have to setup something more in the Email class?&lt;/p&gt;&lt;p&gt;The same code, in a server remote works perfectly.&lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;Jose A.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;php.ini  (WAMP server)&lt;/strong&gt;&lt;br /&gt;[mail function]&lt;br /&gt;; For Win32 only.&lt;br /&gt;; &lt;a href=&quot;http://php.net/smtp&quot; rel=&quot;nofollow&quot;&gt;http://php.net/smtp&lt;/a&gt;&lt;br /&gt;SMTP = mail.dominiox.com&lt;br /&gt;; &lt;a href=&quot;http://php.net/smtp-port&quot; rel=&quot;nofollow&quot;&gt;http://php.net/smtp-port&lt;/a&gt;&lt;br /&gt;smtp_port = 25&lt;/p&gt;&lt;p&gt;&lt;strong&gt;public function sendemail($data, $form)&lt;/strong&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if(!empty($this-&amp;gt;Mailto)){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$email = $this-&amp;gt;Mailto;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;} else {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$email = EMAIL;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;p&gt;        $headers = 'MIME-Version: 1.0'. &quot;\r\n&quot;;&lt;br /&gt;        $headers .= 'Content-type: text/html; charset=iso-8859-1' . &quot;\r\n&quot;;&lt;br /&gt;        $headers .= 'From: &lt;a href=&quot;mailto:sender@sender.com&quot;&gt;sender@sender.com&lt;/a&gt;' . &quot;\r\n&quot;;&lt;br /&gt;        &lt;strong&gt;mail(&quot;info@dominiox.com&quot;,&quot;test subject&quot;,&quot;test body&quot;,$headers);&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$from = $data['Email'];&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$to = $email;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$subject = $this-&amp;gt;subject;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;strong&gt;$email = new Email($from, $to, $subject);&lt;/strong&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$email-&amp;gt;setTemplate('Email');&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$email-&amp;gt;populateTemplate($data);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$email-&amp;gt;send();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Director::redirect($this-&amp;gt;Link('sent'));&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Why does not work the class Email in a WAMP server? &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19178&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19178&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 10 Feb 2012 09:31:05 +1300</pubDate>
			<dc:creator>Josua</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19178</guid>
		</item>
		
		<item>
			<title>Re: Rewrite Htaccess</title>
			<link>http://www.silverstripe.org/hosting-requirements/show/14474#post311731</link>
			<description>&lt;p&gt;I have the same problem with JustHost. They are using Apache. Here is the content of my htaccess.txt file&lt;/p&gt;&lt;p&gt;##&lt;br /&gt;# @version&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$Id: htaccess.txt 21101 2011-04-07 15:47:33Z dextercowley $&lt;br /&gt;# @package&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Joomla&lt;br /&gt;# @copyright&amp;nbsp;&amp;nbsp;&amp;nbsp;Copyright (C) 2005 - 2011 Open Source Matters. All rights reserved.&lt;br /&gt;# @license&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;GNU General Public License version 2 or later; see LICENSE.txt&lt;br /&gt;##&lt;/p&gt;&lt;p&gt;##&lt;br /&gt;# READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE!&lt;br /&gt;#&lt;br /&gt;# The line just below this section: 'Options +FollowSymLinks' may cause problems&lt;br /&gt;# with some server configurations.  It is required for use of mod_rewrite, but may already&lt;br /&gt;# be set by your server administrator in a way that dissallows changing it in&lt;br /&gt;# your .htaccess file.  If using it causes your server to error out, comment it out (add # to&lt;br /&gt;# beginning of line), reload your site in your browser and test your sef url's.  If they work,&lt;br /&gt;# it has been set by your server administrator and you do not need it set here.&lt;br /&gt;##&lt;/p&gt;&lt;p&gt;## Can be commented out if causes errors, see notes above.&lt;br /&gt;Options +FollowSymLinks&lt;/p&gt;&lt;p&gt;## Mod_rewrite in use.&lt;/p&gt;&lt;p&gt;RewriteEngine On&lt;br /&gt;RewriteOptions Inherit&lt;/p&gt;&lt;p&gt;## Begin - Rewrite rules to block out some common exploits.&lt;br /&gt;# If you experience problems on your site block out the operations listed below&lt;br /&gt;# This attempts to block the most common type of exploit `attempts` to Joomla!&lt;br /&gt;#&lt;br /&gt;# Block out any script trying to base64_encode data within the URL.&lt;br /&gt;RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]&lt;br /&gt;# Block out any script that includes a &amp;lt;script&amp;gt; tag in URL.&lt;br /&gt;RewriteCond %{QUERY_STRING} (&amp;lt;|%3C)([^s]*s)+cript.*(&amp;gt;|%3E) [NC,OR]&lt;br /&gt;# Block out any script trying to set a PHP GLOBALS variable via URL.&lt;br /&gt;RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]&lt;br /&gt;# Block out any script trying to modify a _REQUEST variable via URL.&lt;br /&gt;RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})&lt;br /&gt;# Return 403 Forbidden header and show the content of the root homepage&lt;br /&gt;RewriteRule .* index.php [F]&lt;br /&gt;#&lt;br /&gt;## End - Rewrite rules to block out some common exploits.&lt;/p&gt;&lt;p&gt;## Begin - Custom redirects&lt;br /&gt;#&lt;br /&gt;# If you need to redirect some pages, or set a canonical non-www to&lt;br /&gt;# www redirect (or vice versa), place that code here. Ensure those&lt;br /&gt;# redirects use the correct RewriteRule syntax and the [R=301,L] flags.&lt;br /&gt;#&lt;br /&gt;## End - Custom redirects&lt;/p&gt;&lt;p&gt;##&lt;br /&gt;# Uncomment following line if your webserver's URL&lt;br /&gt;# is not directly related to physical file paths.&lt;br /&gt;# Update Your Joomla! Directory (just / for root).&lt;br /&gt;##&lt;/p&gt;&lt;p&gt;# RewriteBase /&lt;/p&gt;&lt;p&gt;## Begin - Joomla! core SEF Section.&lt;br /&gt;#&lt;br /&gt;RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]&lt;br /&gt;#&lt;br /&gt;# If the requested path and file is not /index.php and the request&lt;br /&gt;# has not already been internally rewritten to the index.php script&lt;br /&gt;RewriteCond %{REQUEST_URI} !^/index\.php&lt;br /&gt;# and the request is for something within the component folder,&lt;br /&gt;# or for the site root, or for an extensionless URL, or the&lt;br /&gt;# requested URL ends with one of the listed extensions&lt;br /&gt;RewriteCond %{REQUEST_URI} /component/|(/[^.]*|\.(php|html?|feed|pdf|vcf|raw))$ [NC]&lt;br /&gt;# and the requested path and file doesn't directly match a physical file&lt;br /&gt;RewriteCond %{REQUEST_FILENAME} !-f&lt;br /&gt;# and the requested path and file doesn't directly match a physical folder&lt;br /&gt;RewriteCond %{REQUEST_FILENAME} !-d&lt;br /&gt;# internally rewrite the request to the index.php script&lt;br /&gt;RewriteRule .* index.php [L]&lt;br /&gt;#&lt;br /&gt;## End - Joomla! core SEF Section.&lt;/p&gt;&lt;p&gt;I dont want to have an index.php, on my URL. Any help will be appreciated.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Rewrite Htaccess &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/show/14474#post311731&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/hosting-requirements/reply/14474&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 10 Feb 2012 08:58:40 +1300</pubDate>
			<dc:creator>mahir</dc:creator>
			<guid>http://www.silverstripe.org/hosting-requirements/show/14474#post311731</guid>
		</item>
		
		<item>
			<title>Make DOs searchable (Fulltextsearch)</title>
			<link>http://www.silverstripe.org/data-model-questions/show/19177</link>
			<description>&lt;p&gt;Hi everybody,&lt;/p&gt;&lt;p&gt;I got two different dataobjects (projects, staff) not related to each other. Both got titles and decriptions.  So i wanna make these titles and desc. searchable by the silverstripe buildin fulltextsearch. How to connetc the DO and the search.  Despite of searching the forum i found no solution.  Is there a tutorial or a nice snippet to get this done? &lt;/p&gt;&lt;p&gt;Thanks for help. Pipifix&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Make DOs searchable (Fulltextsearch) &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/show/19177&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/reply/19177&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 10 Feb 2012 07:59:46 +1300</pubDate>
			<dc:creator>Pipifix</dc:creator>
			<guid>http://www.silverstripe.org/data-model-questions/show/19177</guid>
		</item>
		
		<item>
			<title>Re: iPage.com error logging in after installation</title>
			<link>http://www.silverstripe.org/installing-silverstripe/show/19175#post311729</link>
			<description>&lt;p&gt;I got it fixed,&lt;br /&gt;iPage dumb support (&lt;a href=&quot;http://www.ipage.com/knowledgebase/beta/article.bml?ArticleID=1290#Nugget_1374&quot; rel=&quot;nofollow&quot;&gt;http://www.ipage.com/knowledgebase/beta/article.bml?ArticleID=1290#Nugget_1374&lt;/a&gt;)&lt;br /&gt;stats to change php.ini sessions path using &quot;sessions.save_path&quot;&lt;br /&gt;it should be &quot;session.save_path&quot;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: iPage.com error logging in after installation &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/show/19175#post311729&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/reply/19175&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 10 Feb 2012 07:49:57 +1300</pubDate>
			<dc:creator>jsaade</dc:creator>
			<guid>http://www.silverstripe.org/installing-silverstripe/show/19175#post311729</guid>
		</item>
		
		<item>
			<title>Translatable - default locale change of existing content</title>
			<link>http://www.silverstripe.org/all-other-modules/show/19176</link>
			<description>&lt;p&gt;Hi,&lt;br /&gt;I hope it is not for the 113th time someone asking this - I am experiencing some problems after applying translatable - sure I have ignored this - yes I am stupid&lt;/p&gt;&lt;p&gt;Important: If the &quot;default language&quot; of your site is not english (en_US), please ensure to set the appropriate default language for your content before building the database with Translatable enabled.&lt;/p&gt;&lt;p&gt;The existing content was en_US, I have added other 2 (cs_CZ, and en_GB) which are the ones I want on the site. I have changed the _config.php and rebuild.  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;&lt;p&gt;EDIT: Is there a way to revert to the original status quo - to rebuild the database with the correct default locale (cs_CZ instead of en_US)?&lt;br /&gt;Thank you very much&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Translatable - default locale change of existing content &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/19176&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/19176&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 10 Feb 2012 06:41:48 +1300</pubDate>
			<dc:creator>jend</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/19176</guid>
		</item>
		
		<item>
			<title>Re: Newsletter subscription error on existing user email</title>
			<link>http://www.silverstripe.org/general-questions/show/19174#post311727</link>
			<description>&lt;p&gt;Thanks Devlin.&lt;/p&gt;&lt;p&gt;The double user issue was clear. See the thread headline ;) The second things was too obviously. ^^ &lt;br /&gt;You're right. This condition is always true. My problem is i'm a php-noob. I need a lot more programming exercise to write creative and useful code. The most of the code provided here, im able to read and understand. Thats why i ask for a little coding help. &lt;/p&gt;&lt;p&gt;I found this snippet of code &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/15228?start=8#post311707&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/all-other-modules/show/15228?start=8#post311707&lt;/a&gt; and tried to adapt it. This checkt the user and sanitize the mailadress. But this piece dont write in the usergroup and the redirection is something weird. (404) I like the idea to set the NewsletterSubscriber as a 'quiet' user and redirect them to a sucess-page or a failure-page. No login should be seen.&lt;/p&gt;&lt;p&gt;Thanks again. Pipifix.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Newsletter subscription error on existing user email &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19174#post311727&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19174&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 10 Feb 2012 06:38:34 +1300</pubDate>
			<dc:creator>Pipifix</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19174#post311727</guid>
		</item>
		
		<item>
			<title>iPage.com error logging in after installation</title>
			<link>http://www.silverstripe.org/installing-silverstripe/show/19175</link>
			<description>&lt;p&gt;I have installed silverstripe on many hosts and usually it goes smoothly.&lt;br /&gt;After finishing a new website for a client, I needed to move it to iPage.com (where his hosting is located).&lt;br /&gt;Everything worked fine until silverstripe asked me to login (to delete the install.php file), and it refused to log me in whatever I use&lt;br /&gt;I tried to install it 5 times so far, and it does not log me in.&lt;br /&gt;it just refreshes and takes me back to the login page, no errors.&lt;br /&gt;I tried putting Security::setDefaultAdmin('admin','admin');&lt;br /&gt;and still the same problem, it just refreshes, no login.&lt;/p&gt;&lt;p&gt;I am trying to find anyone who has already used ipage, and might have faced problems with sessions? cookies maybe?&lt;br /&gt;I checked php.ini and everything seemed fine.&lt;/p&gt;&lt;p&gt;Any suggestions appreciated.&lt;br /&gt;Thanks.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: iPage.com error logging in after installation &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/show/19175&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/reply/19175&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 10 Feb 2012 06:02:21 +1300</pubDate>
			<dc:creator>jsaade</dc:creator>
			<guid>http://www.silverstripe.org/installing-silverstripe/show/19175</guid>
		</item>
		
		<item>
			<title>Re: Newsletter subscription error on existing user email</title>
			<link>http://www.silverstripe.org/general-questions/show/19174#post311725</link>
			<description>&lt;p&gt;&lt;em&gt;What to edit on this code to catch this error?&lt;/em&gt;&lt;/p&gt;&lt;p&gt;You will need to validate the mailadress yourself. Silverstripe will just throw the error, because double user identifier is a bad thing.&lt;/p&gt;&lt;p&gt;&lt;em&gt;Why does the Director::redirect('newsletter-registristrierungs-fehler/'); not work?&lt;/em&gt;&lt;/p&gt;&lt;p&gt;Because you check in your if clause if a group with the ID 3 exists. Which of course is always the case since you created it.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Newsletter subscription error on existing user email &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19174#post311725&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19174&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 10 Feb 2012 05:09:36 +1300</pubDate>
			<dc:creator>Devlin</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19174#post311725</guid>
		</item>
		
		<item>
			<title>Newsletter subscription error on existing user email</title>
			<link>http://www.silverstripe.org/general-questions/show/19174</link>
			<description>&lt;p&gt;Hi everybody.&lt;/p&gt;&lt;p&gt; On bugfixin our latest project we discovered a strange newsletter subscription error. On the homepage there is a form saving all subscribers as a new member in the db. if a mailadress is already saved – no matter whether teh user is an admin or in another usergroup – a exception is thrwon.&lt;/p&gt;&lt;p&gt;throw new ValidationException(new ValidationResult(false, sprintf(&lt;br /&gt;629 &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;nbsp;&amp;nbsp;&amp;nbsp;_t(&lt;br /&gt;630 &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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Member.ValidationIdentifierFailed', &lt;br /&gt;631 &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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Can\'t overwrite existing member #%d with identical identifier (%s = %s))', &lt;br /&gt;632 &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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;PR_MEDIUM,&lt;br /&gt;633 &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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'The values in brackets show a fieldname mapped to a value, usually denoting an existing email address'&lt;br /&gt;634 &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;nbsp;&amp;nbsp;&amp;nbsp;), &lt;/p&gt;&lt;p&gt;The code on Homepage.php &lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;// Make sure you set this to the right group.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;// See &lt;a href=&quot;http://doc.silverstripe.com/doku.php?do=show&amp;amp;id=recipes%3Aforms&quot; rel=&quot;nofollow&quot;&gt;http://doc.silverstripe.com/doku.php?do=show&amp;amp;id=recipes%3Aforms&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;private $defaultGroupID = 3;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;/**&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;* This function lets you put a form on your page, using $Form.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;*/&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; function NewsletterForm() {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return new Form($this, &quot;NewsletterForm&quot;, new FieldSet(&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// List your fields here&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;new TextField(&quot;Surname&quot;, &quot;Name&quot;),&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;new EmailField(&quot;Email&quot;, &quot;E-Mail&quot;)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;), new FieldSet(&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// List the action buttons here&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;new FormAction(&quot;SignupAction&quot;, &quot;Eintragen&quot;)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;), new RequiredFields(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Email',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Surname'&amp;nbsp;&amp;nbsp;&amp;nbsp; &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;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;/**&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;* This function is called when the user submits the form.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;*/&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;function SignupAction($data, $form) {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// Create a new Member object and load the form data into it&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$member = new Member();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$form-&amp;gt;saveInto($member);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// Write it to the database.  This needs to happen before we add it to a group&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$member-&amp;gt;write();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// Add the member to group. (Check if it exists first)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if($group = DataObject::get_one('Group', &quot;ID = $this-&amp;gt;defaultGroupID&quot;)) { &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$member-&amp;gt;Groups()-&amp;gt;add($group);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// Redirect to a page thanking people for registering&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Director::redirect('newsletter-erfolgreich-eingetragen/');&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}else{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// Redirect to a failure page&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Director::redirect('newsletter-registristrierungs-fehler/');&lt;/p&gt;&lt;p&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;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;$defaultGroupID = 3 is the newsletter user group created in the security section of the cms.&lt;br /&gt;Why does the Director::redirect('newsletter-registristrierungs-fehler/'); not work? &lt;br /&gt;What to edit on this code to catch this error?&lt;/p&gt;&lt;p&gt;Thanks. Pipifix&lt;/p&gt;&lt;p&gt;Silverstripe 2.46&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Newsletter subscription error on existing user email &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19174&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19174&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 10 Feb 2012 04:31:12 +1300</pubDate>
			<dc:creator>Pipifix</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19174</guid>
		</item>
		
		<item>
			<title>filtering Dataobject ::get for a CheckboxSetField</title>
			<link>http://www.silverstripe.org/general-questions/show/19173</link>
			<description>&lt;p&gt;I currently have 2 Dataobjects, &quot;Classroom&quot; and &quot;Students&quot;.  In Classroom, I currently have a working CheckboxsetField that lets me add students to it by getting the names of the students from the Students Dataobject:&lt;/p&gt;&lt;p&gt;      $studentlist = DataObject::get(&quot;Students&quot;);&lt;br /&gt;      $mapstudents = $studentlist ? $mapstudents = $studentlist-&amp;gt;toDropdownMap('ID','Title') : array();&lt;br /&gt;      $fields-&amp;gt;addFieldToTab('Root.Main', new CheckboxsetField('App','Apps', $mapstudents)); &lt;/p&gt;&lt;p&gt;Since I have a 1:n relation established, each student can only be in 1 classroom (which is what I want).  The problem is the CheckboxsetField always shows every student.  If I create a new classroom record and select a student that was already in another class, that student is moved to the new record and remove from the previous class.&lt;/p&gt;&lt;p&gt;What I want to happen is the Checkboxset to only show students that haven't been assigned to a classroom.&lt;/p&gt;&lt;p&gt;Any help would be appreciated,&lt;br /&gt;Brian&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: filtering Dataobject ::get for a CheckboxSetField &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19173&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19173&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 10 Feb 2012 03:43:48 +1300</pubDate>
			<dc:creator>woodb2</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19173</guid>
		</item>
		
		<item>
			<title>Re: Newsletter Module</title>
			<link>http://www.silverstripe.org/all-other-modules/show/15228?start=8#post311722</link>
			<description>&lt;p&gt;Sry i didn't get it :/&lt;/p&gt;&lt;p&gt;The group id has to fit to the id of one group i created in the Security section?&lt;br /&gt;I created a group there called &quot;newsletter subscriber&quot; it's the third group =&amp;gt; ID 3? (Doesn't Work)&lt;/p&gt;&lt;p&gt;If someone wants to subscribe, do he need an account?!&lt;br /&gt;Ahhh What should i do  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/grin.gif'&gt;  Help !  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/grin.gif'&gt; &lt;br /&gt;Sry i'm not so good at this&lt;/p&gt;&lt;p&gt;With &lt;br /&gt;&amp;lt;% control getPageByClass(Sidebar) %&amp;gt; &lt;br /&gt;i'm controlling everything on the Sidebar Page. Doesn't matter on which site you are.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Newsletter Module &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/15228?start=8#post311722&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/15228&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 10 Feb 2012 02:26:17 +1300</pubDate>
			<dc:creator>benni91</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/15228?start=8#post311722</guid>
		</item>
		
		<item>
			<title>Re: Uploadify problem when I want get images that are already uploaded.</title>
			<link>http://www.silverstripe.org/all-other-modules/show/19166#post311721</link>
			<description>&lt;p&gt;No Problem,&lt;/p&gt;&lt;p&gt;i had a similar problem which drove me crazy  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/grin.gif'&gt; &lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Uploadify problem when I want get images that are already uploaded. &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/19166#post311721&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/19166&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 10 Feb 2012 02:16:20 +1300</pubDate>
			<dc:creator>benni91</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/19166#post311721</guid>
		</item>
		

	</channel>
</rss>
