I want to disable the ability to make new folders and upload images with the Image Browser - but retain the ability to browse and insert existing images.
"FCKConfig.ImageUpload = false" in my fckconfig.js but this only seems to alter the initial dialog. When I click 'Browse Server' I still get a 'New Folder' and 'Upload' bar.
I am using v 2.2
thanks
"FCKConfig.ImageUpload = false" in my fckconfig.js but this only seems to alter the initial dialog. When I click 'Browse Server' I still get a 'New Folder' and 'Upload' bar.
I am using v 2.2
thanks

RE: Disable image upload
You can edit the file itself in the dialog-folder, and remove the html that you danot want to appear.
I dont know if this is the correct way to do it, but i think it is possible.
Johnny
RE: Disable image upload
RE: Disable image upload
Re: Disable image upload
If you edit the following pages and <!-- comment out --> the parts you want to hide in the HTML tables it removes the features from the page so no one can create new folders or upload images.
frmupload.htm
frmcreatefolder.htm
This is not ideal as it will get overwriten with new versions so please post here if you have a better solution.
Re: Disable image upload