I want to remove the Browser Server and Upload buttons on the Image Properties dialog box. Found this site: http://www.electrictoolbox.com/remove-browse-button-upload-tab-fckeditor-link-dialog/
which let to this code:
FCKConfig.LinkBrowser = false;
FCKConfig.LinkUpload = false;
but i think this code is only for older versions.
Anyone know how to do this?
http://wordpress.org/extend/plugins/fckeditor-for-wordpress-plugin/