<?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>Page::get() just returns an dataList Object without data</title>
			<link>http://www.silverstripe.org/data-model-questions/show/23837</link>
			<description>&lt;p&gt;I am new to Silverstripe and have to edit some basics. But there is one problem I've got with the framework.&lt;br /&gt;Inside the Page_Controller I added a pubic function search() where I want to retrieve all pages with a specific keyword in its title.&lt;br /&gt;Anyway. I cannot get even a single page with this: &lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;public function siteSearch() {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;//$q = Convert::raw2sql($_POST['q']);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$results = Page::get()-&amp;gt;filter(array('ID' =&amp;gt; '6'));&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;echo '&amp;lt;pre&amp;gt;';&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;print_r( $results );&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;echo '&amp;lt;/pre&amp;gt;';&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;die();&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;All I get is an &quot;empty&quot; DataList Object. Not the data itself. What I thought is Page::get() will return &lt;em&gt;all&lt;/em&gt; pages, but it doesn't. I get this instead;&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;DataList Object&lt;br /&gt;(&lt;br /&gt;    [dataClass:protected] =&amp;gt; Page&lt;br /&gt;    [dataQuery:protected] =&amp;gt; DataQuery Object&lt;br /&gt;        (&lt;br /&gt;            [dataClass:protected] =&amp;gt; Page&lt;br /&gt;            [query:protected] =&amp;gt; SQLQuery Object&lt;br /&gt;                (&lt;br /&gt;                    [select:protected] =&amp;gt; Array&lt;br /&gt;                        (&lt;br /&gt;                        )&lt;/p&gt;&lt;p&gt;                    [from:protected] =&amp;gt; Array&lt;br /&gt;                        (&lt;br /&gt;                            [SiteTree] =&amp;gt; &quot;SiteTree&quot;&lt;br /&gt;                        )&lt;/p&gt;&lt;p&gt;                    [where:protected] =&amp;gt; Array&lt;br /&gt;                        (&lt;br /&gt;                        )&lt;/p&gt;&lt;p&gt;                    [orderby:protected] =&amp;gt; Array&lt;br /&gt;                        (&lt;br /&gt;                            [&quot;Sort&quot;] =&amp;gt; ASC&lt;br /&gt;                        )&lt;/p&gt;&lt;p&gt;                    [groupby:protected] =&amp;gt; Array&lt;br /&gt;                        (&lt;br /&gt;                        )&lt;/p&gt;&lt;p&gt;                    [having:protected] =&amp;gt; Array&lt;br /&gt;                        (&lt;br /&gt;                        )&lt;/p&gt;&lt;p&gt;                    [limit:protected] =&amp;gt; Array&lt;br /&gt;                        (&lt;br /&gt;                        )&lt;/p&gt;&lt;p&gt;                    [distinct:protected] =&amp;gt; 1&lt;br /&gt;                    [delete:protected] =&amp;gt; &lt;br /&gt;                    [connective:protected] =&amp;gt; AND&lt;br /&gt;                    [replacementsOld:protected] =&amp;gt; Array&lt;br /&gt;                        (&lt;br /&gt;                        )&lt;/p&gt;&lt;p&gt;                    [replacementsNew:protected] =&amp;gt; Array&lt;br /&gt;                        (&lt;br /&gt;                        )&lt;/p&gt;&lt;p&gt;                )&lt;/p&gt;&lt;p&gt;            [collidingFields:protected] =&amp;gt; Array&lt;br /&gt;                (&lt;br /&gt;                )&lt;/p&gt;&lt;p&gt;            [queriedColumns:DataQuery:private] =&amp;gt; &lt;br /&gt;            [queryFinalised:DataQuery:private] =&amp;gt; &lt;br /&gt;            [querySubclasses:protected] =&amp;gt; 1&lt;br /&gt;            [filterByClassName:protected] =&amp;gt; 1&lt;br /&gt;            [queryParams:DataQuery:private] =&amp;gt; Array&lt;br /&gt;                (&lt;br /&gt;                    [Versioned.mode] =&amp;gt; stage&lt;br /&gt;                    [Versioned.stage] =&amp;gt; Live&lt;br /&gt;                )&lt;/p&gt;&lt;p&gt;        )&lt;/p&gt;&lt;p&gt;    [model:protected] =&amp;gt; DataModel Object&lt;br /&gt;        (&lt;br /&gt;            [customDataLists:protected] =&amp;gt; Array&lt;br /&gt;                (&lt;br /&gt;                )&lt;/p&gt;&lt;p&gt;        )&lt;/p&gt;&lt;p&gt;    [inAlterDataQueryCall:protected] =&amp;gt; &lt;br /&gt;    [failover:protected] =&amp;gt; &lt;br /&gt;    [customisedObject:protected] =&amp;gt; &lt;br /&gt;    [objCache:ViewableData:private] =&amp;gt; Array&lt;br /&gt;        (&lt;br /&gt;        )&lt;/p&gt;&lt;p&gt;    [class] =&amp;gt; DataList&lt;br /&gt;    [_config_forclass:Object:private] =&amp;gt; &lt;br /&gt;    [extension_instances:protected] =&amp;gt; Array&lt;br /&gt;        (&lt;br /&gt;        )&lt;/p&gt;&lt;p&gt;)&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;Hope you get where my problem is :-D Many thanks all!&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Page::get() just returns an dataList Object without data | &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/show/23837&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/reply/23837&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 25 May 2013 05:27:41 +1200</pubDate>
			<dc:creator>CoodY</dc:creator>
			<guid>http://www.silverstripe.org/data-model-questions/show/23837</guid>
		</item>
		
		<item>
			<title>Multiform module - DateField using &#39;now&#39; - SS3</title>
			<link>http://www.silverstripe.org/all-other-modules/show/23836</link>
			<description>&lt;p&gt;Hi there,&lt;/p&gt;&lt;p&gt;Some time ago I used the multiform module for a client on SS2.4.7 I have just upgraded to SS3 and reworked the code for my multiform to comply. Works great except for I can't seem to figure out how to populate my datefield with todays date. I'm using the populateDefaults method.&lt;/p&gt;&lt;p&gt;Here is my new code:&lt;/p&gt;&lt;p&gt;CallEvent.php&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;class CallEvent extends DataObject{&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;static $db = array(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'CallerFirstName' =&amp;gt; 'Text',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'CallerSurname' =&amp;gt; 'Text',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'CallerRelationship' =&amp;gt; 'Text',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'CallerPhone' =&amp;gt; 'Text',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'CallerExt' =&amp;gt; 'Text',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'CallerEmail' =&amp;gt; 'Text',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'DateOfCall' =&amp;gt; 'SS_Datetime',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'TimeOfCall' =&amp;gt; 'Time',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'TotalNumberOfCalls' =&amp;gt; 'Text',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'CallerStatusOther' =&amp;gt; 'Text',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'PaperCopy' =&amp;gt; 'Text',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'DetailsOfEnquiry' =&amp;gt; 'HTMLText',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'ContactIn' =&amp;gt; 'Text',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'ContactOut' =&amp;gt; 'Text',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'TotalWebSearches' =&amp;gt; 'Text',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'HubContact' =&amp;gt; 'Text',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;        public function populateDefaults(){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;parent::populateDefaults();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$this-&amp;gt;DateOfCall = date('Y-m-d H:i:s', strtotime('now'));&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;...&lt;/p&gt;&lt;p&gt;$dateofcall = new DateField(&quot;DateOfCall&quot;, &quot;Date of first call&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;$dateofcall-&amp;gt;setConfig('showcalendar', true);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;$dateofcall-&amp;gt;setConfig('dateformat', 'dd/MM/YYYY');&lt;/p&gt;&lt;p&gt;public function getFrontendFields($params = null){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;$fields = $this-&amp;gt;scaffoldFormFields(array(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'restrictFields' =&amp;gt; array(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'CallerFirstName',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'CallerSurname',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'CallerRelationship',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'CallerPhone',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'CallerExt',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'CallerEmail',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'DateOfCall',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'TimeOfCall',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'TotalNumberOfCalls',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'CallerStatusOther',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'PaperCopy',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'DetailsOfEnquiry',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'ContactIn',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'ContactOut',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'TotalWebSearches',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'HubContact',&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;'fieldClasses' =&amp;gt; array(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'CallerFirstName' =&amp;gt; 'TextField',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'CallerSurname' =&amp;gt; 'TextField',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'CallerRelationship' =&amp;gt; 'TextField',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'CallerPhone' =&amp;gt; 'TextField',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'CallerExt' =&amp;gt; 'TextField',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'CallerEmail' =&amp;gt; 'EmailField',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'DateOfCall' =&amp;gt; 'DateField',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'TimeOfCall' =&amp;gt; 'TimeField',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'TotalNumberOfCalls' =&amp;gt; 'NumericField',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'CallerStatusOther' =&amp;gt; 'TextField',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'PaperCopy' =&amp;gt; 'CheckboxField',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'DetailsOfEnquiry' =&amp;gt; 'HtmlEditorField',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'ContactIn' =&amp;gt; 'NumericField',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'ContactOut' =&amp;gt; 'NumericField',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'TotalWebSearches' =&amp;gt; 'NumericField',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'HubContact' =&amp;gt; 'TextField',&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;);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;$fields-&amp;gt;push( new TextField(&quot;CallerFirstName&quot;, &quot;Callers first name&quot;));&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;$fields-&amp;gt;push( new TextField(&quot;CallerSurname&quot;, &quot;Callers surname&quot;));&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;$fields-&amp;gt;push( new TextField(&quot;CallerRelationship&quot;, &quot;Callers relationship to person&quot;));&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;$fields-&amp;gt;push( new TextField(&quot;CallerPhone&quot;, &quot;Callers phone number&quot;));&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;$fields-&amp;gt;push( new TextField(&quot;CallerExt&quot;, &quot;Callers extension number&quot;));&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;$fields-&amp;gt;push( new EmailField(&quot;CallerEmail&quot;, &quot;Callers email address&quot;));&lt;br /&gt;        $fields-&amp;gt;push( $dateofcall );&lt;br /&gt;...&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;From all the documentation and tutorials I have researched this looks as though it should work. Any help here is greatly appreciated. Thanks&lt;/p&gt;&lt;p&gt;Regards&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Multiform module - DateField using &amp;#39;now&amp;#39; - SS3 | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/23836&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/23836&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 25 May 2013 04:24:09 +1200</pubDate>
			<dc:creator>Harley</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/23836</guid>
		</item>
		
		<item>
			<title>Re: silverstripe/sapphire is a private repos ?</title>
			<link>http://www.silverstripe.org/installing-silverstripe/show/23834#post322221</link>
			<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;The repo isn't private, but it was recently renamed from 'sapphire' to 'silverstripe-framework', perhaps that is what's causing your issue? Try running:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;composer self-update&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;and then try again. If that doesn't work, then try:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;composer create-project silverstripe/installer htdocs 3.1.*@dev&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: silverstripe/sapphire is a private repos ? | &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/show/23834#post322221&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/reply/23834&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 25 May 2013 03:16:52 +1200</pubDate>
			<dc:creator>kinglozzer</dc:creator>
			<guid>http://www.silverstripe.org/installing-silverstripe/show/23834#post322221</guid>
		</item>
		
		<item>
			<title>Hide certain files in asset folder from google search</title>
			<link>http://www.silverstripe.org/general-questions/show/23835</link>
			<description>&lt;p&gt;Hi there,&lt;/p&gt;&lt;p&gt;I have a SS site which has members only pages. Everything worked fine until I put some pdf links (eg www.mysite/assets/Uploads/members/books/myfirstbook.pdf) on one of the members' pages (eg &lt;a href=&quot;http://www.mysite.com/members/&quot; rel=&quot;nofollow&quot;&gt;www.mysite.com/members/&lt;/a&gt;), then google search can actually pick those pdf files up and everyone can view those pdf files without being a member through google.&lt;/p&gt;&lt;p&gt;How can I block non members to view those pdf files? I tried robot.txt and &quot;secure files&quot; module, and I hope I am on the right track.&lt;/p&gt;&lt;p&gt;I am using &quot;KickAssets&quot; to upload my files to the asset folder, so my question is how can I combine both &quot;KickAssets“ and ”securefiles&quot; module together?&lt;/p&gt;&lt;p&gt;Any help would be appreciated  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Hide certain files in asset folder from google search | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23835&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23835&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 25 May 2013 02:43:43 +1200</pubDate>
			<dc:creator>grumpypanda</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23835</guid>
		</item>
		
		<item>
			<title>Re: SPAM on these forums - what are the options?</title>
			<link>http://www.silverstripe.org/general-questions/show/23827#post322219</link>
			<description>&lt;p&gt;&lt;em&gt;the core devs probably thought the thread didn't really belong in the anouncement section&lt;/em&gt;&lt;/p&gt;&lt;p&gt;That I descended to use batman fight phrases like &quot;kapow&quot; and &quot;zap&quot; might not have helped!&lt;/p&gt;&lt;p&gt;My view is that jpalsu becomes a mod (I'll not take your &quot;no&quot; as an answer) - along with reviewing/inviting new moderators - it appears that most of the modoratartors rarely visit the site and contribute - but I'm sure willr/ingo could confirm say if a moderator has purged any spam in the last 6 months (or even posted).  I've not been that active on the forum - but I visit to check for spam often.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: SPAM on these forums - what are the options? | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23827#post322219&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23827&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 25 May 2013 00:45:53 +1200</pubDate>
			<dc:creator>swaiba</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23827#post322219</guid>
		</item>
		
		<item>
			<title>silverstripe/sapphire is a private repos ?</title>
			<link>http://www.silverstripe.org/installing-silverstripe/show/23834</link>
			<description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I'm trying to install SilverStripe with composer but it fails:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;composer create-project silverstripe/installer htdocs 3.1.0-beta3&lt;br /&gt;Installing silverstripe/installer (3.1.0-beta3)&lt;br /&gt;  - Installing silverstripe/installer (3.1.0-beta3)&lt;br /&gt;    Downloading: 100%         &lt;/p&gt;&lt;p&gt;Created project in htdocs&lt;br /&gt;Loading composer repositories with package information&lt;br /&gt;Installing dependencies from lock file&lt;br /&gt;Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. Run update to update them.&lt;br /&gt;  - Installing composer/installers (dev-master d6d0914)&lt;br /&gt;    Cloning d6d091410adecb7385733809a9d9237ed642c81c&lt;/p&gt;&lt;p&gt;  - Installing silverstripe/framework (3.1.0-beta3)&lt;br /&gt;    Downloading: connection...&lt;br /&gt;Could not fetch &lt;a href=&quot;https://api.github.com/repos/silverstripe/sapphire/zipball/3.1.0-beta3&quot; rel=&quot;nofollow&quot;&gt;https://api.github.com/repos/silverstripe/sapphire/zipball/3.1.0-beta3&lt;/a&gt;, enter your GitHub credentials to access private repos&lt;br /&gt;The credentials will be swapped for an OAuth token stored in /home/am/.composer/config.json, your password will not be stored&lt;br /&gt;To revoke access to this token you can visit &lt;a href=&quot;https://github.com/settings/applications&quot; rel=&quot;nofollow&quot;&gt;https://github.com/settings/applications&lt;/a&gt;&lt;br /&gt;Username: &lt;br /&gt;Password:&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;(same problem with 3.0.5)&lt;/p&gt;&lt;p&gt;could you make silverstripe/sapphire public on github ?&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: silverstripe/sapphire is a private repos ? | &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/show/23834&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/reply/23834&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 25 May 2013 00:10:53 +1200</pubDate>
			<dc:creator>am</dc:creator>
			<guid>http://www.silverstripe.org/installing-silverstripe/show/23834</guid>
		</item>
		
		<item>
			<title>Re: SPAM on these forums - what are the options?</title>
			<link>http://www.silverstripe.org/general-questions/show/23827#post322216</link>
			<description>&lt;p&gt;Hi Simon,&lt;/p&gt;&lt;p&gt;you said&lt;br /&gt;&quot;Moderation of new users, while mostly stopping spam from showing up, &lt;br /&gt;is frustrating for non-spam users &lt;br /&gt;(they have to wait even longer for help) &lt;br /&gt;and is a much larger burden on moderators&quot;&lt;/p&gt;&lt;p&gt;You are right.&lt;/p&gt;&lt;p&gt;My suggestion was a bad idea, I agree.&lt;/p&gt;&lt;p&gt;Other suggestions &lt;br /&gt;(perhaps as far-fetched than the last, but &quot;de la discussion jaillit la lumière&quot; (Charles Monnard))&lt;/p&gt;&lt;p&gt;It would have some involved users (besides the moderators) in this anti spam approach that can put those suspicious messages in quarantine. Then the moderators can check the quarantine area and confirm or cancel the deletion.&lt;/p&gt;&lt;p&gt;Is it possible?&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: SPAM on these forums - what are the options? | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23827#post322216&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23827&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 24 May 2013 22:54:31 +1200</pubDate>
			<dc:creator>jpalsu+</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23827#post322216</guid>
		</item>
		
		<item>
			<title>Re: SPAM on these forums - what are the options?</title>
			<link>http://www.silverstripe.org/general-questions/show/23827#post322215</link>
			<description>&lt;p&gt;If your browser provides links to the RSS feed a page supplies, it’ll be in there. Otherwise, &lt;a href=&quot;http://www.silverstripe.org/forums/rss&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/forums/rss&lt;/a&gt;.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: SPAM on these forums - what are the options? | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23827#post322215&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23827&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 24 May 2013 22:10:14 +1200</pubDate>
			<dc:creator>simon_w</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23827#post322215</guid>
		</item>
		
		<item>
			<title>Migration</title>
			<link>http://www.silverstripe.org/migrating-a-site-to-silverstripe/show/23831</link>
			<description>&lt;p&gt;I have a website that runs silverstripe cms, on one host currently. But now i want to transfer the domain and the website to another host. How do i transfer the website including the cms to the new host? Alternatively how do i download the website files from the cms? Because if i have to download the .php files from the server directly, they will be converted to .html automatically by the server..&lt;/p&gt;&lt;p&gt;Let me know soon.&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Migration | &lt;a href=&quot;http://www.silverstripe.org/migrating-a-site-to-silverstripe/show/23831&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/migrating-a-site-to-silverstripe/reply/23831&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 24 May 2013 21:39:59 +1200</pubDate>
			<dc:creator>conrad</dc:creator>
			<guid>http://www.silverstripe.org/migrating-a-site-to-silverstripe/show/23831</guid>
		</item>
		
		<item>
			<title>Re: SPAM on these forums - what are the options?</title>
			<link>http://www.silverstripe.org/general-questions/show/23827#post322213</link>
			<description>&lt;p&gt;I also am not in favor of moderation of new users, and I can see that that rss feed could be a big help - if only I could find it. It's probably somewhere right in front of me  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/sad.gif'&gt;   Can someone please lift that veil?&lt;/p&gt;&lt;p&gt;About most of the spam in that thread being reported 'overnight'? That might be because most of it was reported (and often removed) by someone living in Europe  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;&lt;p&gt;Martine&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: SPAM on these forums - what are the options? | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23827#post322213&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23827&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 24 May 2013 20:41:15 +1200</pubDate>
			<dc:creator>martimiz</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23827#post322213</guid>
		</item>
		
		<item>
			<title>Re: CSS class not populating in textarea wrapper div</title>
			<link>http://www.silverstripe.org/general-questions/show/23814#post322212</link>
			<description>&lt;p&gt;See &lt;a href=&quot;http://doc.silverstripe.org/framework/en/topics/forms#custom-form-templates&quot; rel=&quot;nofollow&quot;&gt;http://doc.silverstripe.org/framework/en/topics/forms#custom-form-templates&lt;/a&gt; for information on custom form templates (if your form make use them). You can turn on template debugging to see where that div is coming from&lt;/p&gt;&lt;p&gt;// mysite/_config.php&lt;br /&gt;SSViewer::set_source_file_comments(true);&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: CSS class not populating in textarea wrapper div | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23814#post322212&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23814&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 24 May 2013 17:57:52 +1200</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23814#post322212</guid>
		</item>
		
		<item>
			<title>Re: SPAM on these forums - what are the options?</title>
			<link>http://www.silverstripe.org/general-questions/show/23827#post322208</link>
			<description>&lt;p&gt;Personally, I don't see much use for notification. There's no reason why a moderator can't be one of the first people to see a new post. There's a RSS feed of all the posts on the forum, which is a low update feed so is fine to subscribe to. Moderators should probably be subscribed to it.&lt;/p&gt;&lt;p&gt;This means I can check it for spam when I have the time instead of getting a &quot;YOU MUST CHECK THIS NOW&quot; type email. It also means I don't get inundated with emails I can do nothing about when I'm away from a computer or asleep.&lt;/p&gt;&lt;p&gt;Moderation of new users, while mostly stopping spam from showing up, is frustrating for non-spam users (they have to wait even longer for help) and is a much larger burden on moderators (it's a lot easier to page through the RSS feed than clicking yes/no in some interface I have to actually specifically open).&lt;/p&gt;&lt;p&gt;From what I could tell, most of the spam being reported was coming in overnight. Perhaps we need more Europe/Asia-based moderators to give a better spread of times that someone is watching the posts?&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: SPAM on these forums - what are the options? | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23827#post322208&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23827&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 24 May 2013 08:50:42 +1200</pubDate>
			<dc:creator>simon_w</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23827#post322208</guid>
		</item>
		
		<item>
			<title>MemberCsvBulkLoader duplicateChecks</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/23828</link>
			<description>&lt;p&gt;The MemberCsvBulkLoader responsible for exporting Members in the Security tab has this field &lt;/p&gt;&lt;p&gt;public $duplicateChecks = array('Email' =&amp;gt; 'Email);&lt;/p&gt;&lt;p&gt;Shouldn't this field be changed to a static field so that it can be set in the _config.php file as well?&lt;/p&gt;&lt;p&gt;Currently we can use &lt;br /&gt;Member::set_unique_identifier_field('MyNonEmailIdentifier');&lt;br /&gt;to set the desired ID field for our Member dataobject, would be nice if MemberCsvBulkLoader maps its duplicateChecks field to the static $unique_identifier_field in Member.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: MemberCsvBulkLoader duplicateChecks | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/23828&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/23828&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 24 May 2013 07:42:04 +1200</pubDate>
			<dc:creator>cwchong</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/23828</guid>
		</item>
		
		<item>
			<title>Re: Pages not saving</title>
			<link>http://www.silverstripe.org/general-questions/show/22241#post322206</link>
			<description>&lt;p&gt;no any errors in logs. just clean page. &lt;br /&gt;see here:&lt;br /&gt;1.jpg - its main page&lt;br /&gt;2.jpg - after &quot;save and publish&quot;&lt;br /&gt;3.jpg - after &quot;F5&quot; or back button&lt;/p&gt;&lt;p&gt;HELP, GUYZ!!!!!!!!!!!&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Pages not saving | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/22241#post322206&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/22241&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 24 May 2013 07:17:15 +1200</pubDate>
			<dc:creator>elusive</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/22241#post322206</guid>
		</item>
		
		<item>
			<title>Re: SPAM on these forums - what are the options?</title>
			<link>http://www.silverstripe.org/general-questions/show/23827#post322205</link>
			<description>&lt;p&gt;Martine (and Barry and others Moderators)&lt;br /&gt;Hello&lt;/p&gt;&lt;p&gt;Excuse me for posting so many alerts.  I thought to do well to help you ...&lt;/p&gt;&lt;p&gt;You suggest:&lt;/p&gt;&lt;p&gt;&quot;a button with each post for logged-in non-moderator users, &lt;br /&gt;to report the post as spam, and send e-mail to all moderators? &lt;br /&gt;What do you think?&quot;&lt;/p&gt;&lt;p&gt;Well, but if 10 or 100 users click this button to report the same spam,&lt;/p&gt;&lt;p&gt;all the moderators will be &quot;spammed&quot; by users willing to help you.&lt;/p&gt;&lt;p&gt;I remain convinced that to automaticaly put on quarantine &lt;br /&gt;the first (or the first 5 or more) Posts from a (new) user&lt;br /&gt;will permit to the first moderator on the forum&lt;br /&gt;to validate on a case by case basis.&lt;/p&gt;&lt;p&gt;Otherwise, &lt;br /&gt;why not create a specific thread &lt;br /&gt;on which some users (and all the moderators) &lt;br /&gt;may be allowed to post, &lt;br /&gt;others users can only read messages ...&lt;/p&gt;&lt;p&gt;It really is a wound, and it must monopolize your time unnecessarily.&lt;/p&gt;&lt;p&gt;You say :&lt;br /&gt;&quot;the core devs probably thought the thread didn't really belong in the anouncement section.&quot;&lt;br /&gt;and &quot;the Thread is misused...&quot;&lt;/p&gt;&lt;p&gt;I agree.&lt;br /&gt;You are right.&lt;br /&gt;Excuse me&lt;/p&gt;&lt;p&gt;bests regards&lt;/p&gt;&lt;p&gt;jpalsu&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: SPAM on these forums - what are the options? | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23827#post322205&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23827&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 24 May 2013 06:04:37 +1200</pubDate>
			<dc:creator>jpalsu+</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23827#post322205</guid>
		</item>
		
		<item>
			<title>Re: SS3.1 beta3 - SAFE MODE Restriction in effect</title>
			<link>http://www.silverstripe.org/installing-silverstripe/show/23611#post322204</link>
			<description>&lt;p&gt;Okay thanks.&lt;/p&gt;&lt;p&gt;I guess I'll move ahead. The issue is that currently they're on a server with &amp;lt; php 5.3 within this company and the company will move the sites to a newer server they have with 5.3+ but cgi+safe_mode. I can't access it until the move so didn't want to do all of this only to find out it won't work, especially since they're charging us a move fee.&lt;/p&gt;&lt;p&gt;And because of politics I can't change webhosts. My only other choice would be to use WordPress or something but I'd rather not.&lt;/p&gt;&lt;p&gt;Fingers crossed but it seems like it should work.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: SS3.1 beta3 - SAFE MODE Restriction in effect | &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/show/23611#post322204&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/reply/23611&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 24 May 2013 05:04:11 +1200</pubDate>
			<dc:creator>Liam</dc:creator>
			<guid>http://www.silverstripe.org/installing-silverstripe/show/23611#post322204</guid>
		</item>
		
		<item>
			<title>Re: Multiple images attached to each page</title>
			<link>http://www.silverstripe.org/data-model-questions/show/23809#post322203</link>
			<description>&lt;p&gt;OK Lime Blast, you're definitely on the right track here&lt;/p&gt;&lt;p&gt;I read your first post and immediately though -- xref file (that's the old database programmer in me speaking)&lt;/p&gt;&lt;p&gt;Your second post (putting a many-many relationship between Page and Photo) does just that&lt;/p&gt;&lt;p&gt;If you look at your database (using a tool like phpMyAdmin) you should find a table called Page_Photo (or something like that) containing just two fields:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;PhotoID =&amp;gt; foriegn key to Photo&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;PageID&amp;nbsp;&amp;nbsp;&amp;nbsp;=&amp;gt; foriegn key to Page&lt;/p&gt;&lt;p&gt;To get the image ordering sorted out you could try creating a DataObject extention for this table and adding a sort field&lt;br /&gt;Something like:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;class Page_Photo extends DataObject {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;public static $has_one = array (&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Page'&amp;nbsp;&amp;nbsp;&amp;nbsp;=&amp;gt; 'Page',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Photo'&amp;nbsp;&amp;nbsp;&amp;nbsp;=&amp;gt; 'Photo'&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;public $db = array (&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'SortOrder'&amp;nbsp;&amp;nbsp;&amp;nbsp;=&amp;gt; 'Int'&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;You should then be able define the image order in the back end page definition (you may have to do a little work with getCMSFields)&lt;/p&gt;&lt;p&gt;You will then need to add a select function in the Page_Controller class to return the image records in order of SortOrder (you may need to read the xref table and join to the image table) and call this in your template.&lt;/p&gt;&lt;p&gt;I must admit I have not tried this so I don't know if it will actually work, but it does seem logically correct so it's probably worth a go&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Multiple images attached to each page | &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/show/23809#post322203&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/reply/23809&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 24 May 2013 04:46:39 +1200</pubDate>
			<dc:creator>MJA</dc:creator>
			<guid>http://www.silverstripe.org/data-model-questions/show/23809#post322203</guid>
		</item>
		
		<item>
			<title>Re: SS3.1 beta3 - SAFE MODE Restriction in effect</title>
			<link>http://www.silverstripe.org/installing-silverstripe/show/23611#post322202</link>
			<description>&lt;p&gt;Hi Liam,&lt;/p&gt;&lt;p&gt;It is running on the server after the described changes and the performance also seems to be ok.&lt;br /&gt;My solution is hosted at unoeuro.com - and they do say they have special setup in place to try to avoid problems with safe_mode = on.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: SS3.1 beta3 - SAFE MODE Restriction in effect | &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/show/23611#post322202&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/reply/23611&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 24 May 2013 04:19:58 +1200</pubDate>
			<dc:creator>Nobrainer Web</dc:creator>
			<guid>http://www.silverstripe.org/installing-silverstripe/show/23611#post322202</guid>
		</item>
		
		<item>
			<title>SPAM on these forums - what are the options?</title>
			<link>http://www.silverstripe.org/general-questions/show/23827</link>
			<description>&lt;p&gt;These forums are regularly targeted by spammers, and it's up to us moderators to remove them. Any help we get from other forum users is more then welcome, but there really is no way to let us know, besides bothereing SilverStripe or posting messages on these forums, which we might miss just as easily as the spam messages themselves...  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/sad.gif'&gt; &lt;/p&gt;&lt;p&gt;Up untill now, there was a thread we and our most appreciated helpers - jpalsu, we owe you bigtime!!! - (mis)used for spamreports. Unfortunately this is now no longer possible because the trhread is set to READ ONLY. Leaving people with no other option then mail each of us directly, which obviously won't do at all!&lt;/p&gt;&lt;p&gt;So we urgently need a way to report spam to the moderators - a button with each post for logged-in non-moderator users, to report the post as spam, and send e-mail to all moderators? What do you think?&lt;/p&gt;&lt;p&gt;jpalsu, please don't take this personally: the core devs probably thought the thread didn't really belong in the anouncement section. We could create a new one in General Questions for the time being, and all subscribe  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt;   &lt;/p&gt;&lt;p&gt;Martine&lt;/p&gt;&lt;p&gt;Martine&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: SPAM on these forums - what are the options? | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23827&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23827&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 24 May 2013 02:30:07 +1200</pubDate>
			<dc:creator>martimiz</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23827</guid>
		</item>
		
		<item>
			<title>Re: SS3.1 beta3 - SAFE MODE Restriction in effect</title>
			<link>http://www.silverstripe.org/installing-silverstripe/show/23611#post322200</link>
			<description>&lt;p&gt;How did this turn out for you?&lt;/p&gt;&lt;p&gt;I have a client that is hosted on a server with safe_mode on and there is nothing I can do about moving or disabling. &lt;/p&gt;&lt;p&gt;New project so I don't have access yet and want to see if it will work before planning too much.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: SS3.1 beta3 - SAFE MODE Restriction in effect | &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/show/23611#post322200&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/installing-silverstripe/reply/23611&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 24 May 2013 02:05:12 +1200</pubDate>
			<dc:creator>Liam</dc:creator>
			<guid>http://www.silverstripe.org/installing-silverstripe/show/23611#post322200</guid>
		</item>
		
		<item>
			<title>Re: Generate jQuery Tabs Based On Children</title>
			<link>http://www.silverstripe.org/themes-2/show/23811#post322199</link>
			<description>&lt;p&gt;Will,&lt;/p&gt;&lt;p&gt;Thanks for the reply. &lt;/p&gt;&lt;p&gt;I have created two new page types: TabHolder.php and TabPage.php and placed them in the code folder.&lt;br /&gt;I also created two new layouts: TabHolder.ss and TabPage.ss and placed them in the /mytheme/templates/Layout/ folder&lt;/p&gt;&lt;p&gt;For some reason when I place sone content on the page that uses the TabHolder page type, the content shows up twice.&lt;/p&gt;&lt;p&gt;I.e:&lt;/p&gt;&lt;p&gt;This is a test FAQ page and should have tabs below.&lt;/p&gt;&lt;p&gt;This is a test FAQ page and should have tabs below.&lt;/p&gt;&lt;p&gt;Also, when I create a child is shows up as a normal &amp;lt;li&amp;gt; within a &amp;lt;ul&amp;gt; with it's content below it.&lt;/p&gt;&lt;p&gt;I've attached a quick screen shot to show you my results.&lt;/p&gt;&lt;p&gt;I have tried to attach the javascript files and css files from within the TabHolder.ss file that's located in the Layout folder. &lt;/p&gt;&lt;p&gt;This is the code from my TabHolder.ss file:&lt;/p&gt;&lt;p&gt;&amp;lt;!-- Attach the CSS --&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;  &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;link rel=&quot;stylesheet&quot; href=&quot;/themes/simple/css/jquery-ui.css&quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;  &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;lt;!-- Attach necessary JS --&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;script type=&quot;text/javascript&quot; src=&quot;/themes/simple/javascript/jquery-1.9.1.js&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;script type=&quot;text/javascript&quot; src=&quot;/themes/simple/javascript/jquery-ui.js&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;lt;% include SideBar %&amp;gt;&lt;br /&gt;&amp;lt;div class=&quot;content-container unit size3of4 lastUnit&quot;&amp;gt;&lt;br /&gt;    &amp;lt;article&amp;gt;&lt;br /&gt;        &amp;lt;h1&amp;gt;$Title&amp;lt;/h1&amp;gt;&lt;br /&gt;        $Content       &lt;br /&gt;        &amp;lt;div class=&quot;content&quot;&amp;gt;$Content&amp;lt;/div&amp;gt;&lt;br /&gt;    &amp;lt;/article&amp;gt;&lt;/p&gt;&lt;p&gt;    &amp;lt;div id=&quot;tabs&quot;&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;ul&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% loop Children %&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;li&amp;gt;&amp;lt;a href=&quot;#tab-$Pos&quot;&amp;gt;$Title&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% end_loop %&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/ul&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% loop Children %&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;div id=&quot;tabs-$Pos&quot;&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$Content &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/div&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% end_loop %&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/p&gt;&lt;p&gt;LASTLY - If I de-select &quot;Show in menus?&quot; under Visability in the Settings tab for the child (TabPage) pages - the child pages (TabPage) content no longer shows up on the parent (TabHolder) page.&lt;/p&gt;&lt;p&gt;Again - Thank you so much for being willing to help me with this.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Generate jQuery Tabs Based On Children | &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/23811#post322199&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/themes-2/reply/23811&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 24 May 2013 01:43:27 +1200</pubDate>
			<dc:creator>goodness</dc:creator>
			<guid>http://www.silverstripe.org/themes-2/show/23811#post322199</guid>
		</item>
		
		<item>
			<title>defining a dataobject for a table not created by silverstripe</title>
			<link>http://www.silverstripe.org/data-model-questions/show/23824</link>
			<description>&lt;p&gt;Hello Guys&lt;/p&gt;&lt;p&gt;This is quite involved, so please bear with me.&lt;/p&gt;&lt;p&gt;I am trying to read a table created outside of Silverstripe (see attached clip). However, SS is not recognising the data object.&lt;/p&gt;&lt;p&gt;The site is running off of a MicroSoft database rather than the more usual MySQL database, but this does not seem to be a problem. When I create data objects in SS and run mysite/dev/build the data tables appear in the database exactly as I would expect.&lt;/p&gt;&lt;p&gt;In order for SS to read the table in obviously needs a definition for it in the data model. To give it this I created a DataModel extension as normal:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;class DocEditorAssets extends DataObject {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;public static $singular_name&amp;nbsp;&amp;nbsp;&amp;nbsp;= 'Document Editor Asset';&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;public static $plural_name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;= 'Document Editor Assets';&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;public static $db = array (&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'asset_id'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;=&amp;gt; 'Int',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'name'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;=&amp;gt; 'Varchar(255)',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'version'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;=&amp;gt; 'Float',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'updated'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;=&amp;gt; 'SS_Datetime',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'text'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;=&amp;gt; 'Text',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'updated_by'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;=&amp;gt; 'Varchar(255)',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'category'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;=&amp;gt; 'Varchar(50)',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'status_id'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;=&amp;gt; 'Int',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'rejected_reason'&amp;nbsp;&amp;nbsp;&amp;nbsp;=&amp;gt; 'Varchar(2000)',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'locked_by'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;=&amp;gt; 'Varchar(255)'&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&amp;nbsp;&amp;nbsp;&amp;nbsp;// end class DocEditorAssets&lt;/p&gt;&lt;p&gt;and then ran mysite/dev/build&lt;/p&gt;&lt;p&gt;I had expected SS to pick up the definition, find that the table already existed and proceed as normal, possible appending a couple of fields to the table (ClassName, Created, etc). However, what actually happened was -- nothing at all.&lt;/p&gt;&lt;p&gt;There was no entry in the dev/build listing which would indicate that SS had picked up the definition and tried to create and/or modify the table (i.e. it did not list DocEditorAssets as I would have expected).&lt;/p&gt;&lt;p&gt;I cannot understand why this should be. There is, as far as I can see, nothing wrong with the definition and, apart from being created by an external system, there is nothing unusual about the table.&lt;/p&gt;&lt;p&gt;Any help you can offer will be greatly appreciated.&lt;/p&gt;&lt;p&gt;Thanks in advance.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: defining a dataobject for a table not created by silverstripe | &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/show/23824&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/reply/23824&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 24 May 2013 01:14:11 +1200</pubDate>
			<dc:creator>MJA</dc:creator>
			<guid>http://www.silverstripe.org/data-model-questions/show/23824</guid>
		</item>
		
		<item>
			<title>Re: Member has many link, and viewing records</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/23335#post322195</link>
			<description>&lt;p&gt;In case if someone want to dig deeper on this topic he/she can follow this thread &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/20477&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/general-questions/show/20477&lt;/a&gt;  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt;  &lt;/p&gt;&lt;p&gt;P.S. Not a right place to post this question .&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Member has many link, and viewing records | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/23335#post322195&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/23335&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 24 May 2013 00:15:20 +1200</pubDate>
			<dc:creator>openbees</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/23335#post322195</guid>
		</item>
		
		<item>
			<title>Re: CSS class not populating in textarea wrapper div</title>
			<link>http://www.silverstripe.org/general-questions/show/23814#post322194</link>
			<description>&lt;p&gt;That's the thing ... the code bases are identical, running 2.4.something. I guess what I'm wondering is where is the code that's the basis for the html that's rendered for the textarea and the wrapper div?&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: CSS class not populating in textarea wrapper div | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23814#post322194&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23814&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 24 May 2013 00:13:14 +1200</pubDate>
			<dc:creator>sam523</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23814#post322194</guid>
		</item>
		
		<item>
			<title>Re: Pages not saving</title>
			<link>http://www.silverstripe.org/general-questions/show/22241#post322193</link>
			<description>&lt;p&gt;i have it problem too((((&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Pages not saving | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/22241#post322193&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/22241&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 24 May 2013 00:08:51 +1200</pubDate>
			<dc:creator>elusive</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/22241#post322193</guid>
		</item>
		
		<item>
			<title>Re: Member has many link, and viewing records</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/23335#post322192</link>
			<description>&lt;p&gt;I replaced the field Desc for Title&lt;/p&gt;&lt;p&gt;Know i can search on CMS/Admin&lt;/p&gt;&lt;p&gt;But why can't i used the fields i want ?!?!  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;&lt;p&gt;I can but with a Title will make things easier, so i learn  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;&lt;p&gt;So ID is auto, Title you put and then you can add the records you want.&lt;/p&gt;&lt;p&gt;This was a simple solution, thanks openbees&lt;/p&gt;&lt;p&gt;If you want to know the mysql commands here they are&lt;/p&gt;&lt;p&gt;Updating the fields...&lt;/p&gt;&lt;p&gt;UPDATE Problema SET  `Title` =  `Desc` &lt;/p&gt;&lt;p&gt;Droping the column...&lt;/p&gt;&lt;p&gt;ALTER TABLE Problema DROP COLUMN Problema.Desc&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Member has many link, and viewing records | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/23335#post322192&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/23335&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 24 May 2013 00:03:19 +1200</pubDate>
			<dc:creator>PhiloPachem</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/23335#post322192</guid>
		</item>
		
		<item>
			<title>Problem validating today date (23/05/2013)</title>
			<link>http://www.silverstripe.org/data-model-questions/show/23818</link>
			<description>&lt;p&gt;Silverstripe version 2.4.7, my locale is set to italian (i18n::set_locale('it_IT')), i have an SS_Datetime field that worked regularly until today.&lt;br /&gt;Today, entering 23/05/2013, the field don't validate with the error &quot;Please enter a valid date format (dd/MM/yyyy)&quot;, but if i enter 22/05/2013 or 24/05/2013, the field validate. If i enter 23/05/2014 the field don't validate with the same error.&lt;br /&gt;Who is against May 23?  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;&lt;p&gt;No one has any idea where can be the problem?&lt;br /&gt;Thanks.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Problem validating today date (23/05/2013) | &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/show/23818&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/reply/23818&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 23 May 2013 20:29:28 +1200</pubDate>
			<dc:creator>mirkosassetti</dc:creator>
			<guid>http://www.silverstripe.org/data-model-questions/show/23818</guid>
		</item>
		
		<item>
			<title>Re: Goggle Sitemaps for 2.4</title>
			<link>http://www.silverstripe.org/all-other-modules/show/23808#post322187</link>
			<description>&lt;p&gt;Thanks Willr  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Goggle Sitemaps for 2.4 | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/23808#post322187&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/23808&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 23 May 2013 20:21:17 +1200</pubDate>
			<dc:creator>Silverfish</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/23808#post322187</guid>
		</item>
		
		<item>
			<title>Re: Goggle Sitemaps for 2.4</title>
			<link>http://www.silverstripe.org/all-other-modules/show/23808#post322186</link>
			<description>&lt;p&gt;The 0.2 branch is the one you want &lt;a href=&quot;https://github.com/silverstripe-labs/silverstripe-googlesitemaps/tree/0.2&quot; rel=&quot;nofollow&quot;&gt;https://github.com/silverstripe-labs/silverstripe-googlesitemaps/tree/0.2&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Any errors with that on 2.4 should be raised on github.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Goggle Sitemaps for 2.4 | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/23808#post322186&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/23808&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 23 May 2013 20:08:57 +1200</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/23808#post322186</guid>
		</item>
		
		<item>
			<title>Re: Generate jQuery Tabs Based On Children</title>
			<link>http://www.silverstripe.org/themes-2/show/23811#post322185</link>
			<description>&lt;p&gt;If you use the HTML from that demo it would look something like follows in 3.0&lt;/p&gt;&lt;p&gt;TabHolder.ss&lt;/p&gt;&lt;p&gt;&amp;lt;div id=&quot;tabs&quot;&amp;gt;&lt;br /&gt;  &amp;lt;ul&amp;gt;&lt;br /&gt;   &amp;lt;% loop Children %&amp;gt;&lt;br /&gt;    &amp;lt;li&amp;gt;&amp;lt;a href=&quot;#tab-$Pos&quot;&amp;gt;$Title&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;  &amp;lt;% end_loop %&amp;gt;&lt;br /&gt;  &amp;lt;/ul&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;% loop Children %&amp;gt;&lt;br /&gt;  &amp;lt;div id=&quot;tabs-$Pos&quot;&amp;gt;&lt;br /&gt;   $Content&lt;br /&gt;  &amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;% end_loop %&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Generate jQuery Tabs Based On Children | &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/23811#post322185&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/themes-2/reply/23811&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 23 May 2013 20:06:35 +1200</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/themes-2/show/23811#post322185</guid>
		</item>
		
		<item>
			<title>Re: CSS class not populating in textarea wrapper div</title>
			<link>http://www.silverstripe.org/general-questions/show/23814#post322184</link>
			<description>&lt;p&gt;Not sure what the differences could be between your local and prod sites. I would investigate those differences (could be a different SS versions)&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: CSS class not populating in textarea wrapper div | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23814#post322184&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23814&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 23 May 2013 20:03:36 +1200</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23814#post322184</guid>
		</item>
		
		<item>
			<title>CSS class not populating in textarea wrapper div</title>
			<link>http://www.silverstripe.org/general-questions/show/23814</link>
			<description>&lt;p&gt;I've been on a new job so I'm not tremendously familiar with SilverStripe ... using it here is my first experience with it. That being said, I'm having a problem that I hope is super-simple that somebody can help me with, because I'm not having any luck solving it.&lt;/p&gt;&lt;p&gt;We have a form that has ~8-10 input fields and two of them aren't populating the CSS class in the div that wraps the div that contains the text area. For instance, we have this html rendering on our servers:&lt;/p&gt;&lt;p&gt;&amp;lt;div &amp;gt;&lt;br /&gt;      &amp;lt;div id=&quot;MemberBio&quot; class=&quot;field textarea &quot;&amp;gt;&amp;lt;label class=&quot;left&quot; for=&quot;Form_EditProfileForm_MemberBio&quot;&amp;gt;Talk about your previous work experience, your life, or both&amp;lt;/label&amp;gt;&amp;lt;div class=&quot;middleColumn&quot;&amp;gt;&amp;lt;textarea id=&quot;Form_EditProfileForm_MemberBio&quot; name=&quot;MemberBio&quot; rows=&quot;5&quot; cols=&quot;20&quot;&amp;gt;&amp;lt;/textarea&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;    &amp;lt;/div&amp;gt;&lt;/p&gt;&lt;p&gt;but when we run the identical code base locally, we're getting&lt;/p&gt;&lt;p&gt;&amp;lt;div class=&quot;MemberBio&quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;div id=&quot;MemberBio&quot; class=&quot;field textarea &quot;&amp;gt;&amp;lt;label class=&quot;left&quot; for=&quot;Form_EditProfileForm_MemberBio&quot;&amp;gt;Talk about your previous work experience, your life, or both&amp;lt;/label&amp;gt;&amp;lt;div class=&quot;middleColumn&quot;&amp;gt;&amp;lt;textarea id=&quot;Form_EditProfileForm_MemberBio&quot; name=&quot;MemberBio&quot; rows=&quot;5&quot; cols=&quot;20&quot;&amp;gt;&amp;lt;/textarea&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;That MemberBio class in the div makes all the difference (without it the layout is pretty messed up) in this and I'm not having a ton of luck figuring out where this is generated. If anybody has any ideas, or can at least ask me questions that will steer me in the right direction, I would really appreciate it!&lt;/p&gt;&lt;p&gt;Thanks,&lt;br /&gt;Sam&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: CSS class not populating in textarea wrapper div | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23814&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23814&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 23 May 2013 09:35:13 +1200</pubDate>
			<dc:creator>sam523</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23814</guid>
		</item>
		
		<item>
			<title>Re: Translatable::set_default_locale error</title>
			<link>http://www.silverstripe.org/all-other-modules/show/23517#post322180</link>
			<description>&lt;p&gt;I've tried this, and still have the exact same problem :/ Which version of Silverstripe are you using? I installed the framework, did a 'dev/build', then imported the translatable folder and edited the config file, and on the next 'dev/build', the same error showed up.&lt;/p&gt;&lt;p&gt;Edit: I got it to work! Here's what my _config.php looks like now:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;Translatable::set_default_locale(&quot;en_US&quot;); &lt;br /&gt;Object::add_extension('SiteTree', 'Translatable'); &lt;br /&gt;Object::add_extension('SiteConfig', 'Translatable');&lt;/p&gt;&lt;p&gt;$allowed_locales = array(&lt;br /&gt;'en_US' =&amp;gt; array('name' =&amp;gt; 'English', 'native' =&amp;gt; 'English'),&lt;br /&gt;'de_DE' =&amp;gt; array('name' =&amp;gt; 'German', 'native' =&amp;gt; 'Deutsch')&lt;br /&gt;);&lt;/p&gt;&lt;p&gt;Config::inst()-&amp;gt;update('i18n', 'common_locales', $allowed_locales);&lt;br /&gt;Translatable::set_allowed_locales(array(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;'en_US',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;'de_DE'&lt;br /&gt;));&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;Thanks for the help everyone  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Translatable::set_default_locale error | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/23517#post322180&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/23517&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 23 May 2013 09:21:53 +1200</pubDate>
			<dc:creator>Marcinkonys</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/23517#post322180</guid>
		</item>
		
		<item>
			<title>Event Calendar Recurrence confusion</title>
			<link>http://www.silverstripe.org/all-other-modules/show/23813</link>
			<description>&lt;p&gt;I've been working with the Event Calendar module as a means to enumerate my library's locations' open hours, and have had some difficulties with recurrence. &lt;/p&gt;&lt;p&gt;The data model is thus:&lt;/p&gt;&lt;p&gt;CalendarDateTime has a start date, end date, start time and end time (as well as they &quot;all day&quot; marker).&lt;/p&gt;&lt;p&gt;CalendarEvent has multiple CalendarDateTimes, which can be used to enumerate specific instances of this event occurring without a predictable pattern.  Each one you specify will show up in the appropriate calendar view so long as you don't turn on Recurrence.  Each entry will have the following details:&lt;ul&gt;&lt;li&gt;&lt;br /&gt;* Starts on: CalendarDateTime-&amp;gt;start_date + CalendarDateTime-&amp;gt;start_time&lt;br /&gt;* Ends on: CalendarDateTime-&amp;gt;end_date + CalendarDateTime-&amp;gt;end_time&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;CalendarEvent also has Recurrence, which can be toggled on, then set to daily, weekly or monthly, with some interval between.  When Recurrence is set, only the &lt;strong&gt;first&lt;/strong&gt; CalendarDateTime is consulted, and the recurrence continues until the &lt;strong&gt;day before that CalendarDateTime-&amp;gt;end_date&lt;/strong&gt;.  So the entries look like this:&lt;ul&gt;&lt;li&gt;&lt;br /&gt;* Starts on: CalendarDateTime-&amp;gt;start_date +CalendarDateTime-&amp;gt;start_time&lt;br /&gt;* Ends on: CalendarDateTime-&amp;gt;start_date + CalendarDateTime-&amp;gt;end_time&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;Notice the differences&lt;/em&gt;: without recurrence, we can have event entries that span multiple days, while with recurrence, single-day events are created between the two dates specified in the first CalendarDateTime.  This different usage of fields depending on whether recurrence is enabled or not seems potentially problematic.&lt;/p&gt;&lt;p&gt;I think there are two possible solutions to this confusion:&lt;/p&gt;&lt;p&gt;1. Attach Recurrence to the CalendarDateTime, not the CalendarEvent.  This would allow for a whole new level of grouping recurring events: if you had weekly recurring events Sunday - Saturday, you could define all 7 days worth of recurrences on one event.  You could also mix in non-recurring instances of the CalendarEvent if needed.&lt;/p&gt;&lt;p&gt;2. Keep Recurrence attached to CalendarEvent, but apply the pattern to all the CalendarDateTimes.  This would be simpler as the data model would need to change less, but there would be overall flexibility in terms of pattern.&lt;/p&gt;&lt;p&gt;In either case, I think we need to either use include a RecurUntilDate and/or RecurXTimes that's separate from the end_date, so that multiple day events can recur.  I think it may also be clearer to include that date in the recurrence, instead of stopping the day before (simple matter of changing &quot;&amp;lt;=&quot; to &quot;&amp;lt;&quot;).&lt;/p&gt;&lt;p&gt;I'd very much like to hear others' opinions on the matter.  What would work best for your use cases?&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Event Calendar Recurrence confusion | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/23813&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/23813&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 23 May 2013 07:27:15 +1200</pubDate>
			<dc:creator>sekjal</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/23813</guid>
		</item>
		
		<item>
			<title>Re: Event Calendar - recurring events</title>
			<link>http://www.silverstripe.org/all-other-modules/show/23620#post322178</link>
			<description>&lt;p&gt;Working on recurrence along with iCal feed support; both are quite challenging.  I think a lot of the issue surrounds the data model; We've got CalendarEvents which have many CalendarDateTimes, which are each made of a start date, end date, start time and end time.  But the Recurrence is tied to the CalendarEvent, not the specific CalendarDateTimes.  I suppose that should mean that the Recurrence pattern should be applied to each CalendarDateTime, but at this point it seems like the start date and end date are being used as the bounds for the recurrence.  It's all very muddled (or at least my understanding is).&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Event Calendar - recurring events | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/23620#post322178&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/23620&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 23 May 2013 06:23:07 +1200</pubDate>
			<dc:creator>sekjal</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/23620#post322178</guid>
		</item>
		
		<item>
			<title>Re: Event Calendar ICS feed doesn&#39;t seem to work</title>
			<link>http://www.silverstripe.org/all-other-modules/show/23541#post322177</link>
			<description>&lt;p&gt;ICS feeds don't work on the current version of Event Calendar; I've been hacking at them all day, and part of the problem is the ICSReader.php class dying early (which I think I've fixed), and the other part is mapping iCal event data to the CalendarEvent data model, which is more complex.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Event Calendar ICS feed doesn&amp;#39;t seem to work | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/23541#post322177&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/23541&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 23 May 2013 06:16:23 +1200</pubDate>
			<dc:creator>sekjal</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/23541#post322177</guid>
		</item>
		
		<item>
			<title>Translatable and Sitemap</title>
			<link>http://www.silverstripe.org/all-other-modules/show/23812</link>
			<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;are there any known issues between the Translatable (&lt;a href=&quot;https://github.com/silverstripe/silverstripe-translatable&quot; rel=&quot;nofollow&quot;&gt;https://github.com/silverstripe/silverstripe-translatable&lt;/a&gt;) and the Sitemaps (&lt;a href=&quot;https://github.com/silverstripe-labs/silverstripe-googlesitemaps&quot; rel=&quot;nofollow&quot;&gt;https://github.com/silverstripe-labs/silverstripe-googlesitemaps&lt;/a&gt;) modules?&lt;/p&gt;&lt;p&gt;It seems that the Sitemaps module shows only the current language...&lt;/p&gt;&lt;p&gt;Best, Mario&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Translatable and Sitemap | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/23812&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/23812&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 23 May 2013 02:50:56 +1200</pubDate>
			<dc:creator>theGermaniac</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/23812</guid>
		</item>
		
		<item>
			<title>Generate jQuery Tabs Based On Children</title>
			<link>http://www.silverstripe.org/themes-2/show/23811</link>
			<description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I am fairly new to SilverStripe. &lt;/p&gt;&lt;p&gt;What I want to do is create a page that uses tabs for content much like this:&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://jqueryui.com/tabs/#default&quot; rel=&quot;nofollow&quot;&gt;http://jqueryui.com/tabs/#default&lt;/a&gt;&lt;/p&gt;&lt;p&gt;What I would like to do is something similar to the StaffHolder and StaffPage found in the tutorial where the staff holder page is populated based on the individual children (staff) pages.&lt;/p&gt;&lt;p&gt;In this case, I believe the TabHolder page would run &amp;lt;% loop Children %&amp;gt; and then insert/create tabs based on the Child pages that are associated with it.&lt;/p&gt;&lt;p&gt;I'm just not sure how to write the code to accomplish this.&lt;/p&gt;&lt;p&gt;Can anyone please help me with this?&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Generate jQuery Tabs Based On Children | &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/23811&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/themes-2/reply/23811&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 23 May 2013 02:22:26 +1200</pubDate>
			<dc:creator>goodness</dc:creator>
			<guid>http://www.silverstripe.org/themes-2/show/23811</guid>
		</item>
		
		<item>
			<title>Re: Getting the URL of a resized image</title>
			<link>http://www.silverstripe.org/template-questions/show/23810#post322174</link>
			<description>&lt;p&gt;As seems to be the story of my life right now - but no sooner than I finish posting this request for help, I find the answer.&lt;/p&gt;&lt;p&gt;Having looked at &lt;a href=&quot;http://www.ssbits.com/snippets/2009/resizing-an-image-in-a-custom-img-tag/&quot; rel=&quot;nofollow&quot;&gt;http://www.ssbits.com/snippets/2009/resizing-an-image-in-a-custom-img-tag/&lt;/a&gt; I've found that the solution to my problem already exists, I simply need to replace the `{$URL}` with `{$SetWidth(630).URL}` and it does exactly what I need it to do..&lt;/p&gt;&lt;p&gt;.. so that's great, but returning to my original question, just for my own knowledge, can anyone tell me why my attempted solution didn't work?&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Getting the URL of a resized image | &lt;a href=&quot;http://www.silverstripe.org/template-questions/show/23810#post322174&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/template-questions/reply/23810&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 23 May 2013 02:18:49 +1200</pubDate>
			<dc:creator>Lime Blast</dc:creator>
			<guid>http://www.silverstripe.org/template-questions/show/23810#post322174</guid>
		</item>
		
		<item>
			<title>Getting the URL of a resized image</title>
			<link>http://www.silverstripe.org/template-questions/show/23810</link>
			<description>&lt;p&gt;I'm trying to build a custom function which returns the URL of a resized image..&lt;/p&gt;&lt;p&gt;The deal is that I'm going to have a series of thumbnail images listed on the page, each of which will link to a larger version of the image. I don't want the linked to image to be the full size image, however, as this is likely to be too large, so I wanted to provide a link to a resized image.&lt;/p&gt;&lt;p&gt;(Following me so far?)&lt;/p&gt;&lt;p&gt;Right now the code in my template looks like this:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;% if $Photos %&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;ul class=&quot;project-photos&quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% loop $Photos %&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;li&amp;gt;&amp;lt;a href=&quot;{$URL}&quot;&amp;gt;{$CroppedImage(210,210)}&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% end_loop %&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/ul&amp;gt;&lt;br /&gt;&amp;lt;% end_if %&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;what I was planning on changing the `{$URL}` to something like `{$croppedURL(610)}`, and having a function on my Photo class (which extends the Image class) which returned the resized the URL, figuring I would do something like this:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;public function croppedURL($width = false)  {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;if ($width != false) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$this-&amp;gt;resizeByWidth($width);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;return $this-&amp;gt;URL();&lt;br /&gt;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;But upon doing so, I get a Server Error 500.&lt;/p&gt;&lt;p&gt;I'vee tried my best to make this work following the examples found on &lt;a href=&quot;http://doc.silverstripe.org/framework/en/reference/image&quot; rel=&quot;nofollow&quot;&gt;http://doc.silverstripe.org/framework/en/reference/image&lt;/a&gt; - but thus far I've not had any luck - can someone help please?&lt;/p&gt;&lt;p&gt;Thank you  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Getting the URL of a resized image | &lt;a href=&quot;http://www.silverstripe.org/template-questions/show/23810&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/template-questions/reply/23810&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 23 May 2013 02:13:53 +1200</pubDate>
			<dc:creator>Lime Blast</dc:creator>
			<guid>http://www.silverstripe.org/template-questions/show/23810</guid>
		</item>
		
		<item>
			<title>Re: Multiple images attached to each page</title>
			<link>http://www.silverstripe.org/data-model-questions/show/23809#post322172</link>
			<description>&lt;p&gt;OK, quick update - I think I've solved my first problem. Having read some info here: &lt;a href=&quot;http://www.silverstriperesources.com/articles/silverstripe-3-many-many-a-comprehensive-example/&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstriperesources.com/articles/silverstripe-3-many-many-a-comprehensive-example/&lt;/a&gt; - I've changed my code thusly:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;class Page extends SiteTree&lt;br /&gt;{&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;public static $db = array();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;public static $has_one = array();&lt;/p&gt;&lt;p&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;public static $has_many = array(&lt;br /&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Photos' =&amp;gt; 'Photo'&lt;br /&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;public static $many_many = array(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Photos' =&amp;gt; 'Photo'&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;public function getCMSFields()&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$fields = parent::getCMSFields();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$fields-&amp;gt;addFieldToTab('Root.Images', new UploadField('Photos'));&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return $fields;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;/**&lt;br /&gt; * Allows the upload of multiple images to pages&lt;br /&gt; * &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/20345#post315482&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/general-questions/show/20345#post315482&lt;/a&gt;&lt;br /&gt; */&lt;br /&gt;class Photo extends Image&lt;br /&gt;{&lt;br /&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;public static $has_one = array(&lt;br /&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Page' =&amp;gt; 'Page'&lt;br /&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;public static $many_many = array(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Page' =&amp;gt; 'Page'&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;);&lt;br /&gt;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;So far as I can tell, this appears to be working as intended and has fixed the issue of having the same image attached to multiple pages (although if someone could just check over my code to make sure I've not done anything silly).&lt;/p&gt;&lt;p&gt;&lt;strong&gt;I've still got the second issue of ordering the images however, can someone help? Cheers  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/strong&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Multiple images attached to each page | &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/show/23809#post322172&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/reply/23809&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 23 May 2013 00:41:26 +1200</pubDate>
			<dc:creator>Lime Blast</dc:creator>
			<guid>http://www.silverstripe.org/data-model-questions/show/23809#post322172</guid>
		</item>
		
		<item>
			<title>Re: Output of function not showing in widget</title>
			<link>http://www.silverstripe.org/widgets-2/show/22718#post322171</link>
			<description>&lt;p&gt;Hello HARVS1789UK and oceanmountain,&lt;/p&gt;&lt;p&gt;I'm having the exact problem that you describe. Could you please explain mit some more detail how to solve the issue with this controller method? Unfortunately I'm not savvy enough to imply the concrete steps. Would really appreciate it!&lt;br /&gt;Thanks for your time!&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Output of function not showing in widget | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/22718#post322171&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/22718&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 23 May 2013 00:38:39 +1200</pubDate>
			<dc:creator>Nachos</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/22718#post322171</guid>
		</item>
		
		<item>
			<title>Multiple images attached to each page</title>
			<link>http://www.silverstripe.org/data-model-questions/show/23809</link>
			<description>&lt;p&gt;I'm working on a project where each page on the site needs to have anywhere from one to many images attached to it. These are not images which exist within the page's content, but rather separate images which I'll need to manipulate into things like thumbnails, etc..&lt;/p&gt;&lt;p&gt;Having followed the tutorials, along with a little bit of guess work, I've managed, using the following code, to get something working:&lt;/p&gt;&lt;p&gt;&lt;strong&gt;/mysite/code/Page.php&lt;/strong&gt;&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;class Page extends SiteTree&lt;br /&gt;{&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;public static $db = array();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;public static $has_one = array();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;public static $has_many = array(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Photos' =&amp;gt; 'Photo'&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;public function getCMSFields()&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$fields = parent::getCMSFields();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$fields-&amp;gt;addFieldToTab('Root.Images', new UploadField('Photos'));&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return $fields;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;/**&lt;br /&gt; * Allows the upload of multiple images to pages&lt;br /&gt; * &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/20345#post315482&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/general-questions/show/20345#post315482&lt;/a&gt;&lt;br /&gt; */&lt;br /&gt;class Photo extends Image&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;public static $has_one = array(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Page' =&amp;gt; 'Page'&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;);&lt;br /&gt;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;As this is the base Page class, which all my other extend, it means with very little effort I've been able to add image uploading to every page on the site, accessing them in the theme files like so (for example)..&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;% if $Photos %&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% loop $Photos %&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$CroppedImage(630,320)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% end_loop %&amp;gt;&lt;br /&gt;&amp;lt;% end_if %&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;This is fine, so far, but it has a couple of problems with which I'm looking for some help.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;The first issue is that I'm only able to have each image attached to one page, where as I was hoping for a more flexible system which would let me attach the same image to multiple pages. I realise that I could just upload multiple copies of the same image, but that isn't really fixing the problem, it's just bypassing it.&lt;/p&gt;&lt;p&gt;Second, I'm looking for a way in which I'm able to order the images, so that when I do a loop (like above), the image I assigned as first in the CMS is the first in the loop.&lt;/p&gt;&lt;p&gt;Can anyone help point me in the right direction on how I'm able to fix these issues?&lt;/p&gt;&lt;p&gt;Thank you  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Multiple images attached to each page | &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/show/23809&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/reply/23809&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 23 May 2013 00:22:21 +1200</pubDate>
			<dc:creator>Lime Blast</dc:creator>
			<guid>http://www.silverstripe.org/data-model-questions/show/23809</guid>
		</item>
		
		<item>
			<title>Goggle Sitemaps for 2.4</title>
			<link>http://www.silverstripe.org/all-other-modules/show/23808</link>
			<description>&lt;p&gt;Hi There,&lt;/p&gt;&lt;p&gt;I would love to run a Silverstripe 2.4.10 installation with the Google Sitemap Module (since it's not built in any more in that version).&lt;br /&gt;If I search the extensions/modules section, I get a Google Sitemaps Module v. 02 that claims to be compatible with 2.4. If I download and unpack it, there's a Readme telling me the module is compatible with 3.1+, and to use the built in version for 2.4. Besides it doesn't work.&lt;/p&gt;&lt;p&gt;Does anyone know where to get the REAL 2.4 compatible Goggle Sitemaps Module?&lt;/p&gt;&lt;p&gt;Thanks for your appreciated help&lt;br /&gt;SF&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Goggle Sitemaps for 2.4 | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/23808&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/23808&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 22 May 2013 23:10:06 +1200</pubDate>
			<dc:creator>Silverfish</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/23808</guid>
		</item>
		
		<item>
			<title>Re: How to detect how long the user is logged in </title>
			<link>http://www.silverstripe.org/general-questions/show/23795#post322168</link>
			<description>&lt;p&gt;Hi Ben,&lt;/p&gt;&lt;p&gt;Yes I know that it will only record the login, not how long they're logged in for, but you can use that time as the 'start' point - i.e. when they first logged in.&lt;/p&gt;&lt;p&gt;If you need to record how long they're logged in for every single time they log in, that's a lot more complicated.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: How to detect how long the user is logged in  | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23795#post322168&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23795&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 22 May 2013 22:27:28 +1200</pubDate>
			<dc:creator>kinglozzer</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23795#post322168</guid>
		</item>
		
		<item>
			<title>Re: Mutiple File picker/ multiple image picker?</title>
			<link>http://www.silverstripe.org/general-questions/show/23784#post322167</link>
			<description>&lt;p&gt;UploadField supports many_many relationships which you can use in this case - &lt;a href=&quot;http://doc.silverstripe.org/framework/en/reference/uploadfield&quot; rel=&quot;nofollow&quot;&gt;http://doc.silverstripe.org/framework/en/reference/uploadfield&lt;/a&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Mutiple File picker/ multiple image picker? | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23784#post322167&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23784&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 22 May 2013 22:09:17 +1200</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23784#post322167</guid>
		</item>
		
		<item>
			<title>Re: Custom data object with custom &#39;Published&#39; field</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/23790#post322166</link>
			<description>&lt;p&gt;How have you got your list of objects? You can simply filter that list by published flag.&lt;/p&gt;&lt;p&gt;return Articles::get()-&amp;gt;filter(array(&quot;Published&quot; =&amp;gt; 1));&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://doc.silverstripe.org/framework/en/topics/datamodel&quot; rel=&quot;nofollow&quot;&gt;http://doc.silverstripe.org/framework/en/topics/datamodel&lt;/a&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Custom data object with custom &amp;#39;Published&amp;#39; field | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/23790#post322166&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/23790&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 22 May 2013 22:07:19 +1200</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/23790#post322166</guid>
		</item>
		
		<item>
			<title>Re: Disable caching while theming</title>
			<link>http://www.silverstripe.org/themes-2/show/23799#post322165</link>
			<description>&lt;p&gt;I might have been a little bit preemptive in my posting.&lt;/p&gt;&lt;p&gt;Having read the tutorials on this site, it was suggesting that you need to run the `?flush=1` after each and every template change because of the caching...&lt;/p&gt;&lt;p&gt;... however, having started building a site using SilverStripe, I've found that I've not yet needed to run the flush command, as the changes are reflecting straight away. I'm not sure why this is, I'm just glad it's working.&lt;/p&gt;&lt;p&gt;The only other thing I've done is created a silverstripe-cache directory, I don't know if this would have something to do with it?&lt;/p&gt;&lt;p&gt;In any case, right now I'm happy - I just hope that I've not somehow disabled the caching for when I come to putting the site online.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Disable caching while theming | &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/23799#post322165&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/themes-2/reply/23799&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 22 May 2013 22:04:42 +1200</pubDate>
			<dc:creator>Lime Blast</dc:creator>
			<guid>http://www.silverstripe.org/themes-2/show/23799#post322165</guid>
		</item>
		
		<item>
			<title>Re: Hip Hop (for PHP)</title>
			<link>http://www.silverstripe.org/general-questions/show/23792#post322164</link>
			<description>&lt;p&gt;For others interested (and reference) &lt;a href=&quot;https://groups.google.com/forum/#!topic/silverstripe-dev/l1cjYU7q4r4&quot; rel=&quot;nofollow&quot;&gt;https://groups.google.com/forum/#!topic/silverstripe-dev/l1cjYU7q4r4&lt;/a&gt;.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Hip Hop (for PHP) | &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23792#post322164&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/general-questions/reply/23792&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 22 May 2013 22:02:19 +1200</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/general-questions/show/23792#post322164</guid>
		</item>
		
		<item>
			<title>Re: Server Error ON ALL PAGES &amp; ADMIN? After trying to install Member Profiles module</title>
			<link>http://www.silverstripe.org/all-other-modules/show/23796#post322163</link>
			<description>&lt;p&gt;Also please read the posting guidelines. They explain the steps to follow when you get a server error before you post to the forum.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Server Error ON ALL PAGES &amp;amp; ADMIN? After trying to install Member Profiles module | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/23796#post322163&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/all-other-modules/reply/23796&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 22 May 2013 21:59:45 +1200</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/all-other-modules/show/23796#post322163</guid>
		</item>
		

	</channel>
</rss>