<?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: tinymce config in Silverstripe 2.3.2</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/7795#post311720</link>
			<description>&lt;p&gt;the correct URL is:&lt;br /&gt;&lt;a href=&quot;http://open.silverstripe.org/ticket/4390&quot; rel=&quot;nofollow&quot;&gt;http://open.silverstripe.org/ticket/4390&lt;/a&gt;&lt;br /&gt;Gruss aus Deutschland&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: tinymce config in Silverstripe 2.3.2 &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/7795#post311720&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/7795&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 10 Feb 2012 01:52:40 +1300</pubDate>
			<dc:creator>toarx</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/7795#post311720</guid>
		</item>
		
		<item>
			<title>Re: Checking user accounts on login</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/19147#post311717</link>
			<description>&lt;p&gt;Thanks - will take a look and have a go.&lt;/p&gt;&lt;p&gt;Thank you  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Checking user accounts on login &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/19147#post311717&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/19147&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 09 Feb 2012 23:45:30 +1300</pubDate>
			<dc:creator>Parker1090</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/19147#post311717</guid>
		</item>
		
		<item>
			<title>Re: Checking user accounts on login</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/19147#post311682</link>
			<description>&lt;p&gt;Check out this tutorial - &lt;a href=&quot;http://www.ssbits.com/tutorials/2009/custom-login-form-with-group-based-redirection/&quot; rel=&quot;nofollow&quot;&gt;http://www.ssbits.com/tutorials/2009/custom-login-form-with-group-based-redirection/&lt;/a&gt;. The custom login form is what you'll be wanting to do.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Checking user accounts on login &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/19147#post311682&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/19147&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 08 Feb 2012 21:24:03 +1300</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/19147#post311682</guid>
		</item>
		
		<item>
			<title>Re: restrict comments to logged in users: solved</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/18445#post311662</link>
			<description>&lt;p&gt;Thank you for your help. Unfortunately, that applied it to the whole site, not just the page type HiddenForm. Placing it in .php file for that file type did the trick however, which was awesome! But i also needed the form to be different and the single comment interface to be different, so i copied the two PageComment* .php files, replaced Page with HiddenForm in the names of the copies, searched in the files for PageComment and replaced each instance with HiddenFormComment. Also had to edit one of the core Sapphire files to allow for HiddenFormComments as well as PageComments. Of course i had to copy the two PageComment* .ss files and edit them the same way as i did the .php files, and then edited the .php file that defines the fields to only include the fields I want in the HiddenFormComments and adjusted the *singlecomment.ss file to look the way i want. Everything works well!! The only thing I still need to figure out is how i am going to get the CMS to recognize HiddenFormComments so i can edit them. Moderation isn't necessary as only logged-in users can post, anyway, and removing them is easily done from the webpage itself. But in case one ever needs to be edited, i would like to be able to see them in the CMS, as well. Any suggestions on that would be most appreciated; suppose it would have been easier to make a HiddenFormComments module after all of this! &lt;/p&gt;&lt;p&gt;Also, anyone out there know if it is possible to enable html tags inside comments?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: restrict comments to logged in users: solved &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/18445#post311662&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/18445&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 08 Feb 2012 08:36:07 +1300</pubDate>
			<dc:creator>restar</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/18445#post311662</guid>
		</item>
		
		<item>
			<title>Re: restrict comments to logged in users: solved</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/18445#post311655</link>
			<description>&lt;p&gt;Hi there,&lt;/p&gt;&lt;p&gt;To enable it you will add the line to your mysite/config.php file&lt;/p&gt;&lt;p&gt;So in the mysite/config.php file you will add the following&lt;/p&gt;&lt;p&gt;// Set page comments to require login //&lt;br /&gt;PageCommentInterface::set_comments_require_login(true);&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: restrict comments to logged in users: solved &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/18445#post311655&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/18445&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 07 Feb 2012 22:12:41 +1300</pubDate>
			<dc:creator>Optic Blaze</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/18445#post311655</guid>
		</item>
		
		<item>
			<title>Re: restrict comments to logged in users: solved</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/18445#post311653</link>
			<description>&lt;p&gt;Hi, sorry, I must be a real newbie here.  Can you please explain this solution in a little more detail?  This is exactly what I am looking to do - with one exception.  I have a page type HiddenForm (as opposed to page type Page) and only want comments to require login on HiddenForm pages, not on all pages.  Thanks in advance!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: restrict comments to logged in users: solved &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/18445#post311653&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/18445&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 07 Feb 2012 16:22:34 +1300</pubDate>
			<dc:creator>restar</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/18445#post311653</guid>
		</item>
		
		<item>
			<title>Checking user accounts on login</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/19147</link>
			<description>&lt;p&gt;Hi All,&lt;br /&gt;Please bear with me - still a newbie to this (but I like it and willing to learn!)&lt;/p&gt;&lt;p&gt;I've successfully extended the member table in the database, to contain information on address, telephone number etc., as well as two fields for 'AcceptTerms' (Boolean), and 'Enabled' (also boolean). What I need to do is, check if the account has been activated or not, and only allow the log in if it has, otherwise reject them.&lt;/p&gt;&lt;p&gt;The other thing I need to do, is if 'AcceptTerms' is false, display a link to the terms and conditions, and allow them to accept (update field, and continue with login).&lt;/p&gt;&lt;p&gt;As I said, I'm willing to learn, so I'm looking for more of guidance rather than answers. Any help would be gratefully appreciated!&lt;/p&gt;&lt;p&gt;Many Thanks,&lt;br /&gt;Matt&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Checking user accounts on login &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/19147&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/19147&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 05 Feb 2012 12:19:14 +1300</pubDate>
			<dc:creator>Parker1090</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/19147</guid>
		</item>
		
		<item>
			<title>Re: Decorating/Extending AssetAdmin - so that it shows a different folder</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/14730#post311589</link>
			<description>&lt;p&gt;Hi, &lt;/p&gt;&lt;p&gt; Yes I did solve it. &lt;/p&gt;&lt;p&gt; What I've got is &lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;class MemberAssets that extends AssetsAdmin&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;Then I've got some like &lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;public function SiteTreeAsUL() {&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; if(Permission::checkMember(Member::currentUser(), &quot;ADMIN&quot;)) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return  $this-&amp;gt;AdminSiteTreeAsUL();&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; } else {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return  $this-&amp;gt;UserSiteTreeAsUL();&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;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;Then tidy up the CMS menu in the _config.php I've got &lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;Director::addRules(100,array('admin/files/$Action/$ID/$OtherID' =&amp;gt; 'MemberAssets'));&lt;/p&gt;&lt;p&gt;CMSMenu::remove_menu_item('AssetAdmin');&lt;br /&gt;CMSMenu::remove_menu_item('MemberAssets');//this seems to be a bit hack but it works&lt;br /&gt;CMSMenu::add_link('AssetAdmin', 'Files', 'admin/files', $priority = 2);&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;I hope that helps&lt;/p&gt;&lt;p&gt;Cheers&lt;/p&gt;&lt;p&gt;Robin&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Decorating/Extending AssetAdmin - so that it shows a different folder &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/14730#post311589&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/14730&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 03 Feb 2012 12:53:26 +1300</pubDate>
			<dc:creator>robinp</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/14730#post311589</guid>
		</item>
		
		<item>
			<title>Re: Decorating/Extending AssetAdmin - so that it shows a different folder</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/14730#post311586</link>
			<description>&lt;p&gt;I've been trying the same. But yeah, the SiteTreeAsUl extend doesn't work. Have you found a solution yet?&lt;/p&gt;&lt;p&gt;I think it's easier to just set the rootfolder, but haven't really found out yet how to.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Decorating/Extending AssetAdmin - so that it shows a different folder &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/14730#post311586&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/14730&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 03 Feb 2012 05:49:58 +1300</pubDate>
			<dc:creator>Sphere</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/14730#post311586</guid>
		</item>
		
		<item>
			<title>Customising TinyMCE in Admin Panel</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/19129</link>
			<description>&lt;p&gt;Please could someone advise how to add buttons such as image and link to TinyMCE in the admin panel, plus how to also add the ability to upload an image within the image module for TinyMCE. I can see that all the code is there on the server, after wasting the best of 3.5 hours on this now, I can't for the life of me figure out why editing the _config.php only affects some TinyMCE modules and plugins and not others.&lt;/p&gt;&lt;p&gt;It seems pretty straightforward but is just made ridiculously complex it seems.&lt;/p&gt;&lt;p&gt;Please advise if you can. Thanks in advance.&lt;/p&gt;&lt;p&gt;My client is using version 2.3.3 by the way.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Customising TinyMCE in Admin Panel &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/19129&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/19129&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 02 Feb 2012 03:04:19 +1300</pubDate>
			<dc:creator>zigojacko</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/19129</guid>
		</item>
		
		<item>
			<title>Re: Remove Image and Flash Button from TinyMCE</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/16991#post311494</link>
			<description>&lt;p&gt;Please forgive me for refreshing the last post.&lt;br /&gt;I did a lot of research and still have no chance to remove image, flash and anchor from tinymce in Silverstripe 2.4.6.&lt;br /&gt;Anyone any hint?&lt;/p&gt;&lt;p&gt;THX!&lt;/p&gt;&lt;p&gt;Regards&lt;br /&gt;SF&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Remove Image and Flash Button from TinyMCE &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/16991#post311494&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/16991&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 30 Jan 2012 03:11:31 +1300</pubDate>
			<dc:creator>Silverfish</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/16991#post311494</guid>
		</item>
		
		<item>
			<title>List of images from file store?</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/19107</link>
			<description>&lt;p&gt;Hi All,&lt;/p&gt;&lt;p&gt;i have added a simple image to my site, ie&lt;br /&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;'HeroShot' =&amp;gt; 'Image'&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;);&lt;br /&gt;...&lt;br /&gt;function getCMSFields() {&lt;br /&gt;        $fields = parent::getCMSFields();&lt;br /&gt;        $fields-&amp;gt;addFieldToTab(&quot;Root.Content.Images&quot;, new ImageField('HeroShot', 'Load your hero image'));&lt;br /&gt;        return $fields;&lt;br /&gt; }&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;When i try to edit the page in the cms, and choose Attach image 'From the File Store' the drop down list will not load. i.e. no folders no images, just says 'loading...' i can load from my computer successfully.&lt;/p&gt;&lt;p&gt;I am running the latest MAMP, SS and Modules; DataObjectManager, uploadify, ecommerce, payment-v0.3.0&lt;/p&gt;&lt;p&gt;I have tried removing DataObjectManager &amp;amp; uploadify  and dev/build?flush=1 and flush=all&lt;/p&gt;&lt;p&gt;it appears ok when i load the image panel from the wysiwyg tinymce editor, just not the specific image tab?? Any advice would be greatly appreciated.&lt;br /&gt;Thanks in advance&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: List of images from file store? &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/19107&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/19107&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 29 Jan 2012 18:29:58 +1300</pubDate>
			<dc:creator>datswicked</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/19107</guid>
		</item>
		
		<item>
			<title>Re: ModelAdmin: Load next DO with Next Button</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/17947#post311469</link>
			<description>&lt;p&gt;Hey Danzzz,&lt;/p&gt;&lt;p&gt;Just had a ticket with a client requesting this - did you get any further with your coding than is recorded here?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: ModelAdmin: Load next DO with Next Button &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/17947#post311469&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/17947&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 28 Jan 2012 05:22:18 +1300</pubDate>
			<dc:creator>swaiba</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/17947#post311469</guid>
		</item>
		
		<item>
			<title>Re: renameField has no effect</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/6784?start=8#post311463</link>
			<description>&lt;p&gt;Working like charm  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt;  Thanks.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: renameField has no effect &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/6784?start=8#post311463&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/6784&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 27 Jan 2012 23:43:01 +1300</pubDate>
			<dc:creator>Bureau Berg</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/6784?start=8#post311463</guid>
		</item>
		
		<item>
			<title>Re: Error Uploading file - File is not a valid upload [solved]</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/19097#post311446</link>
			<description>&lt;p&gt;Solved with &lt;a href=&quot;http://open.silverstripe.org/attachment/ticket/5547/2.4.1-FileUpload-2.diff&quot; rel=&quot;nofollow&quot;&gt;http://open.silverstripe.org/attachment/ticket/5547/2.4.1-FileUpload-2.diff&lt;/a&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Error Uploading file - File is not a valid upload [solved] &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/19097#post311446&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/19097&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 27 Jan 2012 05:00:08 +1300</pubDate>
			<dc:creator>Zyzzza</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/19097#post311446</guid>
		</item>
		
		<item>
			<title>Error Uploading file - File is not a valid upload [solved]</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/19097</link>
			<description>&lt;p&gt;Hi All, &lt;/p&gt;&lt;p&gt;Have got a problem on my 2.4.5 version .&lt;/p&gt;&lt;p&gt;Upload works from all other pages and &quot;Files and IMages&quot; tab, however when I'm trying to upload an image from TinyMCE it dives me an error &quot;File is not a valid upload&quot;. Please advise where I can search for a solution ? (Permissions are well configured, so should not be the case)&lt;/p&gt;&lt;p&gt;Please see image attached&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Error Uploading file - File is not a valid upload [solved] &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/19097&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/19097&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 27 Jan 2012 04:39:02 +1300</pubDate>
			<dc:creator>Zyzzza</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/19097</guid>
		</item>
		
		<item>
			<title>Re: ErrorPage (403) creates an empty html page.[SOLVED]</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/19061#post311393</link>
			<description>&lt;p&gt;Thanks, heaps!  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/grin.gif'&gt; &lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: ErrorPage (403) creates an empty html page.[SOLVED] &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/19061#post311393&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/19061&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 25 Jan 2012 10:01:43 +1300</pubDate>
			<dc:creator>_Vince</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/19061#post311393</guid>
		</item>
		
		<item>
			<title>Re: Allowing same URLSegment in different locales</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/18813#post311349</link>
			<description>&lt;p&gt;OK, so for this whole mess to work the way I want to, I only have to comment the disable_locale_filter() in Translatable' augmentValidURLSegment() and have SiteTree's onBeforeWrite() do the URL check if $this-&amp;gt;Locale == Translatable::get_current_locale(). In this way I have unique URL segments per language (no /eng/home/ twice for example) and same URL segments across languages (/eng/home/, /deu/home/, etc.).&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Allowing same URLSegment in different locales &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/18813#post311349&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/18813&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 24 Jan 2012 03:48:30 +1300</pubDate>
			<dc:creator>smares</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/18813#post311349</guid>
		</item>
		
		<item>
			<title>Re: Proposal: Take the training wheels off the HTML-source editor</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/10779?start=8#post311347</link>
			<description>&lt;p&gt;These things are all well and good if you are a developer that understands the MVC approach.&lt;/p&gt;&lt;p&gt;Castrating the wysiwig editor makes building a page that looks the way you want it to very difficult if you are not a developer. I want to put a form on my site that does not link to the ss database so whats the harm in coding the form and options array in html?.  I want to call images from another site to my site with &amp;lt;script&amp;gt; tag. I don't want editor to decide that every line that does not have a tag should automatically be given &amp;lt;p&amp;gt; tag (I am thinking array again). It would be nice to have a simple way to use different font, color, size etc for &amp;lt;h1&amp;gt;, &amp;lt;h2&amp;gt; etc. tags on different pages without having to create a new page type just for one page.&lt;/p&gt;&lt;p&gt;A cool solution to the problem would be an option in the admin area that enabled admin to select the ss standard wysiwyg settings or toggle and allow complete freedom in wysiwyg editor.&lt;/p&gt;&lt;p&gt;Any chance in the next release?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Proposal: Take the training wheels off the HTML-source editor &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/10779?start=8#post311347&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/10779&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 24 Jan 2012 02:30:34 +1300</pubDate>
			<dc:creator>Loopy</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/10779?start=8#post311347</guid>
		</item>
		
		<item>
			<title>Re: Allowing same URLSegment in different locales</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/18813#post311344</link>
			<description>&lt;p&gt;Number one, the changes I did to the files are way to exaggerated - it's enough to simply comment out the disable_locale_filter() in Translatable's augmentValidURLSegment.&lt;/p&gt;&lt;p&gt;Number two, the problem is caused when SilverStripe is &quot;touching&quot; the translations in Translatable-&amp;gt;onBeforeWrite().&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Allowing same URLSegment in different locales &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/18813#post311344&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/18813&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 24 Jan 2012 00:02:15 +1300</pubDate>
			<dc:creator>smares</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/18813#post311344</guid>
		</item>
		
		<item>
			<title>Re: How to determine what user opened CMS or the page on website?</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/19065#post311330</link>
			<description>&lt;p&gt;&lt;q&gt;You can easily find out about the curnt member - the docs tell it better then I could: &lt;a href=&quot;http://doc.silverstripe.org/sapphire/en/reference/member&quot; rel=&quot;nofollow&quot;&gt;http://doc.silverstripe.org/sapphire/en/reference/member&lt;/a&gt;&lt;/q&gt;Thanks, but this is not appropriate, because after authorization is impossible to determine what is open (CMS or Web Page).&lt;/p&gt;&lt;p&gt;&lt;q&gt;But I've no clue what you mean by mentioning SSViewer.php...&lt;/q&gt;Need for customising the template parser.&lt;/p&gt;&lt;p&gt;Any other ideas?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: How to determine what user opened CMS or the page on website? &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/19065#post311330&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/19065&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 23 Jan 2012 06:54:28 +1300</pubDate>
			<dc:creator>Romano</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/19065#post311330</guid>
		</item>
		
		<item>
			<title>Re: How to determine what user opened CMS or the page on website?</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/19065#post311329</link>
			<description>&lt;p&gt;You can easily find out about the curnt member - the docs tell it better then I could: &lt;a href=&quot;http://doc.silverstripe.org/sapphire/en/reference/member&quot; rel=&quot;nofollow&quot;&gt;http://doc.silverstripe.org/sapphire/en/reference/member&lt;/a&gt;&lt;/p&gt;&lt;p&gt;But I've no clue what you mean by mentioning SSViewer.php...&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: How to determine what user opened CMS or the page on website? &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/19065#post311329&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/19065&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 23 Jan 2012 06:23:13 +1300</pubDate>
			<dc:creator>martimiz</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/19065#post311329</guid>
		</item>
		
		<item>
			<title>How to determine what user opened CMS or the page on website?</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/19065</link>
			<description>&lt;p&gt;Hello! How to determine what user opened CMS (Admin Panel) or the page on website?&lt;/p&gt;&lt;p&gt;In the script \sapphire\core\SSViewer.php.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: How to determine what user opened CMS or the page on website? &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/19065&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/19065&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 23 Jan 2012 06:18:19 +1300</pubDate>
			<dc:creator>Romano</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/19065</guid>
		</item>
		
		<item>
			<title>Re: ErrorPage (403) creates an empty html page.[SOLVED]</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/19061#post311325</link>
			<description>&lt;p&gt;Open file: sapphire\core\control\HTTPResponse.php&lt;/p&gt;&lt;p&gt;Find function isFinished() and remove error code from an array.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: ErrorPage (403) creates an empty html page.[SOLVED] &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/19061#post311325&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/19061&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 23 Jan 2012 05:56:38 +1300</pubDate>
			<dc:creator>Romano</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/19061#post311325</guid>
		</item>
		
		<item>
			<title>Re: ErrorPage (403) creates an empty html page.[SOLVED]</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/19061#post311311</link>
			<description>&lt;p&gt;Same for 401 pages.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: ErrorPage (403) creates an empty html page.[SOLVED] &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/19061#post311311&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/19061&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 21 Jan 2012 16:34:31 +1300</pubDate>
			<dc:creator>_Vince</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/19061#post311311</guid>
		</item>
		
		<item>
			<title>ErrorPage (403) creates an empty html page.[SOLVED]</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/19061</link>
			<description>&lt;p&gt;I am trying to create a 403 error page. Publishing creates a HTML page called error-403.html in the assets folder, as it should. &lt;/p&gt;&lt;p&gt;But the file is empty. &lt;/p&gt;&lt;p&gt;If I try copying and pasting the content from another page into the empty file, the next time I publish, the length is once again set to zero. &lt;/p&gt;&lt;p&gt;Any ideas?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: ErrorPage (403) creates an empty html page.[SOLVED] &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/19061&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/19061&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 21 Jan 2012 16:16:08 +1300</pubDate>
			<dc:creator>_Vince</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/19061</guid>
		</item>
		
		<item>
			<title>Re: ModelAdmin: Unable to scroll</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/18991#post311251</link>
			<description>&lt;p&gt;This is very strange as I use TinyMCE in ModelAdmin all the time with no issue - have you done any hacking or is this a clean install?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: ModelAdmin: Unable to scroll &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/18991#post311251&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/18991&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 19 Jan 2012 00:25:36 +1300</pubDate>
			<dc:creator>swaiba</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/18991#post311251</guid>
		</item>
		
		<item>
			<title>Re: ModelAdmin: Unable to scroll</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/18991#post311250</link>
			<description>&lt;p&gt;haha   &lt;/p&gt;&lt;p&gt;I found if  I don't use  a HTMLEditorField  i always get scrollbars.&lt;/p&gt;&lt;p&gt;$fields-&amp;gt;addFieldToTab('Root.Main',new HtmlEditorField('OfficeExtra'));&lt;/p&gt;&lt;p&gt;so need to figure out how i can have a html tnymce field within model admin or just avoid them i guess&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: ModelAdmin: Unable to scroll &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/18991#post311250&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/18991&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 19 Jan 2012 00:20:31 +1300</pubDate>
			<dc:creator>merrick_sd</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/18991#post311250</guid>
		</item>
		
		<item>
			<title>Re: Way to add a label to a field in a custom tab?</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/18978#post311121</link>
			<description>&lt;p&gt;You can use the setRightTitle() function on a form field to set a secondary label. Or if that doesn't give you the control you need, insert a new LiteralField form object and include the HTML you need.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Way to add a label to a field in a custom tab? &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/18978#post311121&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/18978&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 14 Jan 2012 16:26:24 +1300</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/18978#post311121</guid>
		</item>
		
		<item>
			<title>Re: ModelAdmin: two save buttons. </title>
			<link>http://www.silverstripe.org/customising-the-cms/show/18999#post311114</link>
			<description>&lt;p&gt;okay, so far i was able to remove one of the two save buttons. I inserted the following line in my MyCustomAdmin class in order to reference a record controller class:&lt;/p&gt;&lt;p&gt;public static $record_controller_class = 'MyCustomAdmin_RecordController';&lt;/p&gt;&lt;p&gt;and then created the class referenced in the same file like this:&lt;/p&gt;&lt;p&gt;class MyCustomAdmin_RecordController extends ModelAdmin_RecordController {&lt;br /&gt;  //manages everything to do with individual record&lt;br /&gt;  public function EditForm() {&lt;br /&gt;    $form = parent::EditForm();&lt;br /&gt;    $actions = $form-&amp;gt;Actions();&lt;br /&gt;    $actions-&amp;gt;removeByName('Save'); // remove save button from form&lt;br /&gt;    return $form;&lt;br /&gt;  }&lt;br /&gt;}&lt;/p&gt;&lt;p&gt;Fortunately, the button that did not work was removed and not the other one. No idea why this is so.&lt;/p&gt;&lt;p&gt;Still i am facing the problem of a not working save-and-publish button. Im am thankfull for any help on getting this button working.&lt;/p&gt;&lt;p&gt;Best regads! &lt;br /&gt;ramtamtam&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: ModelAdmin: two save buttons.  &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/18999#post311114&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/18999&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 14 Jan 2012 05:30:18 +1300</pubDate>
			<dc:creator>ramtamtam</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/18999#post311114</guid>
		</item>
		
		<item>
			<title>ModelAdmin: two save buttons. </title>
			<link>http://www.silverstripe.org/customising-the-cms/show/18999</link>
			<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;i have a custom Object extended from Page that i want to manage in model admin. It has a many_many relation to an other object and is placed in a page holder with a has_one &amp;lt;-&amp;gt; has_many relation. As i expect a large number of elements being held in this object in the future, i would like to manage them in model admin.&lt;/p&gt;&lt;p&gt;I would like to remove one of the save buttons and make the &quot;save and publish&quot;- button work.&lt;/p&gt;&lt;p&gt;I browsed this forum and others and read posts for hours but did not find anything helpful. I appreciate any ideas. &lt;/p&gt;&lt;p&gt;Best regads!&lt;br /&gt;ramtamtam&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: ModelAdmin: two save buttons.  &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/18999&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/18999&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 13 Jan 2012 19:45:21 +1300</pubDate>
			<dc:creator>ramtamtam</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/18999</guid>
		</item>
		
		<item>
			<title>Re: ModelAdmin: Unable to scroll</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/18991#post311077</link>
			<description>&lt;p&gt;well - yes you don't need to define getCMSfields - that is the great thing about modeladmin&lt;/p&gt;&lt;p&gt;now if you do want to checnge/add things use the functions above&lt;/p&gt;&lt;p&gt;so if you take the getCMSFields away and it still fails then you problem is not in the dataobject fields, or getCMSFields then is it?  so I would say it is not possible to advise becasue *something else* is causing the issue...&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: ModelAdmin: Unable to scroll &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/18991#post311077&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/18991&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 13 Jan 2012 06:13:15 +1300</pubDate>
			<dc:creator>swaiba</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/18991#post311077</guid>
		</item>
		
		<item>
			<title>Re: ModelAdmin: Unable to scroll</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/18991#post311076</link>
			<description>&lt;p&gt;When you say Im treating it as a Page.. do you mean i don't need.      function getCMSFields()&lt;/p&gt;&lt;p&gt;I haven't extended Page .. I have extended DataObject and ModelAdmin&lt;/p&gt;&lt;p&gt;class Office extends DataObject {&lt;/p&gt;&lt;p&gt;and&lt;/p&gt;&lt;p&gt;class GlobalAdmin extends ModelAdmin {&lt;/p&gt;&lt;p&gt;I did try&lt;/p&gt;&lt;p&gt;function getCMSFields(){&lt;/p&gt;&lt;p&gt;  $fields = parent::getCMSFields();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return $fields;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;p&gt;Doesn't solve  as yes the fields are still rendered  but still have same problem in cannot scroll, also fields  aren't singular they have drag handles now.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: ModelAdmin: Unable to scroll &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/18991#post311076&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/18991&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 13 Jan 2012 06:08:01 +1300</pubDate>
			<dc:creator>merrick_sd</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/18991#post311076</guid>
		</item>
		
		<item>
			<title>Re: ModelAdmin: Unable to scroll</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/18991#post311072</link>
			<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;You are treating model admin like a page, this is wasting your time.  ModelAdmin scafolds the fields so you don't have to - all you need to is remove what you don't want (removebyname), change what needs changing (replacefield) and add new things (insertbefore,insertafter).&lt;/p&gt;&lt;p&gt;It is likely sorting the above will sort your problem.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: ModelAdmin: Unable to scroll &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/18991#post311072&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/18991&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 13 Jan 2012 04:32:18 +1300</pubDate>
			<dc:creator>swaiba</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/18991#post311072</guid>
		</item>
		
		<item>
			<title>ModelAdmin: Unable to scroll</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/18991</link>
			<description>&lt;p&gt;has anyone come accross this.&lt;/p&gt;&lt;p&gt;I have used model Admin  to display and edit a DataObject but I cannot  scroll.&lt;/p&gt;&lt;p&gt;Im using Firefox&lt;/p&gt;&lt;p&gt;code&lt;br /&gt; GlobalAdmin.php&lt;br /&gt;--------------------------------------&lt;br /&gt;class GlobalAdmin extends ModelAdmin {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;public static $managed_models = array(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'FooterIcon', 'GlobalBanner', 'FootNote', 'ccswlogin','Office'//'NavStyle'&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;static $url_segment = 'Global'; // will be linked as /admin/products&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;static $menu_title = 'Global';&lt;/p&gt;&lt;p&gt;}&lt;br /&gt;---------------------------------------&lt;/p&gt;&lt;p&gt;Office.php&lt;br /&gt;&amp;lt;?php&lt;/p&gt;&lt;p&gt;class Office extends DataObject {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;static $db = array(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;'MainOffice' =&amp;gt; 'Boolean',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;'CompanyReg' =&amp;gt; 'Text',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;'VATNo' =&amp;gt; 'Text',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Title' =&amp;gt; 'Text',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Address1' =&amp;gt; 'Text',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Address2' =&amp;gt; 'Text',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Address3' =&amp;gt; 'Text',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Address4' =&amp;gt; 'Text',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;'City' =&amp;gt; 'Text',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Country' =&amp;gt; 'Text',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Postcode' =&amp;gt; 'Text',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Tel' =&amp;gt; 'Varchar',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Fax' =&amp;gt; 'Varchar',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Email' =&amp;gt; 'Varchar',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;'OfficeExtra' =&amp;gt; 'HTMLText'&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 $singular_name = 'Office';&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;static $plural_name = 'Offices';&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;'SiteTree' =&amp;gt; 'SiteTree',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;'officepagelink' =&amp;gt; 'SiteTree',&lt;/p&gt;&lt;p&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;// Model Admin utilities&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;static $searchable_fields = array(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Title',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Postcode'&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;//'ID',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;//'helpline'&lt;br /&gt;);&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 $summary_fields = array(&lt;br /&gt;'MainOffice',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Title',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Address1',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;'City',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Postcode',&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;function getCMSFields(){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;$source = DataObject::get(&quot;SiteTree&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;$optionArray = $source-&amp;gt;toDropDownMap($index = 'ID', $titleField = 'Title', &quot;--- select page ---&quot;, $sort = &quot;Sort&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;if($source) foreach( $source as $page ) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$optionArray[$page-&amp;gt;ID] = $page-&amp;gt;MenuTitle;&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;$fields =  new FieldSet(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;//new DropdownField(&quot;AllSameASID&quot;,&quot;Set Links Same As&quot;,$optionArray),&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;   new CheckBoxField('MainOffice', &quot;Tick to mark as MainOffice&quot;),&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;   new TextField('CompanyReg', 'Companys House Reg eg: Registered in England 00000','Email'),&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;   &amp;nbsp;&amp;nbsp;&amp;nbsp;   new TextField('VATNo', 'VAT No eg:GB 383 8602 20&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;   &amp;nbsp;&amp;nbsp;&amp;nbsp;   ', 'Email'),&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;new TextField('Title', 'Office Name'),&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;new TextField('Address1', 'Address line1'),&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('Address2', 'Address line2'),&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('Address3', 'Address line3'),&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('Address4', 'Address line4'),&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;new TextField('City', 'City'),&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;new TextField('Country', 'Country'),&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;new TextField('Postcode', 'Postcode'),&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;new TextField('Tel', 'Tel'),&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;&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('Fax', 'Fax'),&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;&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;new EmailField('Email', 'Email'),&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;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;&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;new HtmlEditorField('OfficeExtra', 'ExtraContent'),&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;&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 DropdownField(&quot;officepagelinkID&quot;,&quot;Link To Page&quot;,$optionArray),&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;new LiteralField (&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;$name = &quot;literalfield&quot;,$content = &quot;&amp;lt;p&amp;gt;Remember to click Save / Add&amp;lt;/p&amp;gt;&quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&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;);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;return $fields;&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;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;function VarOfficeLink() {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$dos = new DataObjectSet();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$fieldname = &quot;officepagelinkID&quot;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if($this-&amp;gt;$fieldname &amp;gt; 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;if($page = DataObject::get_by_id(&quot;SiteTree&quot;, $this-&amp;gt;$fieldname - 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;&amp;nbsp;&amp;nbsp;&amp;nbsp;$dos-&amp;gt;push($page);&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;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return $dos;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;}&lt;/p&gt;&lt;p&gt;?&amp;gt;&lt;/p&gt;&lt;p&gt;This works in the Admin,  but I can't scroll down to edit other fields.&lt;/p&gt;&lt;p&gt;Any advice appreciated&lt;/p&gt;&lt;p&gt;picture attached&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: ModelAdmin: Unable to scroll &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/18991&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/18991&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 13 Jan 2012 01:23:47 +1300</pubDate>
			<dc:creator>merrick_sd</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/18991</guid>
		</item>
		
		<item>
			<title>Way to add a label to a field in a custom tab?</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/18978</link>
			<description>&lt;p&gt;Hi folks&lt;br /&gt;I've extended my page.ss to include a MenuImage field, and I'd like the tab to show a bit of descriptive text below the ImageField (e.g. &quot;Please use a 100x100 image for best results&quot;).&lt;/p&gt;&lt;p&gt;I've googled and searched through the SilverStripe book but to no avail.  Is there a way to add a label like that in SS?&lt;/p&gt;&lt;p&gt;Thanks very much,&lt;br /&gt;Rubin&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Way to add a label to a field in a custom tab? &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/18978&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/18978&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 12 Jan 2012 06:30:10 +1300</pubDate>
			<dc:creator>rbTech</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/18978</guid>
		</item>
		
		<item>
			<title>Re: Remove Image and Flash Button from TinyMCE</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/16991#post311015</link>
			<description>&lt;p&gt;Hmmmm...&lt;/p&gt;&lt;p&gt;today, in Silverstripe V. 2.4.6.&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;HtmlEditorConfig::get('cms')-&amp;gt;removeButtons('ssimage', 'ssflash')&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;has no effect any more.&lt;br /&gt;Neither can I remove the buttons 'anchor' or 'tablecontrols' by this method. Others like 'pasteword' work like expected. All seems pretty strange.&lt;br /&gt;Does anyone know if there were changes since 2.4.4?&lt;/p&gt;&lt;p&gt;Regards&lt;br /&gt;SF&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Remove Image and Flash Button from TinyMCE &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/16991#post311015&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/16991&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 12 Jan 2012 01:29:21 +1300</pubDate>
			<dc:creator>Silverfish</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/16991#post311015</guid>
		</item>
		
		<item>
			<title>Change Fields in Add Dialog</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/18952</link>
			<description>&lt;p&gt;Hi,&lt;br /&gt;i am using the DataObjectDecorator to change the member fields and to reorganise the tabs for the member at Security Tab.&lt;/p&gt;&lt;p&gt;How can i alter the &quot;Add Dialog&quot; in the Backend for the Member.&lt;/p&gt;&lt;p&gt;Seems that in updateCMSFields the f.e. &lt;br /&gt;$currentFields-&amp;gt;removeFieldFromTab('Root.Main', 'FirstName');&lt;br /&gt;doesnt have influence on the Add Dialog.&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Change Fields in Add Dialog &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/18952&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/18952&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 10 Jan 2012 23:28:20 +1300</pubDate>
			<dc:creator>ivo</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/18952</guid>
		</item>
		
		<item>
			<title>Re: $member-&gt;inGroup and renaming a Member Group</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/18926#post310910</link>
			<description>&lt;p&gt;See my comment on the ticket - &lt;a href=&quot;http://open.silverstripe.org/ticket/6829#comment:1&quot; rel=&quot;nofollow&quot;&gt;http://open.silverstripe.org/ticket/6829#comment:1&lt;/a&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: $member-&gt;inGroup and renaming a Member Group &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/18926#post310910&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/18926&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 07 Jan 2012 21:05:20 +1300</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/18926#post310910</guid>
		</item>
		
		<item>
			<title>Re: Draggable multiple fields as in Userforms</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/18929#post310908</link>
			<description>&lt;p&gt;Take a look at UDF (UserForm.js) and see how it works if you're interested!&lt;/p&gt;&lt;p&gt;Drag and drop is mostly handled by jQuery, the + functionality is an ajax call to a controller which returns the HTML segment with the new form field. In the javascript I then add that HTML to the page.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Draggable multiple fields as in Userforms &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/18929#post310908&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/18929&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 07 Jan 2012 20:59:11 +1300</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/18929#post310908</guid>
		</item>
		
		<item>
			<title>Re: Draggable multiple fields as in Userforms</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/18929#post310900</link>
			<description>&lt;p&gt;Yeah, kinda  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;&lt;p&gt;I generally use widgets to manage items in the Sidebar. In this case, I am talking about a $has_many relationship, often ordered. Eg, attaching / featuring a few Dataobjects or pages to a particular page.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Draggable multiple fields as in Userforms &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/18929#post310900&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/18929&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 07 Jan 2012 06:25:33 +1300</pubDate>
			<dc:creator>KINKCreative</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/18929#post310900</guid>
		</item>
		
		<item>
			<title>Re: Draggable multiple fields as in Userforms</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/18929#post310898</link>
			<description>&lt;p&gt;I use Widgets for this... or am I missing the point of what you are asking?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Draggable multiple fields as in Userforms &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/18929#post310898&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/18929&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 07 Jan 2012 05:24:36 +1300</pubDate>
			<dc:creator>swaiba</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/18929#post310898</guid>
		</item>
		
		<item>
			<title>Draggable multiple fields as in Userforms</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/18929</link>
			<description>&lt;p&gt;Hi guys, I've been in love with the user experience of the UserForms module. There are many occasions where I would need to add a various number of sortable fields and I've either used multiple static fields or DataObjectManager. I guess I'm curious about the next level to learn how to do something like that in the UI.&lt;/p&gt;&lt;p&gt;A + button which will add a particular field (e.g. Dropdownfield). There is the DRAG option too, which I've seen in some other modules so I am assuming it's actually part of the CMS.&lt;/p&gt;&lt;p&gt;Would anyone advanced here be able to give a little tutorial and explain the steps needed?&lt;/p&gt;&lt;p&gt;Thanks a bunch!!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Draggable multiple fields as in Userforms &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/18929&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/18929&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 07 Jan 2012 03:52:37 +1300</pubDate>
			<dc:creator>KINKCreative</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/18929</guid>
		</item>
		
		<item>
			<title>Re: $member-&gt;inGroup and renaming a Member Group</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/18926#post310879</link>
			<description>&lt;p&gt;If it's a bug (or you think it is) best place is open.silverstripe.org&lt;br /&gt;&lt;del&gt;You are unlikely to get a response from an SS dev here&lt;/del&gt; &lt;strong&gt;Edit &lt;em&gt;but so you did from Willr!&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: $member-&gt;inGroup and renaming a Member Group &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/18926#post310879&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/18926&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 07 Jan 2012 00:35:29 +1300</pubDate>
			<dc:creator>swaiba</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/18926#post310879</guid>
		</item>
		
		<item>
			<title>$member-&gt;inGroup and renaming a Member Group</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/18926</link>
			<description>&lt;p&gt;Can somebody confirm that after renaming a Member Group the inGroup method with the Group Title still checks on the old name?&lt;/p&gt;&lt;p&gt;I renamed a group from 'Dealer' to 'Retailer' in the Security Tab and &lt;br /&gt;if( $member-&amp;gt;inGroup('Retailer') )&lt;br /&gt;returns false&lt;br /&gt;if( $member-&amp;gt;inGroup('Dealer') )&lt;br /&gt;returns true&lt;/p&gt;&lt;p&gt;Seemed that in the Groups Table the Code field wasnt updated.&lt;/p&gt;&lt;p&gt;I updated it manually and then it works.&lt;br /&gt;Feels like a Bug, doesnt it?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: $member-&gt;inGroup and renaming a Member Group &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/18926&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/18926&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 06 Jan 2012 23:02:19 +1300</pubDate>
			<dc:creator>ivo</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/18926</guid>
		</item>
		
		<item>
			<title>Re: ModelAdmin &amp; Hierarchy, possible?</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/18911#post310826</link>
			<description>&lt;p&gt;It is possible, I used to have a systen that used the sitetreeasUL functions and created one from data objects.  But I replaced it with modeladmin (as it was hacky and tons of code).&lt;/p&gt;&lt;p&gt;SS3 will be using jstree and it looks very simple to create a tree from a dataobject set...&lt;/p&gt;&lt;p&gt;This could show the dataobjects found by the search as the root nodes, &lt;br /&gt;clicking on the icon brings up the normal edit form and clicking on &lt;br /&gt;the pluss opens up the &quot;child&quot; or relating objects. &lt;br /&gt;It would need... &lt;br /&gt;*icon (as you say) &lt;br /&gt;*function getTreeNodeName &lt;br /&gt;*a way to indicate relationships not to follow (in other words &quot;sink&quot; &lt;br /&gt;objects)&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: ModelAdmin &amp; Hierarchy, possible? &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/18911#post310826&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/18911&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 05 Jan 2012 01:02:19 +1300</pubDate>
			<dc:creator>swaiba</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/18911#post310826</guid>
		</item>
		
		<item>
			<title>ModelAdmin &amp; Hierarchy, possible?</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/18911</link>
			<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I have a query about implementing SiteTree-like hierarchy in ModelAdmin.&lt;/p&gt;&lt;p&gt;First of all, is it possible? I need to manage my objects, with categories (and an indefinite number of sub categories) in ModelAdmin. Ideally, I'd like basically another SiteTree in another tab, to avoid the clutter of the other pages.&lt;/p&gt;&lt;p&gt;Cheers.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: ModelAdmin &amp; Hierarchy, possible? &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/18911&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/18911&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 05 Jan 2012 00:32:40 +1300</pubDate>
			<dc:creator>WebInt</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/18911</guid>
		</item>
		
		<item>
			<title>Re: Overriding/Extending Requirements and Requirements_Backend class</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/18908#post310821</link>
			<description>&lt;p&gt;That worked perfectly. Thanks a lot Simon.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Overriding/Extending Requirements and Requirements_Backend class &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/18908#post310821&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/18908&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 04 Jan 2012 23:23:14 +1300</pubDate>
			<dc:creator>Jatinder</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/18908#post310821</guid>
		</item>
		
		<item>
			<title>Re: Overriding/Extending Requirements and Requirements_Backend class</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/18908#post310819</link>
			<description>&lt;p&gt;You can subclass Requirements_Backend then, in your _config.php or Page_Controller::init(), call Requirements::set_backend(new MyBackend);&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Overriding/Extending Requirements and Requirements_Backend class &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/18908#post310819&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/18908&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 04 Jan 2012 19:26:04 +1300</pubDate>
			<dc:creator>simon_w</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/18908#post310819</guid>
		</item>
		
		<item>
			<title>Overriding/Extending Requirements and Requirements_Backend class</title>
			<link>http://www.silverstripe.org/customising-the-cms/show/18908</link>
			<description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;Is it possible to override or extend the Requirements and Requirements_Backend classes?&lt;/p&gt;&lt;p&gt;I want to add CDN URL support for loading CSS/JS resources so that I can get the combined CSS/JS files to be pulled from an external CDN URL. &lt;/p&gt;&lt;p&gt;I got this working by modifying the Requirements/Requirements_Backend classes but am looking for a more cleaner solution that does not involve hacking the core files.&lt;/p&gt;&lt;p&gt;Any hints/help on this?&lt;/p&gt;&lt;p&gt;Thanks,&lt;br /&gt;Jatinder Singh Thind&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Overriding/Extending Requirements and Requirements_Backend class &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/show/18908&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/customising-the-cms/reply/18908&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 04 Jan 2012 17:38:41 +1300</pubDate>
			<dc:creator>Jatinder</dc:creator>
			<guid>http://www.silverstripe.org/customising-the-cms/show/18908</guid>
		</item>
		

	</channel>
</rss>
