<![CDATA[ Removing the ability to edit folders? - My Forums]]> https://forums.modx.com/thread/?thread=46397 <![CDATA[Removing the ability to edit folders?]]> https://forums.modx.com/thread/46397/removing-the-ability-to-edit-folders#dis-post-268269
In the config file I edited this bit of code removing all the references to editing folders:
$fckphp_config['Commands'] = array(
				"CreateFolder",
				"GetFolders",
				"GetFoldersAndFiles",
				"FileUpload",
				"Thumbnail",
				"DeleteFile",
				"DeleteFolder",
				"GetUploadProgress",
				"RenameFile",
				"RenameFolder"
				);
to this:
$fckphp_config['Commands'] = array(
				"CreateFolder",
				"GetFolders",
				"GetFoldersAndFiles",
				"FileUpload",
				"Thumbnail",
				"DeleteFile",
				"GetUploadProgress",
				"RenameFile"
				);
But it did not work.
Is there someplace else to alter these configurations?]]>
dev_cw Sep 04, 2008, 03:39 PM https://forums.modx.com/thread/46397/removing-the-ability-to-edit-folders#dis-post-268269