<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title></title>
		<link>http://www.silverstripe.org/forums/rss</link>
		<atom:link href="http://www.silverstripe.org/forums/rss" rel="self" type="application/rss+xml" />
		<description></description>

		
		<item>
			<title>Re: 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>Custom data object with custom &#39;Published&#39; field</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/23790</link>
			<description>&lt;p&gt;Hi all,&lt;/p&gt;&lt;p&gt;I have a problem with a custom dataobject called articles in my clients project.&lt;/p&gt;&lt;p&gt;They want the ability to start writing an article belonging to my custom dataobject but not show it on the front end until they flag it as Published. I have created a custom field in the popup called Published and all is working great accept...&lt;/p&gt;&lt;p&gt;I need to use the Odd and Even page controls to close rows off in the template. However as the items flagged as Unpublished are still counted towards the number of items (I'm using 'if Publsihed' in my template to show/hide).&lt;/p&gt;&lt;p&gt;So, how would I go about removing items in my custom dataobject based on a custom field within it? I'm not too sure if it should be done from the custom dataobject file or the page type that is using it and I'm also not quite sure how it should be done, if it is possible!&lt;/p&gt;&lt;p&gt;Any pointers would be great.&lt;/p&gt;&lt;p&gt;Best regards,&lt;br /&gt;K...&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&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>Tue, 21 May 2013 00:36:30 +1200</pubDate>
			<dc:creator>kharmer</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/23790</guid>
		</item>
		
		<item>
			<title>Re: Limit Control??**SOLVED**</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/23526#post321719</link>
			<description>&lt;p&gt;Thank you Darren,&lt;br /&gt;I had some help from IOTI here &lt;a href=&quot;http://www.silverstripe.org/general-questions/show/23540#post321545&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/general-questions/show/23540#post321545&lt;/a&gt;&lt;/p&gt;&lt;p&gt;And this got it working in the end&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;public function GImages($limit = 3){ &lt;br /&gt;$filter = 'BelongToProductID =' . $this-&amp;gt;ID; //filter &lt;br /&gt;if($images = DataObject::get('GalleryImage', $filter, $sort='', $join='', $limit=&quot;0,$limit&quot;)){ &lt;br /&gt;return $images; &lt;br /&gt;} &lt;br /&gt;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Limit Control??**SOLVED** | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/23526#post321719&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/23526&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 01 May 2013 21:44:05 +1200</pubDate>
			<dc:creator>ambient</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/23526#post321719</guid>
		</item>
		
		<item>
			<title>Re: DOM and Uploadify image not attaching </title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/15893?start=24#post321713</link>
			<description>&lt;p&gt;I'm now having these issues. Strange thing is this was working and now it's stopped. Annoyingly I'd made quite a few changes to the site before I noticed the issue. &lt;/p&gt;&lt;p&gt;I had everything working fine with two instances of Uploadify both using MultipleImageUploadField. I then made some other changes to the site trying implementing a light box for my galleries, Colorbox. &lt;/p&gt;&lt;p&gt;Next up was adding in another instance of Uploadify for uploading pdf files. It was only after I added this that I noticed the issues with the uploads not attaching to the page. &lt;/p&gt;&lt;p&gt;This is my code for the FileUploadField added in last:&lt;/p&gt;&lt;p&gt;    function getCMSFields() {&lt;br /&gt;        $fields = parent::getCMSFields();               &lt;/p&gt;&lt;p&gt;        $fields-&amp;gt;addFieldToTab('Root.Content.Main', $FileType = new FileUploadField('MenuFile','File'),'Content');&lt;br /&gt;        $FilesField-&amp;gt;allowFolderSelection = false;&lt;/p&gt;&lt;p&gt;        return $fields;&lt;br /&gt;    }&lt;/p&gt;&lt;p&gt;I'm not sure what might have caused this to stop all of a sudden or at what point between it working and discovering it had stopped functioning correctly that things went wrong. &lt;/p&gt;&lt;p&gt;I've tried all the suggestion posted so far with no luck. Any help would be greatly appreciated. I'm on Silverstripe 2.4.7&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: DOM and Uploadify image not attaching  | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/15893?start=24#post321713&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/15893&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 01 May 2013 10:05:20 +1200</pubDate>
			<dc:creator>marc79</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/15893?start=24#post321713</guid>
		</item>
		
		<item>
			<title>Re: Limit Control??**SOLVED**</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/23526#post321679</link>
			<description>&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;Maybe try this&lt;/p&gt;&lt;p&gt;function NewestGalleryImages($num=3) { &lt;br /&gt;$GalleryImages = DataObject::get_one(&quot;GalleryImage&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return ($GalleryImages) ? DataObject::get(&quot;GalleryImage&quot;, &quot;&quot;, &quot;ParentID = $this-&amp;gt;ID&quot;, &quot;&quot;, $num) : false;&lt;/p&gt;&lt;p&gt;let me know&lt;/p&gt;&lt;p&gt;Darren&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Limit Control??**SOLVED** | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/23526#post321679&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/23526&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 30 Apr 2013 07:28:51 +1200</pubDate>
			<dc:creator>Dazman1</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/23526#post321679</guid>
		</item>
		
		<item>
			<title>Re: Limit Control??**SOLVED**</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/23526#post321518</link>
			<description>&lt;p&gt;Nobody has any ideas on this? &lt;/p&gt;&lt;p&gt;I thought it would be straightforward enough to do but just haven't figured out what I'm doing wrong  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/sad.gif'&gt; &lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Limit Control??**SOLVED** | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/23526#post321518&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/23526&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 23 Apr 2013 19:40:29 +1200</pubDate>
			<dc:creator>ambient</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/23526#post321518</guid>
		</item>
		
		<item>
			<title>Limit Control??**SOLVED**</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/23526</link>
			<description>&lt;p&gt;Hi All,&lt;/p&gt;&lt;p&gt;I have a gallery which I am using DataObject Manager to add multiple images and it all works fine.&lt;/p&gt;&lt;p&gt;However I want to display the first 3 images of the gallery on another page.&lt;/p&gt;&lt;p&gt;I've searched for a solution and tried figuring it out myself but have had no success. &lt;/p&gt;&lt;p&gt;I can get the images to appear on the other page but it shows all of them instead of just 3.&lt;/p&gt;&lt;p&gt;This is my code that I have tried&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;% if GalleryImages %&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% control GalleryImages(3) %&amp;gt; &lt;br /&gt;               &amp;lt;div class=&quot;listing_pic&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;lt;a href=&quot;$Link&quot;&amp;gt;&amp;lt;img src=&quot;$MyGalleryImage.GroupThumb.URL&quot; alt=&quot;&amp;lt;% sprintf(_t(&quot;IMAGE&quot;,&quot;%s image&quot;),$Title) %&amp;gt;&quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;               &amp;lt;/div&amp;gt;&lt;br /&gt;          &amp;lt;% end_control %&amp;gt; &lt;br /&gt;&amp;lt;% end_if %&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;I also have tried&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;public function GalleryImages($Limit = 3){&lt;/p&gt;&lt;p&gt;return DataObject::get(&quot;GalleryImage&quot;, &quot;ParentID = $this-&amp;gt;ID&quot;, Null, Null, $Limit);&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;Any help would be appreciated, Thanks&lt;/p&gt;&lt;p&gt;** EDIT - I am using ss 2.4&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Limit Control??**SOLVED** | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/23526&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/23526&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 23 Apr 2013 01:29:50 +1200</pubDate>
			<dc:creator>ambient</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/23526</guid>
		</item>
		
		<item>
			<title>Re: Dataobject_manager SortableDataObject::add_sortable_many_many_relation</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/23483#post321419</link>
			<description>&lt;p&gt;Look closely at the argument signature for that function. The first parameter is the class where many_many is defined, and the second is the name of the many_many relation.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Dataobject_manager SortableDataObject::add_sortable_many_many_relation | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/23483#post321419&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/23483&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 18 Apr 2013 00:45:17 +1200</pubDate>
			<dc:creator>UncleCheese</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/23483#post321419</guid>
		</item>
		
		<item>
			<title>Dataobject_manager SortableDataObject::add_sortable_many_many_relation</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/23483</link>
			<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;Trying to apply drag and drop sort ordering to a site.&lt;/p&gt;&lt;p&gt;We have Products (DataObject) which have a many_many relationship with CategoryPage(Page types).&lt;/p&gt;&lt;p&gt;The relationship works fine, apart from sort ordering. We have used the directive:&lt;/p&gt;&lt;p&gt;SortableDataObject::add_sortable_many_many_relation('CategoryPage','Products');&lt;/p&gt;&lt;p&gt;To try and add drag and drop sort ordering to the categoryPage administration, so the end user can reorder products in a category.&lt;/p&gt;&lt;p&gt;When we add the directive to the _config.php, a dev/build shows that the sort order column has been created, but there are no changes in the admin. It appears that the directive is being ignored.&lt;/p&gt;&lt;p&gt;Any ideas guys?&lt;/p&gt;&lt;p&gt;T&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Dataobject_manager SortableDataObject::add_sortable_many_many_relation | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/23483&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/23483&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Mon, 15 Apr 2013 23:10:14 +1200</pubDate>
			<dc:creator>NETim</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/23483</guid>
		</item>
		
		<item>
			<title>Re: ModelAsController::getNestedController() returned bad object type</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/13565#post321125</link>
			<description>&lt;p&gt;As an FYI, this can also occur if you haven't specified a controller, or you've accidentally renamed the controller to something different.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: ModelAsController::getNestedController() returned bad object type | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/13565#post321125&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/13565&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sun, 31 Mar 2013 22:33:44 +1300</pubDate>
			<dc:creator>AshKyd</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/13565#post321125</guid>
		</item>
		
		<item>
			<title>DOM Woes</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/23327</link>
			<description>&lt;p&gt;Hi guys,&lt;/p&gt;&lt;p&gt;I have a DOM appearing in a widget, which is good. However, when I click to add an item to that DOM, the popup doesn't show the correct data. Instead, it shows an empty Page.ss rendering and I get a Page Not Found error in my console.  It appears to be looking for /upload, but can't find it.  Does anyone have any ideas as to what I'm doing wrong?&lt;/p&gt;&lt;p&gt;Thanks,&lt;br /&gt;Lee&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: DOM Woes | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/23327&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/23327&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 27 Mar 2013 23:06:37 +1300</pubDate>
			<dc:creator>Lazarus404</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/23327</guid>
		</item>
		
		<item>
			<title>Re: Cant seem to implement SimpleImageField and ImageField in SS 2.4.5</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/23262#post321038</link>
			<description>&lt;p&gt;While in the CMS you need to use the FileIFrameField&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Cant seem to implement SimpleImageField and ImageField in SS 2.4.5 | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/23262#post321038&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/23262&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 26 Mar 2013 20:07:09 +1300</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/23262#post321038</guid>
		</item>
		
		<item>
			<title>Cant seem to implement SimpleImageField and ImageField in SS 2.4.5</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/23262</link>
			<description>&lt;p&gt;Hi All,&lt;/p&gt;&lt;p&gt;I am trying to implement an image field for a cusatom page type. This is what I have in my class that extends Page.&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&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;'Subtitle' &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;'TitleImage' &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;=&amp;gt; 'ImageField',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;static $has_one = array(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;/* admin icon */&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;static $icon = 'themes/bayer/images/treeicons/folder-blue';&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;/* allowed child page types */&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;static $allowed_children = array('');&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;function getCMSFields() {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$fields = parent::getCMSFields();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/**/&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// Remove fields&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;//$fields-&amp;gt;removeFieldFromTab(&quot;Root.Content.Main&quot;,&quot;Content&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$fields-&amp;gt;removeFieldFromTab(&quot;Root.Content.Main&quot;,&quot;Excerpt&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$fields-&amp;gt;removeFieldFromTab(&quot;Root.Content.Main&quot;,&quot;isNew&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$fields-&amp;gt;removeFieldFromTab(&quot;Root.Content.Main&quot;,&quot;ArticleDate&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$fields-&amp;gt;removeFieldFromTab(&quot;Root.Content.Main&quot;,&quot;lastEditDate&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$fields-&amp;gt;removeFieldFromTab(&quot;Root.Content.Main&quot;,&quot;isNewTimeoutDate&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$fields-&amp;gt;removeFieldFromTab(&quot;Root.Content.Main&quot;,&quot;featurePage&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$fields-&amp;gt;removeFieldFromTab(&quot;Root.Content.Main&quot;,&quot;featurePageProblemSec&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$fields-&amp;gt;removeFieldFromTab(&quot;Root.Content.Main&quot;,&quot;bgMark&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$fields-&amp;gt;removeFieldFromTab(&quot;Root.Content.Main&quot;,&quot;moreLink&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// $fields-&amp;gt;removeFieldFromTab(&quot;Root.Content.Main&quot;,&quot;MenuTitle&quot;);&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;/**/&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// Add&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$fields-&amp;gt;addFieldToTab('Root.Content.Main', new TextField('Subtitle', 'Page subtitle (right under main title)'), 'MenuTitle');&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$fields-&amp;gt;addFieldToTab('Root.Content.Main', new ImageField('TitleImage', 'Page title image (top right corner)', null, null, null, &quot;Fungicide&quot;), 'MenuTitle');&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;When I go to the admin side and try to edit a page using this page type, I get errors!! I get the popup error with an SQL statement issue.  &lt;/p&gt;&lt;p&gt;Any ideas!?&lt;/p&gt;&lt;p&gt;I'm stuck on SS 2.4.5 as I have in herited this project and upgrading it out of scope!  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/sad.gif'&gt; &lt;/p&gt;&lt;p&gt;Any help very much appreciated,&lt;br /&gt;K...&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Cant seem to implement SimpleImageField and ImageField in SS 2.4.5 | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/23262&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/23262&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 22 Mar 2013 05:51:52 +1300</pubDate>
			<dc:creator>kharmer</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/23262</guid>
		</item>
		
		<item>
			<title>Re: Not working in SS 3.0</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/23123#post320803</link>
			<description>&lt;p&gt;Well since ImageGallery depends on DataObjectManger which isn't supported, this means Image Gallery isn't supported...&lt;/p&gt;&lt;p&gt;Quick forum search lead me here....&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.silverstripe.org/all-other-modules/show/20465&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/all-other-modules/show/20465&lt;/a&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Not working in SS 3.0 | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/23123#post320803&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/23123&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 16 Mar 2013 05:02:45 +1300</pubDate>
			<dc:creator>swaiba</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/23123#post320803</guid>
		</item>
		
		<item>
			<title>Re: Not working in SS 3.0</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/23123#post320792</link>
			<description>&lt;p&gt;Cool Thanks. I am actually trying to update this image gallery code so I can change the order of the displayed images. Any examples of this for SS 3.0.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Not working in SS 3.0 | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/23123#post320792&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/23123&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 16 Mar 2013 02:36:18 +1300</pubDate>
			<dc:creator>pinkfloydim</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/23123#post320792</guid>
		</item>
		
		<item>
			<title>Re: Not working in SS 3.0</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/23123#post320787</link>
			<description>&lt;p&gt;Hi pinkfloydim,&lt;/p&gt;&lt;p&gt;Welcome to the forums.&lt;/p&gt;&lt;p&gt;Unfortunately this is to be expected, DataObjectManager is not compatible with SS3.  Gridfield has replaced this.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Not working in SS 3.0 | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/23123#post320787&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/23123&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 15 Mar 2013 21:36:11 +1300</pubDate>
			<dc:creator>swaiba</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/23123#post320787</guid>
		</item>
		
		<item>
			<title>Not working in SS 3.0</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/23123</link>
			<description>&lt;p&gt;I have installed the &lt;strong&gt;DataObjectManager&lt;/strong&gt; manager using 'dataobject_manager' as folder name.&lt;br /&gt;After rebuilding the database, nothing works. All white screens.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Not working in SS 3.0 | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/23123&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/23123&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 15 Mar 2013 05:23:14 +1300</pubDate>
			<dc:creator>pinkfloydim</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/23123</guid>
		</item>
		
		<item>
			<title>SimpleTinyMCEField problem</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/23010</link>
			<description>&lt;p&gt;If i add content to SimpleTinyMCEField and it haves one paragraph it saves. if i have more than one paragraph or some brakes in text it gives error. How to fix it&lt;/p&gt;&lt;p&gt;Using dataobject_manager master + ss2.4.8&lt;/p&gt;&lt;p&gt;example:&lt;br /&gt;Working version of html&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;p&amp;gt;SimpleTinyMCEField&amp;lt;/p&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;Not working version&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;p&amp;gt;SimpleTinyMCEField&amp;lt;br&amp;gt;sometext&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;lt;p&amp;gt;SimpleTinyMCEField&amp;lt;/p&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;so if i have more than one paragraph text to add it gives error inside the popup.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: SimpleTinyMCEField problem | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/23010&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/23010&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 08 Mar 2013 14:36:23 +1300</pubDate>
			<dc:creator>Webdoc</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/23010</guid>
		</item>
		
		<item>
			<title>Image Gallery - Folders Access</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22976</link>
			<description>&lt;p&gt;Using SS2.4.5 for last few months. Quite pleased with the system and the availability of the modules especially all the hard work by UncleChesse. &lt;/p&gt;&lt;p&gt;Coming back to the point, it is regarding the Image Gallery - Module. Works fine no problem at all, but it stops working when you tamper with the &quot;Files &amp;amp; Images&quot; -&amp;gt; &quot;Image Gallery&quot; folders i.e. manually adding and deleting the images.&lt;/p&gt;&lt;p&gt;Is there any way where access can be denied to the &quot;Files &amp;amp; Images&quot; -&amp;gt; &quot;Image Gallery&quot; folders so that nobody can tamper with these folders?&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Image Gallery - Folders Access | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/22976&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/22976&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 07 Mar 2013 23:45:02 +1300</pubDate>
			<dc:creator>ss-ss</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22976</guid>
		</item>
		
		<item>
			<title>Re: Hit and miss with Uploadify - IO Error</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/16335#post320480</link>
			<description>&lt;p&gt;I  have had an on going IO error problem of months. Can figure it out.&lt;br /&gt;All upload forms, (as part of Uncle cheeses gallery module, via the Files &amp;amp; Images section etc..) &lt;br /&gt;The only way I can seem to upload an image is via the Pixlr module.. it is work perfectly.&lt;/p&gt;&lt;p&gt;Investigating I found that any new folder I create with the Files &amp;amp; Folders 'create' feature, is set 755, and for some reason I am unable to upload to it via FTPs unless set to 777.. so I do that. Now I can upload images via FTPs, but not via the CMS.&lt;br /&gt;Still IO error. (except with Pixlr)&lt;/p&gt;&lt;p&gt;Could I perhaps have a user/group problem on my server? That might explain why my FTPs login can't upload unless dir is set 777.&lt;/p&gt;&lt;p&gt;What user is the CMS trying to act as? How can I check? Anyway to check what  the Pixlr module is running as?&lt;br /&gt;Any other guidance??? Any way to reset the vhost directory to defaults?&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Hit and miss with Uploadify - IO Error | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/16335#post320480&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/16335&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 02 Mar 2013 06:00:53 +1300</pubDate>
			<dc:creator>DsX</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/16335#post320480</guid>
		</item>
		
		<item>
			<title>edit multiple objects at once within the data object admin</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22719</link>
			<description>&lt;p&gt;is there a way to edit multiple objects at once within the data object admin? I have a dataobject with multiple events, that are shown on the front end. So can i create a custom interface in the cms that gets the data from the dataobject, edits it and writes it back into the database of events. &lt;br /&gt;using silverstripe 2.4.9&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: edit multiple objects at once within the data object admin | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/22719&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/22719&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 22 Feb 2013 02:10:22 +1300</pubDate>
			<dc:creator>ppahpp</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22719</guid>
		</item>
		
		<item>
			<title>SimpleTinyMCEField in a popup, and combined files</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22688</link>
			<description>&lt;p&gt;SimpleTinyMCEField fails in a popup due to a Javascript exception, unless combined files is disabled using the following in _config.php:&lt;br /&gt;Requirements::set_combined_files_enabled(false);&lt;/p&gt;&lt;p&gt;While this works, I'd prefer to leave combined files enabled if possible. I assume that it ends up loading a combined javascript file that conflicts with the popup. What I'm not sure about is which module a bug report should be filed against. Is this a Silverstripe bug (i.e., a combined files bug) or a DataObjectManager one? &lt;/p&gt;&lt;p&gt;BTW, this is with Silverstripe 2.4.x.&lt;/p&gt;&lt;p&gt;Hans&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: SimpleTinyMCEField in a popup, and combined files | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/22688&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/22688&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 20 Feb 2013 14:07:44 +1300</pubDate>
			<dc:creator>HansR</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22688</guid>
		</item>
		
		<item>
			<title>Re: How Do I Remove DOM CMS Tabs </title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/15402#post320155</link>
			<description>&lt;p&gt;....and two years later, I stumbled into the same problem.&lt;br /&gt;I cannot seem to remove fields from decorators. Is this a bug? I'm using version 2.4.7. Can anyone point me in the right direction?&lt;/p&gt;&lt;p&gt;:: I created a post for my query: &lt;a href=&quot;http://www.silverstripe.org/data-model-questions/show/22646&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/data-model-questions/show/22646&lt;/a&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: How Do I Remove DOM CMS Tabs  | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/15402#post320155&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/15402&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Mon, 18 Feb 2013 21:40:11 +1300</pubDate>
			<dc:creator>Lou</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/15402#post320155</guid>
		</item>
		
		<item>
			<title>Re: Showing GridField Content on other Pages (like LatestArticles)</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22354#post319791</link>
			<description>&lt;p&gt;Hi, &lt;br /&gt;thank you very much for your answer. But it doesn't work :/&lt;br /&gt;Is there an other methode to get the content shown on other pages? Or is there a way to get the function working?&lt;/p&gt;&lt;p&gt;EDIT: &lt;/p&gt;&lt;p&gt;Ok i fixed it  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt;  &lt;br /&gt;The First Mistake was the DataObject::get instead of DataObject::get_one (Thx a lot for that)&lt;br /&gt;And the second Mistake was that i tried to get the content with a function and not simply with &amp;lt;% loop Slides %&amp;gt;&lt;/p&gt;&lt;p&gt;now everything works  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Showing GridField Content on other Pages (like LatestArticles) | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/22354#post319791&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/22354&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 05 Feb 2013 21:48:40 +1300</pubDate>
			<dc:creator>hobenni</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22354#post319791</guid>
		</item>
		
		<item>
			<title>Re: Showing GridField Content on other Pages (like LatestArticles)</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22354#post319789</link>
			<description>&lt;p&gt;DataObject::get_one($class) instead of DataObject::get($class) in your Page.php method should fix it.&lt;/p&gt;&lt;p&gt;I think DataObject::get always returns a DataList in SS3 even when there is only one matching, unlike previously.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Showing GridField Content on other Pages (like LatestArticles) | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/22354#post319789&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/22354&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 05 Feb 2013 20:29:10 +1300</pubDate>
			<dc:creator>mi3ll</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22354#post319789</guid>
		</item>
		
		<item>
			<title>Re: Showing GridField Content on other Pages (like LatestArticles)</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22354#post319788</link>
			<description>&lt;p&gt;push ;)&lt;br /&gt;i need it very urgent.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Showing GridField Content on other Pages (like LatestArticles) | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/22354#post319788&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/22354&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 05 Feb 2013 19:58:20 +1300</pubDate>
			<dc:creator>hobenni</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22354#post319788</guid>
		</item>
		
		<item>
			<title>Showing GridField Content on other Pages (like LatestArticles)</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22354</link>
			<description>&lt;p&gt;Hi Everyone,&lt;/p&gt;&lt;p&gt;i'm trying to show the Content of a GridField on my HomePage PageType on all other Pages with a different PageType.&lt;br /&gt;A little bit like the LatestArticles on HomePage.&lt;br /&gt;I tried to do it like this.&lt;/p&gt;&lt;p&gt;Page.php -&amp;gt; &lt;a href=&quot;http://pastie.org/6036705&quot; rel=&quot;nofollow&quot;&gt;http://pastie.org/6036705&lt;/a&gt;&lt;br /&gt;SliderObject.php -&amp;gt; &lt;a href=&quot;http://pastie.org/6036716&quot; rel=&quot;nofollow&quot;&gt;http://pastie.org/6036716&lt;/a&gt;&lt;br /&gt;HomePage.php -&amp;gt; &lt;a href=&quot;http://pastie.org/6036721&quot; rel=&quot;nofollow&quot;&gt;http://pastie.org/6036721&lt;/a&gt;&lt;br /&gt;Slider.ss -&amp;gt; &lt;a href=&quot;http://pastie.org/6036729&quot; rel=&quot;nofollow&quot;&gt;http://pastie.org/6036729&lt;/a&gt;&lt;/p&gt;&lt;p&gt;The &quot;getPageByClass&quot; function worked fine for me on the Old SS Release and although when I want to display content form not gridfields on other pages in SS3.&lt;/p&gt;&lt;p&gt;But now when i put in &amp;lt;% control getPageByClass(HomePage) %&amp;gt; the sldier displays nothing  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/sad.gif'&gt;  not on HomePage and not on any other Page.&lt;/p&gt;&lt;p&gt;I althoug tried to put the getSlides function into Page.php but it doesn't work too, i think because the function can't find Slides on Page.php but how can i Link this function on the Page.php to Slides on HomePage.php&lt;/p&gt;&lt;p&gt;Can someone please help me?&lt;/p&gt;&lt;p&gt;Thx a lot!&lt;/p&gt;&lt;p&gt;-hobenni&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Showing GridField Content on other Pages (like LatestArticles) | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/22354&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/22354&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Mon, 04 Feb 2013 23:17:28 +1300</pubDate>
			<dc:creator>hobenni</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22354</guid>
		</item>
		
		<item>
			<title>Re: DataObject-&gt;validate() method hangs on record add but works fine on amend</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22244#post319669</link>
			<description>&lt;p&gt;Just in case anybody else is having this problem, found the solution&lt;/p&gt;&lt;p&gt;/* start */&lt;/p&gt;&lt;p&gt;if (!class_exists('stVehicle')) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;class stVehicle 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 function getCMSValidator() {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return new stVehicleValidator('RegNum');&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 stVehicle&lt;br /&gt;}&lt;/p&gt;&lt;p&gt;if (!class_exists('stVehicleValidator')) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;class stVehicleValidator extends RequiredFields {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;protected $customRequired = array();&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;// *** constructor ***&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;public function __construct() {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$required = func_get_args();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if(isset($required[0]) &amp;amp;&amp;amp; is_array($required[0]))&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;$required = $required[0];&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$required = array_merge($required, $this-&amp;gt;customRequired);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;parent::__construct($required); &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;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// *** custom validation ***&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;public function php($data) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$valid = parent::php($data);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (isset($data['RegNum'])) {&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;$data['RegNum'] = str_replace (' ', '', strtoupper($data['RegNum']) );&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;if ( strlen($data['RegNum']) != 7 )&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;nbsp;&amp;nbsp;&amp;nbsp;$this-&amp;gt;validationError ('RegNum', 'bad reg num');&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return empty($this-&amp;gt;errors) &amp;amp;&amp;amp; $valid;&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 stVehicleValidator&lt;br /&gt;}&lt;/p&gt;&lt;p&gt;/* end */&lt;/p&gt;&lt;p&gt;Works perfectly&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: DataObject-&amp;gt;validate() method hangs on record add but works fine on amend | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/22244#post319669&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/22244&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 01 Feb 2013 23:30:51 +1300</pubDate>
			<dc:creator>MJA</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22244#post319669</guid>
		</item>
		
		<item>
			<title>DataObject-&gt;validate() method hangs on record add but works fine on amend</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22244</link>
			<description>&lt;p&gt;Hello people&lt;/p&gt;&lt;p&gt;I am new to SilverStripe and loving it so far, but I have run into a little problem&lt;/p&gt;&lt;p&gt;Title pretty much says it all but to clarify, I am trying to add validation to a custom ModelAdmin form for DataObject.&lt;/p&gt;&lt;p&gt;Code snippit below:&lt;/p&gt;&lt;p&gt;/* start */&lt;br /&gt;if (!class_exists('stVehicle')) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;class stVehicle extends DataObject {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;public function validate() {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$result = parent::validate();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$this-&amp;gt;RegNum = str_replace (' ', '', strtoupper($this-&amp;gt;RegNum) );&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if ( strlen($this-&amp;gt;RegNum) != 7 )&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;$result-&amp;gt;error ('bad reg num');&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return $result;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&amp;nbsp;&amp;nbsp;&amp;nbsp;// end class stVehicle&lt;br /&gt;}&lt;br /&gt;/* end */&lt;/p&gt;&lt;p&gt;This works fine when amending existing records but the system hangs when attempting to add a new record.&lt;br /&gt;Stranger still, an add operation hangs regardless of whether or not the entered data passes the test.&lt;/p&gt;&lt;p&gt;I do not understand why this is happening or, more to the point, how to fix it.&lt;br /&gt;Any suggestions would be much appropriated.&lt;/p&gt;&lt;p&gt;In case it is relevant, the system is running under SilverStripe 2.4.7&lt;br /&gt;And before anybody suggests it, I cannot upgrade as this is a legacy site so I need a solution for 2.4.7&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: DataObject-&amp;gt;validate() method hangs on record add but works fine on amend | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/22244&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/22244&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 01 Feb 2013 05:26:36 +1300</pubDate>
			<dc:creator>MJA</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22244</guid>
		</item>
		
		<item>
			<title>Re: Problem Sorting For Display</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22226#post319641</link>
			<description>&lt;p&gt;In the Photo class you can specify the $default_sort - that should do what you want it to. &lt;/p&gt;&lt;p&gt;In your Page class you probably have a $has_many =&amp;gt; Photos, because function Photos() is not declared the __call() magic method is used instead, which in a roundabout way will call getComponents or getManyManyComponents iirc. If you do declare function Photos() in your Page class that will be used instead of resorting to __call() basically.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Problem Sorting For Display | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/22226#post319641&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/22226&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 31 Jan 2013 12:13:53 +1300</pubDate>
			<dc:creator>frankmullenger</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22226#post319641</guid>
		</item>
		
		<item>
			<title>Re: Problem Sorting For Display</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22226#post319638</link>
			<description>&lt;p&gt;Thanks.  I am still a little confused (I guess I do not understand Silverstripe as well as I thought).  &lt;/p&gt;&lt;p&gt;I cannot find a variable or function anywhere in my website source that has a function or variable Photos.&lt;/p&gt;&lt;p&gt;I have a Photo.php page with the following in it:&lt;/p&gt;&lt;p&gt;&amp;lt;?php&lt;/p&gt;&lt;p&gt;class Photo extends DataObject{&lt;/p&gt;&lt;p&gt;    static $db = array(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Name' =&amp;gt; 'Text',&lt;br /&gt;    );&lt;br /&gt;    static $has_one = array(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Attachment' =&amp;gt; 'Image',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Page' =&amp;gt; 'Page'&lt;br /&gt;    );&lt;/p&gt;&lt;p&gt;    public function getCMSFields_forPopup(){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return new FieldSet(&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;new TextField('Name'),&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;new FileIFrameField('Attachment')&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;);&lt;br /&gt;    }&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;Is this where you are suggesting I make the change you wrote?&lt;/p&gt;&lt;p&gt;Scott&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Problem Sorting For Display | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/22226#post319638&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/22226&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 31 Jan 2013 11:49:16 +1300</pubDate>
			<dc:creator>smaction</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22226#post319638</guid>
		</item>
		
		<item>
			<title>Re: Problem Sorting For Display</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22226#post319637</link>
			<description>&lt;p&gt;You could try setting the $default_sort on your Photo DataObject..&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;static $default_sort = &quot;Date ASC&quot;;&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;Or even overriding the way Photos are retrieved from your Page..&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;public function Photos() {&lt;br /&gt;  return $this-&amp;gt;getManyManyComponents( //Or HasMany depending...&lt;br /&gt;    'Photos',&lt;br /&gt;    '',&lt;br /&gt;    &quot;\&quot;Photos\&quot;.\&quot;Date\&quot; ASC&quot;&lt;br /&gt;  );&lt;br /&gt;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Problem Sorting For Display | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/22226#post319637&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/22226&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 31 Jan 2013 11:38:06 +1300</pubDate>
			<dc:creator>frankmullenger</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22226#post319637</guid>
		</item>
		
		<item>
			<title>Re: Help with this error message please</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22156#post319630</link>
			<description>&lt;p&gt;GridField, much like the (Complex)TableField that DataObjectManager was built on, is included with SilverStripe core.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Help with this error message please | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/22156#post319630&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/22156&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 31 Jan 2013 08:29:37 +1300</pubDate>
			<dc:creator>simon_w</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22156#post319630</guid>
		</item>
		
		<item>
			<title>Problem Sorting For Display</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22226</link>
			<description>&lt;p&gt;I hope I have identified the correct module.  Here is my question.     My Photos are looped through here &lt;a href=&quot;http://pastebin.com/gnL5f51n&quot; rel=&quot;nofollow&quot;&gt;http://pastebin.com/gnL5f51n&lt;/a&gt;.  The issue can best be explained by looking at these two images.  The first shows the order they are in the database after they are entered. Screen shot is here: &lt;a href=&quot;http://imgur.com/gukAHxJ&quot; rel=&quot;nofollow&quot;&gt;http://imgur.com/gukAHxJ&lt;/a&gt; However, when they are sorted by PageID (which I assume is how they are looped through) they are not in entry order.  Screen shot here :&lt;a href=&quot;http://imgur.com/43Ajuik&quot; rel=&quot;nofollow&quot;&gt;http://imgur.com/43Ajuik&lt;/a&gt;  How can I change the order that Photos are looped?&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Problem Sorting For Display | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/22226&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/22226&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 31 Jan 2013 08:00:40 +1300</pubDate>
			<dc:creator>smaction</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22226</guid>
		</item>
		
		<item>
			<title>Re: Help with this error message please</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22156#post319601</link>
			<description>&lt;p&gt;Ok, thanks...but how does the grid field work? Do I have to install it like the DataObjectmanager?&lt;br /&gt;I couldn't really find that out from the documentation.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Help with this error message please | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/22156#post319601&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/22156&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 30 Jan 2013 20:17:30 +1300</pubDate>
			<dc:creator>Tinchen</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22156#post319601</guid>
		</item>
		
		<item>
			<title>Re: Help with this error message please</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22156#post319553</link>
			<description>&lt;p&gt;The DataObjectManager (and related) modules don't work in SS3. Have a look at &lt;a href=&quot;http://doc.silverstripe.org/framework/en/reference/grid-field&quot; rel=&quot;nofollow&quot;&gt;grid field&lt;/a&gt; instead.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Help with this error message please | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/22156#post319553&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/22156&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 29 Jan 2013 07:57:38 +1300</pubDate>
			<dc:creator>simon_w</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22156#post319553</guid>
		</item>
		
		<item>
			<title>Help with this error message please</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22156</link>
			<description>&lt;p&gt;Dear Forum users,&lt;/p&gt;&lt;p&gt;I am completely new in using Silverstripe. I have just installed the event calendar, userforms and dataobject manager.&lt;br /&gt;Now I receive following errors:&lt;/p&gt;&lt;p&gt;Strict Standards: Declaration of DataObjectManager::FieldHolder() should be compatible with that of ComplexTableField::FieldHolder() in /users/tinchen1/www/dataobject_manager/code/DataObjectManager.php on line 4&lt;/p&gt;&lt;p&gt;Strict Standards: Declaration of DataObjectManager_Item::Link() should be compatible with that of ComplexTableField_Item::Link() in /users/tinchen1/www/dataobject_manager/code/DataObjectManager.php on line 644&lt;/p&gt;&lt;p&gt;Strict Standards: Declaration of DataObjectManager_Item::Fields() should be compatible with that of TableListField_Item::Fields() in /users/tinchen1/www/dataobject_manager/code/DataObjectManager.php on line 644&lt;/p&gt;&lt;p&gt;Strict Standards: Declaration of DataObjectManager_ItemRequest::Link() should be compatible with that of ComplexTableField_ItemRequest::Link() in /users/tinchen1/www/dataobject_manager/code/DataObjectManager.php on line 916&lt;/p&gt;&lt;p&gt;Strict Standards: Declaration of AssetManagerFolder::updateCMSFields() should be compatible with that of DataExtension::updateCMSFields() in /users/tinchen1/www/dataobject_manager/code/AssetManagerFolder.php on line 4&lt;/p&gt;&lt;p&gt;Strict Standards: Declaration of SortableDataObject::extraStatics() should be compatible with that of DataExtension::extraStatics() in /users/tinchen1/www/dataobject_manager/code/SortableDataObject.php on line 136&lt;/p&gt;&lt;p&gt;Strict Standards: Declaration of SimpleWysiwygField::Field() should be compatible with that of FormField::Field() in /users/tinchen1/www/dataobject_manager/code/simple_wysiwyg_field/SimpleWysiwygField.php on line 4&lt;/p&gt;&lt;p&gt;Fatal error: CalendarSiteTree cannot be applied to SiteTree without being a DataExtension in /users/tinchen1/www/framework/core/Object.php on line 484&lt;/p&gt;&lt;p&gt;What do I have to do now? Can someone help me out, please? Thanks so much!&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Help with this error message please | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/22156&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/22156&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 29 Jan 2013 03:03:34 +1300</pubDate>
			<dc:creator>Tinchen</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22156</guid>
		</item>
		
		<item>
			<title>Re: How to use TranslatableDataObject.</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22137#post319500</link>
			<description>&lt;p&gt;after adding &lt;br /&gt;TranslatableDataObject::register('Product', array(&lt;br /&gt;'ProductName',&lt;br /&gt;'Description'&lt;br /&gt;));&lt;br /&gt;it made the field tables for mysql but i cant find the place to edit them in cms&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: How to use TranslatableDataObject. | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/22137#post319500&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/22137&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 25 Jan 2013 06:07:03 +1300</pubDate>
			<dc:creator>Webdoc</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22137#post319500</guid>
		</item>
		
		<item>
			<title>How to use TranslatableDataObject.</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22137</link>
			<description>&lt;p&gt;If myobject fields code is something like this:&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;public function getCMSFields_forPopup()&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;return new FieldSet( &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;new DropdownField('Status','Status',singleton('Product')-&amp;gt;dbObject('Status')-&amp;gt;enumValues()),&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;new TextField('ProductName', 'Product Name'),&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;new SimpleWysiwygField('Description', 'Description'),&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;new TextField('Price', 'Price'),&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;new ImageField('Photo', 'Product photo'),&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;new FileIFrameField('Manual', 'Product manual')&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;/div&gt;&lt;br /&gt;where i put then the&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;foreach($this-&amp;gt;getTranslationFields() as $field) {&lt;br /&gt;   $f-&amp;gt;addFieldToTab(&quot;Root.Translations&quot;, $field);&lt;br /&gt;}&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;do i have to add it to the page controling the dataobject?&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: How to use TranslatableDataObject. | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/22137&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/22137&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 25 Jan 2013 05:44:04 +1300</pubDate>
			<dc:creator>Webdoc</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/22137</guid>
		</item>
		
		<item>
			<title>Re: 2.4 - DOM in SiteConfig not working for me</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/12048?start=32#post319408</link>
			<description>&lt;p&gt;Sorry for pulling this thread up, but what is the final piece of code to make DOM work on a siteconfig using SS 2.4.9 and the latest DOM from github? See my attempt which doesn't work: &lt;a href=&quot;http://paste2.org/p/2782785&quot; rel=&quot;nofollow&quot;&gt;http://paste2.org/p/2782785&lt;/a&gt; &lt;/p&gt;&lt;p&gt;&lt;strong&gt; Update &lt;/strong&gt; works now: &lt;a href=&quot;http://paste2.org/p/2782858&quot; rel=&quot;nofollow&quot;&gt;http://paste2.org/p/2782858&lt;/a&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: 2.4 - DOM in SiteConfig not working for me | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/12048?start=32#post319408&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/12048&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 22 Jan 2013 05:01:27 +1300</pubDate>
			<dc:creator>borriej</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/12048?start=32#post319408</guid>
		</item>
		
		<item>
			<title>Re: Validation/RequiredFields &amp; DataObjectManger Module</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/9340#post319341</link>
			<description>&lt;p&gt;Hi Mike,&lt;/p&gt;&lt;p&gt;Did you ever find a solution to this?  I am having trouble finding a way to retain the data and it is causing major headaches.&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Stef&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Validation/RequiredFields &amp;amp; DataObjectManger Module | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/9340#post319341&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/9340&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 18 Jan 2013 05:57:35 +1300</pubDate>
			<dc:creator>Stef87</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/9340#post319341</guid>
		</item>
		
		<item>
			<title>uploadify problem &lt;h1&gt; bad request (Invalid hostname) &lt;/h1&gt;</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/21858</link>
			<description>&lt;p&gt;hi everyone,&lt;/p&gt;&lt;p&gt;  I am using silverstripe 2.4.7 it is working fine, The thing is from last one month uploadify module is working fine in my localhost,&lt;br /&gt;  but suddenly it giving error like  &quot;&amp;lt;h1&amp;gt; bad request (Invalid hostname) &amp;lt;/h1&amp;gt;&quot; in localhost.&lt;/p&gt;&lt;p&gt;  after that i enable the firefox firebug, so now i am getting response from firebug is&lt;/p&gt;&lt;p&gt;  ERROR [User Error]: Couldn't run query: &lt;br /&gt;SELECT &quot;File&quot;.&quot;ClassName&quot;, &quot;File&quot;.&quot;Created&quot;, &quot;File&quot;.&quot;LastEdited&quot;, &quot;File&quot;.&quot;Name&quot;, &quot;File&quot;.&quot;Title&quot;, &quot;File&quot;.&quot;Filename&quot;, &quot;File&quot;.&quot;Content&quot;, &quot;File&quot;.&quot;Sort&quot;, &quot;File&quot;.&quot;ShowInSearch&quot;, &quot;File&quot;.&quot;SortOrder&quot;, &quot;File&quot;.&quot;ParentID&quot;, &quot;File&quot;.&quot;OwnerID&quot;, &quot;File&quot;.&quot;ID&quot;, CASE WHEN &quot;File&quot;.&quot;ClassName&quot; IS NOT NULL THEN &quot;File&quot;.&quot;ClassName&quot; ELSE 'File' END AS &quot;RecordClassName&quot;&lt;br /&gt;FROM &quot;File&quot;&lt;br /&gt;WHERE (&quot;File&quot;.&quot;ID&quot; IN (&amp;lt;h1&amp;gt;Bad Request (Invalid Hostname)&amp;lt;/h1&amp;gt;))&lt;br /&gt;ORDER BY &quot;SortOrder&quot; ASC &lt;/p&gt;&lt;p&gt;You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '&amp;lt;h1&amp;gt;Bad Request (Invalid Hostname)&amp;lt;/h1&amp;gt;)) ORDER BY &quot;SortOrder&quot; ASC' at line 1&lt;br /&gt;IN GET /nesso/index.php/admin/assets/EditForm/field/Files/UploadifyForm/field/UploadedFiles/refresh?SecurityID=6b50d9fb8fd164f81ab57b19593446690749745d&amp;amp;ctf[Files][start]=0&amp;amp;ctf[Files][per_page]=10&amp;amp;ctf[Files][showall]=0&amp;amp;ctf[Files][sort]=SortOrder&amp;amp;ctf[Files][sort_dir]=&amp;amp;ctf[Files][search]=&amp;amp;ctf[Files][filter]=&amp;amp;ctf[Files][view]=&amp;amp;FileIDs=%3Ch1%3EBad+Request+(Invalid+Hostname)%3C%2Fh1%3E&lt;br /&gt;Line 525 in /var/www/nesso/sapphire/core/model/MySQLDatabase.php&lt;/p&gt;&lt;p&gt;Source&lt;br /&gt;======&lt;br /&gt;  516: &amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;  517: &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;  518: &amp;nbsp;&amp;nbsp;&amp;nbsp;function databaseError($msg, $errorLevel = E_USER_ERROR) {&lt;br /&gt;  519: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// try to extract and format query&lt;br /&gt;  520: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if(preg_match('/Couldn\'t run query: ([^\|]*)\|\s*(.*)/', $msg, $matches)) {&lt;br /&gt;  521: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$formatter = new SQLFormatter();&lt;br /&gt;  522: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$msg = &quot;Couldn't run query: \n&quot; . $formatter-&amp;gt;formatPlain($matches[1]) . &quot;\n\n&quot; . $matches[2];&lt;br /&gt;  523: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;  524: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;* 525: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;user_error($msg, $errorLevel);&lt;br /&gt;  526: &amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;  527: &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;  528: &amp;nbsp;&amp;nbsp;&amp;nbsp;/**&lt;br /&gt;  529: &amp;nbsp;&amp;nbsp;&amp;nbsp; * Return a boolean type-formatted string&lt;br /&gt;  530: &amp;nbsp;&amp;nbsp;&amp;nbsp; * &lt;br /&gt;  531: &amp;nbsp;&amp;nbsp;&amp;nbsp; * @param array $values Contains a tokenised list of info about this data type&lt;/p&gt;&lt;p&gt;Trace&lt;br /&gt;=====&lt;br /&gt;&amp;lt;ul&amp;gt;user_error(Couldn't run query: &lt;br /&gt;SELECT &quot;File&quot;.&quot;ClassName&quot;, &quot;File&quot;.&quot;Created&quot;, &quot;File&quot;.&quot;LastEdited&quot;, &quot;File&quot;.&quot;Name&quot;, &quot;File&quot;.&quot;Title&quot;, &quot;File&quot;.&quot;Filename&quot;, &quot;File&quot;.&quot;Content&quot;, &quot;File&quot;.&quot;Sort&quot;, &quot;File&quot;.&quot;ShowInSearch&quot;, &quot;File&quot;.&quot;SortOrder&quot;, &quot;File&quot;.&quot;ParentID&quot;, &quot;File&quot;.&quot;OwnerID&quot;, &quot;File&quot;.&quot;ID&quot;, CASE WHEN &quot;File&quot;.&quot;ClassName&quot; IS NOT NULL THEN &quot;File&quot;.&quot;ClassName&quot; ELSE 'File' END AS &quot;RecordClassName&quot;&lt;br /&gt;FROM &quot;File&quot;&lt;br /&gt;WHERE (&quot;File&quot;.&quot;ID&quot; IN (&amp;lt;h1&amp;gt;Bad Request (Invalid Hostname)&amp;lt;/h1&amp;gt;))&lt;br /&gt;ORDER BY &quot;SortOrder&quot; ASC &lt;/p&gt;&lt;p&gt;You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '&amp;lt;h1&amp;gt;Bad Request (Invalid Hostname)&amp;lt;/h1&amp;gt;)) ORDER BY &quot;SortOrder&quot; ASC' at line 1,256)&lt;br /&gt;line 525 of MySQLDatabase.php&lt;/p&gt;&lt;p&gt;MySQLDatabase-&amp;gt;databaseError(Couldn't run query: SELECT &quot;File&quot;.&quot;ClassName&quot;, &quot;File&quot;.&quot;Created&quot;, &quot;File&quot;.&quot;LastEdited&quot;, &quot;File&quot;.&quot;Name&quot;, &quot;File&quot;.&quot;Title&quot;, &quot;File&quot;.&quot;Filename&quot;, &quot;File&quot;.&quot;Content&quot;, &quot;File&quot;.&quot;Sort&quot;, &quot;File&quot;.&quot;ShowInSearch&quot;, &quot;File&quot;.&quot;SortOrder&quot;, &quot;File&quot;.&quot;ParentID&quot;, &quot;File&quot;.&quot;OwnerID&quot;, &quot;File&quot;.&quot;ID&quot;, CASE WHEN &quot;File&quot;.&quot;ClassName&quot; IS NOT NULL THEN &quot;File&quot;.&quot;ClassName&quot; ELSE 'File' END AS &quot;RecordClassName&quot; FROM &quot;File&quot; WHERE (&quot;File&quot;.&quot;ID&quot; IN (&amp;lt;h1&amp;gt;Bad Request (Invalid Hostname)&amp;lt;/h1&amp;gt;)) ORDER BY &quot;SortOrder&quot; ASC | You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '&amp;lt;h1&amp;gt;Bad Request (Invalid Hostname)&amp;lt;/h1&amp;gt;)) ORDER BY &quot;SortOrder&quot; ASC' at line 1,256)&lt;br /&gt;line 123 of MySQLDatabase.php&lt;/p&gt;&lt;p&gt;MySQLDatabase-&amp;gt;query(SELECT &quot;File&quot;.&quot;ClassName&quot;, &quot;File&quot;.&quot;Created&quot;, &quot;File&quot;.&quot;LastEdited&quot;, &quot;File&quot;.&quot;Name&quot;, &quot;File&quot;.&quot;Title&quot;, &quot;File&quot;.&quot;Filename&quot;, &quot;File&quot;.&quot;Content&quot;, &quot;File&quot;.&quot;Sort&quot;, &quot;File&quot;.&quot;ShowInSearch&quot;, &quot;File&quot;.&quot;SortOrder&quot;, &quot;File&quot;.&quot;ParentID&quot;, &quot;File&quot;.&quot;OwnerID&quot;, &quot;File&quot;.&quot;ID&quot;, CASE WHEN &quot;File&quot;.&quot;ClassName&quot; IS NOT NULL THEN &quot;File&quot;.&quot;ClassName&quot; ELSE 'File' END AS &quot;RecordClassName&quot; FROM &quot;File&quot; WHERE (&quot;File&quot;.&quot;ID&quot; IN (&amp;lt;h1&amp;gt;Bad Request (Invalid Hostname)&amp;lt;/h1&amp;gt;)) ORDER BY &quot;SortOrder&quot; ASC,256)&lt;br /&gt;line 129 of DB.php&lt;/p&gt;&lt;p&gt;DB::query(SELECT &quot;File&quot;.&quot;ClassName&quot;, &quot;File&quot;.&quot;Created&quot;, &quot;File&quot;.&quot;LastEdited&quot;, &quot;File&quot;.&quot;Name&quot;, &quot;File&quot;.&quot;Title&quot;, &quot;File&quot;.&quot;Filename&quot;, &quot;File&quot;.&quot;Content&quot;, &quot;File&quot;.&quot;Sort&quot;, &quot;File&quot;.&quot;ShowInSearch&quot;, &quot;File&quot;.&quot;SortOrder&quot;, &quot;File&quot;.&quot;ParentID&quot;, &quot;File&quot;.&quot;OwnerID&quot;, &quot;File&quot;.&quot;ID&quot;, CASE WHEN &quot;File&quot;.&quot;ClassName&quot; IS NOT NULL THEN &quot;File&quot;.&quot;ClassName&quot; ELSE 'File' END AS &quot;RecordClassName&quot; FROM &quot;File&quot; WHERE (&quot;File&quot;.&quot;ID&quot; IN (&amp;lt;h1&amp;gt;Bad Request (Invalid Hostname)&amp;lt;/h1&amp;gt;)) ORDER BY &quot;SortOrder&quot; ASC,256)&lt;br /&gt;line 404 of SQLQuery.php&lt;/p&gt;&lt;p&gt;SQLQuery-&amp;gt;execute()&lt;br /&gt;line 761 of File.php&lt;/p&gt;&lt;p&gt;File-&amp;gt;instance_get(&quot;File&quot;.&quot;ID&quot; IN (&amp;lt;h1&amp;gt;Bad Request (Invalid Hostname)&amp;lt;/h1&amp;gt;),,,,DataObjectSet)&lt;br /&gt;line 2714 of DataObject.php&lt;/p&gt;&lt;p&gt;DataObject::get(File,&quot;File&quot;.&quot;ID&quot; IN (&amp;lt;h1&amp;gt;Bad Request (Invalid Hostname)&amp;lt;/h1&amp;gt;))&lt;br /&gt;line 182 of MultipleFileUploadField.php&lt;/p&gt;&lt;p&gt;MultipleFileUploadField-&amp;gt;Files()&lt;br /&gt;line 369 of ViewableData.php&lt;/p&gt;&lt;p&gt;ViewableData-&amp;gt;obj(Files,,,1,)&lt;br /&gt;line 411 of ViewableData.php&lt;/p&gt;&lt;p&gt;ViewableData-&amp;gt;cachedCall(Files,)&lt;br /&gt;line 424 of ViewableData.php&lt;/p&gt;&lt;p&gt;ViewableData-&amp;gt;hasValue(Files)&lt;br /&gt;line 11 of .cache.uploadify.templates.Includes.AttachedFiles.ss&lt;/p&gt;&lt;p&gt;include(/tmp/silverstripe-cache-var-www-nesso/.cache.uploadify.templates.Includes.AttachedFiles.ss)&lt;br /&gt;line 429 of SSViewer.php&lt;/p&gt;&lt;p&gt;SSViewer-&amp;gt;process(MultipleFileUploadField)&lt;br /&gt;line 342 of ViewableData.php&lt;/p&gt;&lt;p&gt;ViewableData-&amp;gt;renderWith(AttachedFiles)&lt;br /&gt;line 128 of MultipleFileUploadField.php&lt;/p&gt;&lt;p&gt;MultipleFileUploadField-&amp;gt;refresh(SS_HTTPRequest)&lt;br /&gt;line 143 of RequestHandler.php&lt;/p&gt;&lt;p&gt;RequestHandler-&amp;gt;handleRequest(SS_HTTPRequest)&lt;br /&gt;line 161 of RequestHandler.php&lt;/p&gt;&lt;p&gt;RequestHandler-&amp;gt;handleRequest(SS_HTTPRequest)&lt;br /&gt;line 161 of RequestHandler.php&lt;/p&gt;&lt;p&gt;RequestHandler-&amp;gt;handleRequest(SS_HTTPRequest)&lt;br /&gt;line 161 of RequestHandler.php&lt;/p&gt;&lt;p&gt;RequestHandler-&amp;gt;handleRequest(SS_HTTPRequest)&lt;br /&gt;line 161 of RequestHandler.php&lt;/p&gt;&lt;p&gt;RequestHandler-&amp;gt;handleRequest(SS_HTTPRequest)&lt;br /&gt;line 147 of Controller.php&lt;/p&gt;&lt;p&gt;Controller-&amp;gt;handleRequest(SS_HTTPRequest)&lt;br /&gt;line 282 of Director.php&lt;/p&gt;&lt;p&gt;Director::handleRequest(SS_HTTPRequest,Session)&lt;br /&gt;line 125 of Director.php&lt;/p&gt;&lt;p&gt;Director::direct(admin/assets/EditForm/field/Files/UploadifyForm/field/UploadedFiles/refresh)&lt;br /&gt;line 127 of main.php&lt;/p&gt;&lt;p&gt;require_once(/var/www/nesso/sapphire/main.php)&lt;br /&gt;line 63 of index.php&lt;/p&gt;&lt;p&gt;&amp;lt;/ul&amp;gt;&lt;/p&gt;&lt;p&gt;Please anyone help me.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: uploadify problem &amp;lt;h1&amp;gt; bad request (Invalid hostname) &amp;lt;/h1&amp;gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/21858&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/21858&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 02 Jan 2013 19:07:32 +1300</pubDate>
			<dc:creator>ravik</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/21858</guid>
		</item>
		
		<item>
			<title>uploadify &lt;h1&gt; bad request (Invalid hostname) &lt;/h1&gt;</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/21824</link>
			<description>&lt;p&gt;hello everyone,&lt;/p&gt;&lt;p&gt;           I am using silverstripe 2.4.7 its working fine, when i installed uploadify and i upload the image it give error&lt;/p&gt;&lt;p&gt;           &amp;lt;h1&amp;gt; bad request (Invalid hostname) &amp;lt;/h1&amp;gt;&lt;/p&gt;&lt;p&gt;          Please give me the solution for this error, i am trying from  past 5 days, i didn't get answer.&lt;br /&gt;          its very urgent for me.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: uploadify &amp;lt;h1&amp;gt; bad request (Invalid hostname) &amp;lt;/h1&amp;gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/21824&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/21824&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 29 Dec 2012 21:53:48 +1300</pubDate>
			<dc:creator>ravik</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/21824</guid>
		</item>
		
		<item>
			<title>uploadify - IO Error/ http erro/&lt;h1&gt;bad request (invalid hostname)&lt;/h1&gt;</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/21810</link>
			<description>&lt;p&gt;hi,&lt;/p&gt;&lt;p&gt;   I am using silverstripe 2.4.7 ,it is working fine but when i installed uploadify module and i try to upload the image it giving error like&lt;/p&gt;&lt;p&gt;  some time it displays &lt;/p&gt;&lt;p&gt;    IO Error /  Http error / &amp;lt;h1&amp;gt;bad request (Invalid hostname)&amp;lt;/h1&amp;gt;&lt;/p&gt;&lt;p&gt;    after this i put the below code&lt;br /&gt;    UploadifyField::show_debug();&lt;br /&gt;    in mysite / _config.php&lt;/p&gt;&lt;p&gt;    after this the error throws like below&lt;/p&gt;&lt;p&gt; script: %2Fnesso%2Findex.php%2Fadmin%2Fassets%2FEditForm%2Ffield%2FFiles%2FUploadifyForm%2Ffield%2FUploadedFiles%2Fupload%3FSecurityID%3D5a7ab7d8cec69860fe2c2b599bd47e5162e60744%26ctf%5BFiles%5D%5Bstart%5D%3D0%26ctf%5BFiles%5D%5Bper_page%5D%3D10%26ctf%5BFiles%5D%5Bshowall%5D%3D0%26ctf%5BFiles%5D%5Bsort%5D%3DSortOrder%26ctf%5BFiles%5D%5Bsort_dir%5D%3D%26ctf%5BFiles%5D%5Bsearch%5D%3D%26ctf%5BFiles%5D%5Bfilter%5D%3D%26ctf%5BFiles%5D%5Bview%5D%3D&lt;br /&gt;refreshlink: /nesso/index.php/admin/assets/EditForm/field/Files/UploadifyForm/field/UploadedFiles/refresh?SecurityID=5a7ab7d8cec69860fe2c2b599bd47e5162e60744&amp;amp;ctf[Files][start]=0&amp;amp;ctf[Files][per_page]=10&amp;amp;ctf[Files][showall]=0&amp;amp;ctf[Files][sort]=SortOrder&amp;amp;ctf[Files][sort_dir]=&amp;amp;ctf[Files][search]=&amp;amp;ctf[Files][filter]=&amp;amp;ctf[Files][view]=&lt;br /&gt;uploader: /nesso/index.php/uploadify/javascript/uploadify.swf&lt;br /&gt;scriptAccess: sameDomain&lt;br /&gt;queueSizeLimit: 40&lt;br /&gt;auto: 1&lt;br /&gt;fileExt: *.*&lt;br /&gt;fileDesc:&lt;br /&gt;cancelImg: /nesso/index.php/uploadify/images/cancel.png&lt;br /&gt;image_class: Image&lt;br /&gt;file_class: File&lt;br /&gt;buttonText: Upload files&lt;br /&gt;queueID: UploadifyFieldQueue_UploadedFiles&lt;br /&gt;wmode: transparent&lt;br /&gt;hideButton: 1&lt;br /&gt;upload_on_submit:&lt;br /&gt;sortable:&lt;br /&gt;sizeLimit: 2097152&lt;br /&gt;multi: 1&lt;br /&gt;deleteEnabled:&lt;br /&gt;scriptData: &lt;/p&gt;&lt;p&gt;after this error comes, i red some aritcles and i put below code in /etc/apache2/httpd.conf&lt;/p&gt;&lt;p&gt;&amp;lt;IfModule mod_security2.c&amp;gt;&lt;br /&gt;SecRuleEngine Off&lt;br /&gt;&amp;lt;/IfModule&amp;gt; &lt;/p&gt;&lt;p&gt;but no use, still it giving same error as i mentioned in the above.&lt;/p&gt;&lt;p&gt;please let me know what is this error.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: uploadify - IO Error/ http erro/&amp;lt;h1&amp;gt;bad request (invalid hostname)&amp;lt;/h1&amp;gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/21810&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/21810&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 26 Dec 2012 00:27:24 +1300</pubDate>
			<dc:creator>ravik</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/21810</guid>
		</item>
		
		<item>
			<title>Re: Restfulserver relationdepth not working?</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/12526#post318776</link>
			<description>&lt;p&gt;Old question I know but found this thread via google while searching for the same thing and maybe someone will find it usefull.&lt;/p&gt;&lt;p&gt;The way I solved this problem: &lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;public static $has_one = array(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Thumbnail' =&amp;gt; 'Image',&lt;br /&gt;);&lt;/p&gt;&lt;p&gt;public static $api_access = array(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;'view' =&amp;gt; array('ThumbnailURL')&lt;br /&gt;);&lt;/p&gt;&lt;p&gt;public function getThumbnailURL() {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;if($this-&amp;gt;ThumbnailID) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return $this-&amp;gt;Thumbnail()-&amp;gt;URL;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;else {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return 0;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Restfulserver relationdepth not working? | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/12526#post318776&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/12526&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 14 Dec 2012 05:54:15 +1300</pubDate>
			<dc:creator>priithansen</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/12526#post318776</guid>
		</item>
		
		<item>
			<title>randomized Arraylist. (SS3)</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/21714</link>
			<description>&lt;p&gt;Hi, how can i randomize a ArrayList? This is my Code:&lt;/p&gt;&lt;p&gt;public function ImpressionsInRandomOrder($__count = 15) {&lt;/p&gt;&lt;p&gt;        $homepagePercent = 0.8;&lt;/p&gt;&lt;p&gt;        $homepageCount = (int) round($__count * $homepagePercent);&lt;br /&gt;        $currentCount = $__count - $homepageCount;&lt;/p&gt;&lt;p&gt;        $_home = ImpressionObject::get()-&amp;gt;filter(array('PageID' =&amp;gt; '1'))-&amp;gt;sort('RAND()')-&amp;gt;limit($homepageCount);&lt;br /&gt;        $_current = ImpressionObject::get()-&amp;gt;filter(array('PageID' =&amp;gt; $this-&amp;gt;ID))-&amp;gt;sort('RAND()')-&amp;gt;limit($currentCount);&lt;/p&gt;&lt;p&gt;        $_merge = new ArrayList();&lt;br /&gt;        $_merge-&amp;gt;merge($_home);&lt;br /&gt;        $_merge-&amp;gt;merge($_current);&lt;br /&gt;        $_merge-&amp;gt;sort('RAND()'); &amp;lt;-- this don't go&lt;/p&gt;&lt;p&gt;        return $_merge;&lt;/p&gt;&lt;p&gt;    }&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: randomized Arraylist. (SS3) | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/21714&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/21714&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 13 Dec 2012 22:54:03 +1300</pubDate>
			<dc:creator>dh</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/21714</guid>
		</item>
		
		<item>
			<title>Re: How to replicate ImageDataObjectManager behaviour in SS3?</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/20867#post318727</link>
			<description>&lt;p&gt;Thanks man!&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: How to replicate ImageDataObjectManager behaviour in SS3? | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/20867#post318727&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/20867&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 12 Dec 2012 05:57:17 +1300</pubDate>
			<dc:creator>JonoM</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/20867#post318727</guid>
		</item>
		
		<item>
			<title>Re: How to replicate ImageDataObjectManager behaviour in SS3?</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/20867#post318725</link>
			<description>&lt;p&gt;There's two ways to handle this extension either create a new inidividual class or extend the whole image class. I chose the second way since the option could be used on multiple relations.&lt;/p&gt;&lt;p&gt;Here is the code &lt;/p&gt;&lt;p&gt;The image extension&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;class CustomImageExtension extends DataExtension {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&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;'Feature' =&amp;gt; 'Boolean',&lt;br /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Caption' =&amp;gt; 'Varchar',&lt;br /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Cover' =&amp;gt; 'Boolean'&lt;br /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;);&lt;br /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;static $has_one = array(&lt;br /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Listing' =&amp;gt; 'Listing',&lt;br /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Room' =&amp;gt; 'Room',&lt;br /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'MLSListing' =&amp;gt; 'MLSListing'&lt;br /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;);&lt;br /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;public function updateCMSFields(FieldList $fields) { &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$fields-&amp;gt;addFieldToTab('Root.Main', new TextField('Caption', 'Caption'), 'Name');&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$fields-&amp;gt;addFieldToTab('Root.Main', new CheckboxField('Feature', 'Is Feature'), 'Name'); &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$fields-&amp;gt;addFieldToTab('Root.Main', new CheckboxField('Cover', 'Is Cover'), 'Name'); &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$fields-&amp;gt;removeByName('OwnerID');&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$fields-&amp;gt;removeByName('ParentID');&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$fields-&amp;gt;removeByName('BackLinkCount');&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;}&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;Then in your config add&lt;br /&gt;Object::add_extension('Image', 'CustomImageExtension');&lt;/p&gt;&lt;p&gt;This adds those fields to all Image Objects, the indidual class option instead of extending DataExtension you'd extend the Image, forget about the line in your config and on your dataobject call the relation to CustomImage instead of Image. Really depends on the functionality you need. I was really just adding a few booleans so I could pull feature image into carousels on parent pages, as I need this on almost every instance of image I just added to the Image Class&lt;/p&gt;&lt;p&gt;Hope that helps&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: How to replicate ImageDataObjectManager behaviour in SS3? | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/20867#post318725&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/20867&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 12 Dec 2012 05:16:11 +1300</pubDate>
			<dc:creator>zenmonkey</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/20867#post318725</guid>
		</item>
		
		<item>
			<title>Re: How to replicate ImageDataObjectManager behaviour in SS3?</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/20867#post318702</link>
			<description>&lt;p&gt;Hi zenmonkey, thanks for the reply - any chance you could provide the code you used for this? Sounds like a good solution.&lt;/p&gt;&lt;p&gt;Cheers&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: How to replicate ImageDataObjectManager behaviour in SS3? | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/20867#post318702&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/20867&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 11 Dec 2012 08:37:38 +1300</pubDate>
			<dc:creator>JonoM</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/20867#post318702</guid>
		</item>
		
		<item>
			<title>Re: Dataobjectmanager Popup Validation Code</title>
			<link>http://www.silverstripe.org/dataobjectmanager-module-forum/show/21650#post318645</link>
			<description>&lt;p&gt;Ok so I've found out how to add a required fields type of validation to DOM popup thanks to &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/9340&quot; rel=&quot;nofollow&quot;&gt;this post&lt;/a&gt;.  What I want to do now is add validation which ensures that a url is in url format and a price is a currency symbol followed by numbers.&lt;/p&gt;&lt;p&gt;Any suggestions? I've been searching online and in the code to no avail.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Dataobjectmanager Popup Validation Code | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/show/21650#post318645&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/dataobjectmanager-module-forum/reply/21650&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 08 Dec 2012 02:01:39 +1300</pubDate>
			<dc:creator>Stef87</dc:creator>
			<guid>http://www.silverstripe.org/dataobjectmanager-module-forum/show/21650#post318645</guid>
		</item>
		

	</channel>
</rss>