<?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: Changed mysql root password, now website won&#39;t load</title>
			<link>http://www.silverstripe.org/general-questions/show/18314#post311772</link>
			<description>&lt;p&gt;Martimiz,&lt;/p&gt;&lt;p&gt;Thanks for your patience on this one.  That is very helpful.  &lt;/p&gt;&lt;p&gt;I don't have time to log in now but I will check.  I don't believe I saw a directory called /mysite as that would have been obvious to me from what I'd been reading.  That's why I figured /mysite was a placeholder for whatever the site name or directory name was.  I will look again this weekend and let you know.&lt;/p&gt;&lt;p&gt;Kindly,&lt;br /&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#post311772&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>Sun, 12 Feb 2012 10:48:15 +1300</pubDate>
			<dc:creator>Signals</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/18314#post311772</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: 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>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: 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: 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>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: 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>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>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: 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>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: SilverStripe v3.0 &amp; Node.js</title>
			<link>http://www.silverstripe.org/general-questions/show/16218#post311709</link>
			<description>&lt;p&gt;I really don't see Node outdoing PHP at any time.  Both are very different beasts.  Node has its advantages and PHP has theirs.  For instance, take a look at CouchApps.  Man, those things are awesome, simple, infinitely scaleable and super easy to deploy.  One could suggest that CouchApps will outdo Node.  However, I doubt that, too  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt;   In reality, All three are viable options for many projects, but its just as viable to use all three in one app.&lt;/p&gt;&lt;p&gt;I do a shed load of Node.JS development, and it's fun stuff.  Node is great for Cloud dev, handling huge numbers of connections and interacting with databases.  However, I wouldn't like to use it for heavy file access.  In fact, file access can be a big bottleneck for Node.  PHP on the other hand is great for file access.  Building CMS's in PHP is far simpler and more useful than doing so in Node.JS... Just direct me to a single CMS platform for Node!  I'd struggle to find any that were any good.  This isn't really because Node hasn't been around that long (even two years is long enough to build a simple CMS), but because a CMS in Node would be an altogether different beast.&lt;/p&gt;&lt;p&gt;My opinion?  Use Node alongside PHP.  Use Silverstripe to handle the CMS, while Node handles the connections.  This is perfectly feasible and very flexible.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: SilverStripe v3.0 &amp; Node.js &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/16218#post311709&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/16218&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 09 Feb 2012 18:40:42 +1300</pubDate>
			<dc:creator>Lazarus404</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/16218#post311709</guid>
		</item>
		
		<item>
			<title>Re: Global functions callable from templates?</title>
			<link>http://www.silverstripe.org/general-questions/show/19136#post311704</link>
			<description>&lt;p&gt;Thanks for the advice. SiteConfig looks like a cleaner option. I've currently setup an interface in Page that forwards the call to my own utility class. It's a small site so I only have a small collection of unrelated functions.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Global functions callable from templates? &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19136#post311704&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19136&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 09 Feb 2012 12:22:10 +1300</pubDate>
			<dc:creator>jizzman</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19136#post311704</guid>
		</item>
		
		<item>
			<title>Re: ss3 GridField</title>
			<link>http://www.silverstripe.org/general-questions/show/19085#post311700</link>
			<description>&lt;p&gt;Just an update. I still haven't figured how to add the simple, but very important 'add new' button, but I have got the the data grid field working better, with edit, and remove buttons.&lt;/p&gt;&lt;p&gt;You can see my code here &lt;a href=&quot;http://www.silverstriperesources.com/articles/using-the-silverstripe-3-gridfield&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstriperesources.com/articles/using-the-silverstripe-3-gridfield&lt;/a&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: ss3 GridField &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19085#post311700&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19085&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 09 Feb 2012 09:24:11 +1300</pubDate>
			<dc:creator>Futureweb</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19085#post311700</guid>
		</item>
		
		<item>
			<title>EN GB Spell-checker option?</title>
			<link>http://www.silverstripe.org/general-questions/show/19164</link>
			<description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I'm trying out SilverStripe CMS and I'm struggling with one issue. When I installed SS on WAMP, I selected English (United Kingdom), so I was surprised to see that the spell checker defaulted to US English. I was even more surprised to see that it was the only option of the drop down list in the page editor.&lt;/p&gt;&lt;p&gt;Having searched google and this forum, I found a hack to edit the config file so that UK English is the option in the drop down but this is all accademic anyway as the spell-checker seems to crash when I click on the link in both Chrome and Firefox.&lt;/p&gt;&lt;p&gt;I notice that this forums edit box has a decent spell-checker and that it's even UK English (if you register as EN UK). So why can't Silver-stripe spell-checker work as well as the Silver Stripe forum edit box?&lt;/p&gt;&lt;p&gt;This is a major bummer for me because being able to spell check your work is half of the benefit of using a CMS, IMHO. Hey ho.&lt;/p&gt;&lt;p&gt;Any thoughts or suggestions on how to fix this? Welcome....&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: EN GB Spell-checker option? &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19164&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19164&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 09 Feb 2012 06:03:36 +1300</pubDate>
			<dc:creator>Spaghetti</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19164</guid>
		</item>
		
		<item>
			<title>Re: Global functions callable from templates?</title>
			<link>http://www.silverstripe.org/general-questions/show/19136#post311684</link>
			<description>&lt;p&gt;Once you get inside a &amp;lt;% control %&amp;gt; you're in scope of the model record you're looping over. Not the controller class. If you put the function in class Page then it will be accessible everywhere you use page. You can also put global functions on your SiteConfig class then use $SiteConfig.Function anywhere.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Global functions callable from templates? &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19136#post311684&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19136&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 08 Feb 2012 21:29:33 +1300</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19136#post311684</guid>
		</item>
		
		<item>
			<title>Re: Multi-line plain text field</title>
			<link>http://www.silverstripe.org/general-questions/show/19157#post311659</link>
			<description>&lt;p&gt;Awesome, thanks! This wasn't in the tutorial so didn't know it existed. Brilliant!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Multi-line plain text field &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19157#post311659&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19157&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 08 Feb 2012 03:35:31 +1300</pubDate>
			<dc:creator>onion</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19157#post311659</guid>
		</item>
		
		<item>
			<title>Re: Multi-line plain text field</title>
			<link>http://www.silverstripe.org/general-questions/show/19157#post311658</link>
			<description>&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;new TextareaField(); // plain simple textarea field&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Multi-line plain text field &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19157#post311658&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19157&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 08 Feb 2012 03:00:39 +1300</pubDate>
			<dc:creator>Devlin</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19157#post311658</guid>
		</item>
		
		<item>
			<title>Caching not working (Facebook widget example)</title>
			<link>http://www.silverstripe.org/general-questions/show/19158</link>
			<description>&lt;p&gt;Hello all!&lt;/p&gt;&lt;p&gt;I am making an example of the book SilverStripe 2.4 Module Extension, ...&lt;br /&gt;The example is a Facebook widget.&lt;br /&gt;When I show the web page with the plugin, it take a long time to show.&lt;br /&gt;Then, I applied the cache in the template, as the book says, but I do not notice any improvement.&lt;br /&gt;Also, if I run with XDebug, every time the page is displayed, the function plugin (Feeds) is executed.&lt;br /&gt;Apparently, no cache is being done, otherwise the function plugin (Feeds) not be executed.&lt;br /&gt;What can be happening?&lt;/p&gt;&lt;p&gt;I am using WAMPServer in Windows 7 / Firefox / http://127.0.0.1&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;Jose A.&lt;/p&gt;&lt;p&gt;---------------------------------------&lt;br /&gt;&lt;strong&gt;Page.ss&lt;/strong&gt;&lt;br /&gt;---------------------------------------&lt;br /&gt;&amp;lt;% cached 'page', LastEdited, CacheSegment %&amp;gt;&lt;/p&gt;&lt;p&gt;    &amp;lt;!doctype html&amp;gt;&lt;br /&gt;    &amp;lt;html lang=&quot;$ContentLocale&quot;&amp;gt;&lt;/p&gt;&lt;p&gt;    &amp;lt;head&amp;gt;&lt;br /&gt;        &amp;lt;meta charset=&quot;utf-8&quot;/&amp;gt;&lt;br /&gt;        &amp;lt;% base_tag %&amp;gt;&lt;br /&gt;        &amp;lt;title&amp;gt;&amp;lt;% if MetaTitle %&amp;gt;$MetaTitle&amp;lt;% else %&amp;gt;$Title&amp;lt;% end_if %&amp;gt;&amp;lt;/title&amp;gt;&lt;br /&gt;        $MetaTags(false)&lt;br /&gt;        &amp;lt;link rel=&quot;shortcut icon&quot; href=&quot;favicon.ico&quot;/&amp;gt;&lt;br /&gt;        &amp;lt;!--[if lt IE 9]&amp;gt;&lt;br /&gt;            &amp;lt;script src=&quot;http://html5shim.googlecode.com/svn/trunk/html5.js&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;        &amp;lt;![endif]--&amp;gt;&lt;br /&gt;    &amp;lt;/head&amp;gt;&lt;/p&gt;&lt;p&gt;    &amp;lt;body&amp;gt;&lt;/p&gt;&lt;p&gt;        $Layout&lt;/p&gt;&lt;p&gt;        &amp;lt;noscript&amp;gt;&lt;br /&gt;            &amp;lt;br/&amp;gt;&amp;amp;nbsp;&amp;lt;br/&amp;gt;&amp;amp;nbsp;&amp;lt;br/&amp;gt;&amp;amp;nbsp;&amp;lt;br/&amp;gt;&amp;amp;nbsp;&amp;lt;br/&amp;gt;&amp;amp;nbsp;&amp;lt;br/&amp;gt;&amp;amp;nbsp;&lt;br /&gt;            &amp;lt;div&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Please activate JavaScript.&amp;lt;/b&amp;gt;&amp;lt;br/&amp;gt;Otherwise you won't be able to use all available functions properly...&amp;lt;/p&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;        &amp;lt;/noscript&amp;gt;&lt;br /&gt;    &amp;lt;/body&amp;gt;&lt;br /&gt;    &amp;lt;/html&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;% end_cached %&amp;gt;&lt;/p&gt;&lt;p&gt;------------------------------------------------&lt;br /&gt;&lt;strong&gt;Page.php&lt;/strong&gt;&lt;br /&gt;------------------------------------------------&lt;br /&gt;    protected function CacheSegment() {&lt;br /&gt;        return $_SERVER[&quot;REQUEST_URI&quot;];&lt;br /&gt;    }&lt;/p&gt;&lt;p&gt;------------------------------------------------&lt;br /&gt;&lt;strong&gt;_config.php&lt;/strong&gt;&lt;br /&gt;------------------------------------------------&lt;br /&gt;SS_Cache::set_cache_lifetime('any', 3600, 100);&lt;/p&gt;&lt;p&gt;------------------------------------------------&lt;br /&gt;&lt;strong&gt;FacebookFeedWidget.php&lt;/strong&gt;&lt;br /&gt;------------------------------------------------&lt;br /&gt;class FacebookFeedWidget extends Widget {&lt;br /&gt;        ......&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;public function Feeds(){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/**&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * URL for fetchning the information, convert the returned JSON into an array.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * It is required to use an access_token which in turn mandates https.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; */&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if(!defined('FACEBOOK_ACCESS_TOKEN')){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;user_error('Missing Facebook access token - please get one and add it to your mysite/_config.php: define(&quot;FACEBOOK_ACCESS_TOKEN&quot;, &quot;&amp;amp;lt;your token&amp;amp;gt;&quot;);', E_USER_WARNING);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$url = 'https://graph.facebook.com/' . $this-&amp;gt;Identifier . '/feed?limit=' . ($this-&amp;gt;Limit + 5) . '&amp;amp;access_token=' . FACEBOOK_ACCESS_TOKEN;&lt;br /&gt;        $context = stream_context_create(array('http' =&amp;gt; array('header'=&amp;gt;'Connection: close')));&lt;/p&gt;&lt;p&gt;        $facebook = json_decode(file_get_contents($url,false,$context), true);&lt;br /&gt;        ........ Another code&lt;br /&gt;   }&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Caching not working (Facebook widget example) &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19158&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19158&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 08 Feb 2012 02:54:59 +1300</pubDate>
			<dc:creator>Josua</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19158</guid>
		</item>
		
		<item>
			<title>Multi-line plain text field</title>
			<link>http://www.silverstripe.org/general-questions/show/19157</link>
			<description>&lt;p&gt;Hi, I want my pages to be as easy as possible to edit in the CMS, and so I've stripped out many of the formatting options in the HTML Editor Field eg:&lt;/p&gt;&lt;p&gt;HtmlEditorConfig::get('cms')-&amp;gt;disablePlugins('table', 'contextmenu');&lt;br /&gt;HtmlEditorConfig::get('cms')-&amp;gt;setButtonsForLine(1, 'bold','italic','underline','separator',&amp;nbsp;&amp;nbsp;&amp;nbsp;'formatselect','separator', 'sslink','unlink', pastetext', 'pasteword', 'separator','bullist','numlist','hr','charmap' );&lt;br /&gt;HtmlEditorConfig::get('cms')-&amp;gt;setButtonsForLine(2);&lt;br /&gt;HtmlEditorConfig::get('cms')-&amp;gt;setButtonsForLine(3);&lt;/p&gt;&lt;p&gt;But in some cases I want to restrict this even more and just want a multi-line plain text field, with absolutely no chance of any formatting added. TextField is fine, but I want my editor to be able to add linebreaks. Is this possible?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Multi-line plain text field &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19157&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19157&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 07 Feb 2012 23:52:14 +1300</pubDate>
			<dc:creator>onion</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19157</guid>
		</item>
		
		<item>
			<title>iOS 5.0.1 Caused jQuery Menu to stop working</title>
			<link>http://www.silverstripe.org/general-questions/show/19155</link>
			<description>&lt;p&gt;I know this isn't the BEST place to post this but the developers here have helped me several times in the past and I have a new problem. Apple has released iOS 5.0.1 for iPads and iPhones. With this update, my CSS/jQuery menu has stopped working. It's a very basic cascading menu. When you &quot;hover&quot; on the iPhone, it does open the sub-menu but only the first item is active. All of the other items are listed but cannot be clicked on.&lt;/p&gt;&lt;p&gt;Any ideas?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: iOS 5.0.1 Caused jQuery Menu to stop working &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19155&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19155&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 07 Feb 2012 11:16:59 +1300</pubDate>
			<dc:creator>TDNP</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19155</guid>
		</item>
		
		<item>
			<title>Re: adding simple Facebook &quot;like&quot; button</title>
			<link>http://www.silverstripe.org/general-questions/show/19154#post311645</link>
			<description>&lt;p&gt;Yes - here is the code:&lt;br /&gt;As per the instructions from Facebook, first added the following:&lt;/p&gt;&lt;p&gt;&amp;lt;div id=&quot;fb-root&quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;script&amp;gt;(function(d, s, id) {&lt;br /&gt;  var js, fjs = d.getElementsByTagName(s)[0];&lt;br /&gt;  if (d.getElementById(id)) return;&lt;br /&gt;  js = d.createElement(s); js.id = id;&lt;br /&gt;  js.src = &quot;//connect.facebook.net/en_US/all.js#xfbml=1&quot;;&lt;br /&gt;  fjs.parentNode.insertBefore(js, fjs);&lt;br /&gt;}(document, 'script', 'facebook-jssdk'));&amp;lt;/script&amp;gt;&lt;/p&gt;&lt;p&gt;then the rest:&lt;/p&gt;&lt;p&gt;&amp;lt;div class=&quot;fb-like&quot; data-href=&quot;http://www.solaceinternational.org&quot; data-send=&quot;true&quot; data-width=&quot;450&quot; data-show-faces=&quot;true&quot; data-action=&quot;recommend&quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;/p&gt;&lt;p&gt;thanks for any help!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: adding simple Facebook &quot;like&quot; button &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19154#post311645&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19154&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 07 Feb 2012 04:21:34 +1300</pubDate>
			<dc:creator>scottsaz</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19154#post311645</guid>
		</item>
		
		<item>
			<title>Re: adding simple Facebook &quot;like&quot; button</title>
			<link>http://www.silverstripe.org/general-questions/show/19154#post311640</link>
			<description>&lt;p&gt;Would you be able to put up a sample of the code you tried to embed in the page?? This would help in diagnosing the issue.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: adding simple Facebook &quot;like&quot; button &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19154#post311640&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19154&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 06 Feb 2012 19:40:20 +1300</pubDate>
			<dc:creator>sol1</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19154#post311640</guid>
		</item>
		
		<item>
			<title>Re: OAuth and SilverStripe</title>
			<link>http://www.silverstripe.org/general-questions/show/12166#post311639</link>
			<description>&lt;p&gt;Hey,&lt;/p&gt;&lt;p&gt;Maybe this is what you guys are looking for?&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.silverstripe.org/twitter-authentication-module/&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/twitter-authentication-module/&lt;/a&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: OAuth and SilverStripe &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/12166#post311639&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/12166&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 06 Feb 2012 19:39:09 +1300</pubDate>
			<dc:creator>sol1</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/12166#post311639</guid>
		</item>
		
		<item>
			<title>adding simple Facebook &quot;like&quot; button</title>
			<link>http://www.silverstripe.org/general-questions/show/19154</link>
			<description>&lt;p&gt;Hey there - newbie here and brand new to SS. I've already figured out how to add Paypal button functionality into my page templates, but I'm stuck on adding a simple Facebook &quot;Like&quot; button. I've gotten the code from Facebook and coded the page template file (Page.ss), but the button isn't showing up.&lt;/p&gt;&lt;p&gt;What am I doing wrong?&lt;/p&gt;&lt;p&gt;Thanks!!&lt;/p&gt;&lt;p&gt;Edit: using SS 2.3.4&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: adding simple Facebook &quot;like&quot; button &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19154&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19154&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 06 Feb 2012 12:54:28 +1300</pubDate>
			<dc:creator>scottsaz</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19154</guid>
		</item>
		
		<item>
			<title>Thoughts required on Admin management of modules</title>
			<link>http://www.silverstripe.org/general-questions/show/19148</link>
			<description>&lt;p&gt;Hi guys, quick question for you to see what the general concensus of opinion is on page management within a module at CMS.&lt;/p&gt;&lt;p&gt;Im using an example of a module that will have several page types, think of something on the lines of a classifieds / property listings site where various page types are needed such as HomePage listings, CategoryPage, SingleListingPage and so on.&lt;/p&gt;&lt;p&gt;Is it better to have any options that are set by admin done on a page per page basis, ie when Admin creates a page otions specific to that page are chosen&lt;/p&gt;&lt;p&gt;or (not really looked into how possible this other option would be, if it is at all possible)&lt;/p&gt;&lt;p&gt;Would it be better to have all options managed directly via one page added into CMS (on module install) that can include all options for the module where Admin can flow through them all pretty quickly and they are already set to go when page types are created.. &lt;/p&gt;&lt;p&gt;If this is possible is there a module / tutorial that anyone can recommend that i can actualy take a look at to see how it would be implented. There is this &lt;a href=&quot;http://doc.silverstripe.com/doku.php?id=private:tutorial:creating-a-module&quot; rel=&quot;nofollow&quot;&gt;http://doc.silverstripe.com/doku.php?id=private:tutorial:creating-a-module&lt;/a&gt; but it goes nowhere.&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Thoughts required on Admin management of modules &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19148&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19148&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 06 Feb 2012 00:19:40 +1300</pubDate>
			<dc:creator>Mrfixer</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19148</guid>
		</item>
		
		<item>
			<title>Re: Class not found when run through Cron job</title>
			<link>http://www.silverstripe.org/general-questions/show/19145#post311628</link>
			<description>&lt;p&gt;Resolved.  In case anybody else is interested, I realised that there is a separate manifest for main (ie web access) and cli-script, which is what the cron job was using.  You can check the different builds of the manifest in the silverstripe-cache folder, which confirmed to me that my cli-script version was a few days old.  To force a refresh just add &quot;flush=all&quot; to the end of your command.&lt;/p&gt;&lt;p&gt;&quot;sapphire/cli-script.php /RegularEmailTask flush=all&quot;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Class not found when run through Cron job &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19145#post311628&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19145&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 05 Feb 2012 23:38:15 +1300</pubDate>
			<dc:creator>jayslippy</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19145#post311628</guid>
		</item>
		
		<item>
			<title>Re: Operations on variables</title>
			<link>http://www.silverstripe.org/general-questions/show/14671?start=8#post311627</link>
			<description>&lt;p&gt;Thanks, that worked!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Operations on variables &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/14671?start=8#post311627&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/14671&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 05 Feb 2012 18:55:10 +1300</pubDate>
			<dc:creator>badjedi</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/14671?start=8#post311627</guid>
		</item>
		
		<item>
			<title>Re: Saving all pages at once?</title>
			<link>http://www.silverstripe.org/general-questions/show/19143#post311626</link>
			<description>&lt;p&gt;&lt;a href=&quot;http://yoursite.com/admin/publishall&quot; rel=&quot;nofollow&quot;&gt;http://yoursite.com/admin/publishall&lt;/a&gt;&lt;/p&gt;&lt;p&gt;- - -&lt;/p&gt;&lt;p&gt;Yup, it worked. &lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Saving all pages at once? &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19143#post311626&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19143&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 05 Feb 2012 16:03:19 +1300</pubDate>
			<dc:creator>wilsonStaff</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19143#post311626</guid>
		</item>
		
		<item>
			<title>Re: New Working DropDownMenu</title>
			<link>http://www.silverstripe.org/general-questions/show/17866#post311625</link>
			<description>&lt;p&gt;Hi, &lt;br /&gt;the sub menu will show when you hover on the parent page . Give it a test &amp;amp; create yp to 5 levels of subpages &amp;amp; it shiuld work ;)&lt;br /&gt;Let me know if you need further help.&lt;br /&gt;If this is for a live website, pass on a link &amp;amp; i can have a look ;)&lt;/p&gt;&lt;p&gt;Good luck&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: New Working DropDownMenu &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/17866#post311625&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/17866&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 05 Feb 2012 12:30:05 +1300</pubDate>
			<dc:creator>DesignerX.com.au</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/17866#post311625</guid>
		</item>
		
		<item>
			<title>Re: Saving all pages at once?</title>
			<link>http://www.silverstripe.org/general-questions/show/19143#post311622</link>
			<description>&lt;p&gt;&lt;a href=&quot;http://yoursite.com/admin/publishall&quot; rel=&quot;nofollow&quot;&gt;http://yoursite.com/admin/publishall&lt;/a&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Saving all pages at once? &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19143#post311622&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19143&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 05 Feb 2012 09:15:14 +1300</pubDate>
			<dc:creator>simon_w</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19143#post311622</guid>
		</item>
		
		<item>
			<title>Re: Saving all pages at once?</title>
			<link>http://www.silverstripe.org/general-questions/show/19143#post311621</link>
			<description>&lt;p&gt;Hi, that would make sense if:&lt;/p&gt;&lt;p&gt;- its working (where to put that code bit?)&lt;/p&gt;&lt;p&gt;- it was something i wanted to happen in a repetitive manner&lt;/p&gt;&lt;p&gt;WHICH IS NOT.&lt;/p&gt;&lt;p&gt;I mean, all i what to do is &quot;shock&quot; the entire system ONCE (and saves old pages ONCE) as new pages are rendering correctly.&lt;/p&gt;&lt;p&gt;- - -&lt;/p&gt;&lt;p&gt;Sure i could use a function ONCE, do the job and delete it after. Again, where to wrtei your code? &lt;/p&gt;&lt;p&gt;Page.php?&lt;br /&gt;MemberPage.php? (the pages i want to get saved again)&lt;/p&gt;&lt;p&gt;But i was thinking more on the /dev/build side. There must be  a routine that does that.&lt;/p&gt;&lt;p&gt;Keep the solutions coming!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Saving all pages at once? &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19143#post311621&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19143&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 05 Feb 2012 07:04:25 +1300</pubDate>
			<dc:creator>wilsonStaff</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19143#post311621</guid>
		</item>
		
		<item>
			<title>Re: Class not found when run through Cron job</title>
			<link>http://www.silverstripe.org/general-questions/show/19145#post311620</link>
			<description>&lt;p&gt;Thanks for the reply, I still don't quite know where to go with this though!  Is there a way for me to debug the manifest builder and output the data somehow to see why some of my classes aren't being built?  Does anybody know any reason why my extension class might be ignored sometimes and not others?  I've run the /deb/build so it's not that.&lt;/p&gt;&lt;p&gt;I have now output the manifest file contents through the e-mail and the website, the relevant sections are copied below.  What are the possible explanations for the manifest builder ignoring the FormFieldExtension.php file and the class it contains when run through a cron job, when it works fine through the browser?&lt;/p&gt;&lt;p&gt;via e-mail/cron job/command line:&lt;/p&gt;&lt;p&gt;'regularemailtask' =&amp;gt; '/nfs/c09/h02/mnt/129055/domains/mro-247.com/html/mysite/tasks/RegularEmailTask.php', &lt;br /&gt;'editprofilepage' =&amp;gt; '/nfs/c09/h02/mnt/129055/domains/mro-247.com/html/registration/code/EditProfilePage.php', &lt;br /&gt;'editprofilepage_controller' =&amp;gt; '/nfs/c09/h02/mnt/129055/domains/mro-247.com/html/registration/code/EditProfilePage.php', &lt;br /&gt;'memberdecorator' =&amp;gt; '/nfs/c09/h02/mnt/129055/domains/mro-247.com/html/registration/code/MemberDecorator.php', &lt;br /&gt;'registrationpage' =&amp;gt; '/nfs/c09/h02/mnt/129055/domains/mro-247.com/html/registration/code/RegistrationPage.php', &lt;br /&gt;'registrationpage_controller' =&amp;gt; '/nfs/c09/h02/mnt/129055/domains/mro-247.com/html/registration/code/RegistrationPage.php', &lt;br /&gt;'verificationextension' =&amp;gt; '/nfs/c09/h02/mnt/129055/domains/mro-247.com/html/registration/code/VerificationExtension.php', &lt;br /&gt;'dataformatter' =&amp;gt; '/nfs/c09/h02/mnt/129055/domains/mro-247.com/html/sapphire/api/DataFormatter.php',&lt;/p&gt;&lt;p&gt;via website:&lt;/p&gt;&lt;p&gt;'regularemailtask' =&amp;gt; '/nfs/c09/h02/mnt/129055/domains/mro-247.com/html/mysite/tasks/RegularEmailTask.php',&lt;br /&gt;'editprofilepage' =&amp;gt; '/nfs/c09/h02/mnt/129055/domains/mro-247.com/html/registration/code/EditProfilePage.php', &lt;br /&gt;'editprofilepage_controller' =&amp;gt; '/nfs/c09/h02/mnt/129055/domains/mro-247.com/html/registration/code/EditProfilePage.php', &lt;br /&gt;'formfieldextension' =&amp;gt; '/nfs/c09/h02/mnt/129055/domains/mro-247.com/html/registration/code/FormFieldExtension.php', &lt;br /&gt;'memberdecorator' =&amp;gt; '/nfs/c09/h02/mnt/129055/domains/mro-247.com/html/registration/code/MemberDecorator.php', &lt;br /&gt;'registrationpage' =&amp;gt; '/nfs/c09/h02/mnt/129055/domains/mro-247.com/html/registration/code/RegistrationPage.php', &lt;br /&gt;'registrationpage_controller' =&amp;gt; '/nfs/c09/h02/mnt/129055/domains/mro-247.com/html/registration/code/RegistrationPage.php', &lt;br /&gt;'verificationextension' =&amp;gt; '/nfs/c09/h02/mnt/129055/domains/mro-247.com/html/registration/code/VerificationExtension.php', &lt;br /&gt;'dataformatter' =&amp;gt; '/nfs/c09/h02/mnt/129055/domains/mro-247.com/html/sapphire/api/DataFormatter.php',&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Class not found when run through Cron job &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19145#post311620&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19145&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 05 Feb 2012 06:34:28 +1300</pubDate>
			<dc:creator>jayslippy</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19145#post311620</guid>
		</item>
		
		<item>
			<title>Re: Saving all pages at once?</title>
			<link>http://www.silverstripe.org/general-questions/show/19143#post311619</link>
			<description>&lt;p&gt;How about (this untested) code?&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;$pages = DataObject::get('Page');&lt;br /&gt;if ($pages) foreach ($pages as $page) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;$page-&amp;gt;writeToStage('Stage');&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;$page-&amp;gt;publish(&quot;Stage&quot;, &quot;Live&quot;);&lt;br /&gt;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Saving all pages at once? &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19143#post311619&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19143&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 05 Feb 2012 06:09:36 +1300</pubDate>
			<dc:creator>swaiba</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19143#post311619</guid>
		</item>
		
		<item>
			<title>Re: Class not found when run through Cron job</title>
			<link>http://www.silverstripe.org/general-questions/show/19145#post311618</link>
			<description>&lt;p&gt;&lt;em&gt;Is there any difference in the way the code is built when run through command line compared to being accessed through a browser?&lt;/em&gt;&lt;/p&gt;&lt;p&gt;Depends on how you are running it through through command line.  Silverstripe uses URL rewriting and send all php requests to sapphire/main.php with the url as a parameter.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Class not found when run through Cron job &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19145#post311618&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19145&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 05 Feb 2012 06:06:46 +1300</pubDate>
			<dc:creator>swaiba</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19145#post311618</guid>
		</item>
		
		<item>
			<title>Class not found when run through Cron job</title>
			<link>http://www.silverstripe.org/general-questions/show/19145</link>
			<description>&lt;p&gt;I'm trying to set up regular tasks for my website using the Cron job feature from my web provider.  The problem I have is that I have an extension class (code copied below) which works perfectly when browsing the website, but produces a class not found error when code is run by the cron job command line.  I've spent a long time doing basic checks, and I have another extension class in the same folder which is added in the same config file and has no problems.  I used the class_exists function to output to an e-mail through the cron job and to one of my web pages, and confirmed that it returns true to the web, but false to my e-mail!&lt;/p&gt;&lt;p&gt;Is there any difference in the way the code is built when run through command line compared to being accessed through a browser?  Any reason why the code for this particular class would be ignored by my cron job even through the website finds it, builds it and uses the function it contains?  Any suggestions on further tests I could run?&lt;/p&gt;&lt;p&gt;In the code below the two php files are in the same folder.  When I remove the first add_extension everything works fine, so it is building the VerificationExtension class fine, but FormFieldExtension causes the fatal error.&lt;/p&gt;&lt;p&gt;In config.php&lt;/p&gt;&lt;p&gt;Object::add_extension('FormField', 'FormFieldExtension');&lt;br /&gt;Object::add_extension('Page_Controller', 'VerificationExtension');&lt;/p&gt;&lt;p&gt;In FormFieldExtension.php&lt;/p&gt;&lt;p&gt;&amp;lt;?php&lt;/p&gt;&lt;p&gt;class FormFieldExtension extends Extension {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;public function hasNoLabelClass() {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if($self = $this-&amp;gt;owner) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if($self-&amp;gt;hasClass(&quot;nolabel&quot;)) {&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;return true;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return false;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;}&lt;/p&gt;&lt;p&gt;In VerificationExtension.php&lt;/p&gt;&lt;p&gt;&amp;lt;?php&lt;/p&gt;&lt;p&gt;class VerificationExtension extends Extension {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;public function Verified() {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if($member = Member::CurrentMember()){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if($member-&amp;gt;RegistrationStatus &amp;gt; 1) {&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;return true;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return false;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Class not found when run through Cron job &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19145&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19145&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 05 Feb 2012 04:56:22 +1300</pubDate>
			<dc:creator>jayslippy</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19145</guid>
		</item>
		
		<item>
			<title>Re: Removing Breadcrumbs.</title>
			<link>http://www.silverstripe.org/general-questions/show/14189#post311616</link>
			<description>&lt;p&gt;I can't remove Breadcrumbs in the Paddygreen theme. No $Breadcrumbs found. Any suggestion ?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Removing Breadcrumbs. &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/14189#post311616&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/14189&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 04 Feb 2012 19:28:23 +1300</pubDate>
			<dc:creator>sergieboy</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/14189#post311616</guid>
		</item>
		
		<item>
			<title>Re: Global functions callable from templates?</title>
			<link>http://www.silverstripe.org/general-questions/show/19136#post311615</link>
			<description>&lt;p&gt;Yes, that does work. I discovered my problem was trying to call it within a &amp;lt;% control %&amp;gt; block. SS stays quiet on that one ...&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Global functions callable from templates? &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19136#post311615&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19136&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 04 Feb 2012 18:39:39 +1300</pubDate>
			<dc:creator>jizzman</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19136#post311615</guid>
		</item>
		
		<item>
			<title>Control only last (any choice of #) pages created?</title>
			<link>http://www.silverstripe.org/general-questions/show/19144</link>
			<description>&lt;p&gt;HI guys, &lt;/p&gt;&lt;p&gt;- i have a sub-pages systems that CMS-users add members (using a custom MembrePage class) to a lettered-class ordering, from A to Z.&lt;/p&gt;&lt;p&gt;- those section A to Z are childs of a main page, name MemberAll.&lt;/p&gt;&lt;p&gt;- so if client add a member whose companie's name begin with a &quot;B&quot;, the page is added into the B sub-section.&lt;/p&gt;&lt;p&gt;- i have a page (NewMembrePage) that MUST display the latest entries within the MembreAll page (so within A - Z sections&lt;/p&gt;&lt;p&gt;Presently, end-users add the new entries manually, so both into the B-section AND into NewmembrePage&lt;/p&gt;&lt;p&gt;QUESTION: how can i have the NewMemberPage reflects the new entries, be they from D, H or any lettered-section?&lt;/p&gt;&lt;p&gt;Ive read about $Created.Nice that returns the date of creation.&lt;/p&gt;&lt;p&gt;In my head, the code would be like:&lt;/p&gt;&lt;p&gt;//*** IN NEWMEMBREPAGE  ***//&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;% control Page (MembreAll) %&amp;gt; /* look into MembreAll page */&lt;br /&gt;     &amp;lt;% control Children %&amp;gt; /* look into all lettered sections from A - Z pages */&lt;br /&gt;           $Created. Last(5) /* pick the last 5 created */&lt;br /&gt;      &amp;lt;% end_control %&amp;gt; &lt;br /&gt;&amp;lt;% end_control %&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;if i wanted to show last 5 entries.&lt;/p&gt;&lt;p&gt;Know its not that, but thats what id like to do.&lt;/p&gt;&lt;p&gt;Any clue?&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Control only last (any choice of #) pages created? &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19144&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19144&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 04 Feb 2012 15:58:35 +1300</pubDate>
			<dc:creator>wilsonStaff</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19144</guid>
		</item>
		
		<item>
			<title>Saving all pages at once?</title>
			<link>http://www.silverstripe.org/general-questions/show/19143</link>
			<description>&lt;p&gt;Hi guys, i have over 400s pages of the same type. Some created BEFORE i added a script to the Page class, and some created AFTER i added the script.&lt;/p&gt;&lt;p&gt;- The pages created AFTER correctly returns the data while the pages created BEFORE arent.&lt;/p&gt;&lt;p&gt;- Ive noticed while searching for the problem that if i load in the CMS and nothing more that SAVE&amp;amp;PUBLISH the old pages, they update themselves and correctly shows correct the data.&lt;/p&gt;&lt;p&gt;- so id have to manually OPEN and SAVE&amp;amp;PUBLISH over 400s pages.&lt;/p&gt;&lt;p&gt;QUESTION: is there a way to &quot;shock&quot; the DB and save/update/publish all pages at once?&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Saving all pages at once? &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19143&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19143&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 04 Feb 2012 15:47:25 +1300</pubDate>
			<dc:creator>wilsonStaff</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19143</guid>
		</item>
		
		<item>
			<title>Re: Is index.php used for something?</title>
			<link>http://www.silverstripe.org/general-questions/show/19140#post311608</link>
			<description>&lt;p&gt;Ahhhhhh ....   Ok.&lt;br /&gt;Then I'll delete it.&lt;/p&gt;&lt;p&gt;Thank you very much for your time.&lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;Jose A.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Is index.php used for something? &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19140#post311608&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19140&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 04 Feb 2012 04:23:46 +1300</pubDate>
			<dc:creator>Josua</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19140#post311608</guid>
		</item>
		
		<item>
			<title>Re: New Working DropDownMenu</title>
			<link>http://www.silverstripe.org/general-questions/show/17866#post311607</link>
			<description>&lt;p&gt;Hello there&lt;/p&gt;&lt;p&gt;It seems great. I installed it to see if it is working &lt;/p&gt;&lt;p&gt;The thing is that the menu are diplayed the way you show in your screens but it is always fully open.&lt;/p&gt;&lt;p&gt;I guess that in that when it fully works you have to click or rolloover to see submenus ?&lt;/p&gt;&lt;p&gt;I think I did things like you said .&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: New Working DropDownMenu &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/17866#post311607&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/17866&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 04 Feb 2012 03:44:28 +1300</pubDate>
			<dc:creator>Possibles</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/17866#post311607</guid>
		</item>
		
		<item>
			<title>Re: Best way to determine if an object has been &#39;decorated&#39;?</title>
			<link>http://www.silverstripe.org/general-questions/show/19050#post311605</link>
			<description>&lt;p&gt;@martimiz - Thank you for your reply.  Sounds like exactly what I'm looking for.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Best way to determine if an object has been 'decorated'? &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19050#post311605&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19050&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 04 Feb 2012 02:53:35 +1300</pubDate>
			<dc:creator>vwd</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19050#post311605</guid>
		</item>
		
		<item>
			<title>Re: Is index.php used for something?</title>
			<link>http://www.silverstripe.org/general-questions/show/19140#post311603</link>
			<description>&lt;p&gt;doesn't sound like a problem then - if you have mod_rewrite on (which is seems like you do) then you have no need for index.php&lt;br /&gt;I delete it after installation on mysites&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Is index.php used for something? &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/19140#post311603&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/19140&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 04 Feb 2012 02:47:08 +1300</pubDate>
			<dc:creator>swaiba</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/19140#post311603</guid>
		</item>
		

	</channel>
</rss>
