Hi , i cant' find the configuration parameter to avoid show the "browse server" button and the "send it to the server" button in the insert/edit image dialog box (and in the other dialog boxes used to insert flash, media, etc...)
anyone can help me?
thanks
anyone can help me?
thanks
Re: how to don't display "browse server" button and th
ImageDlgHideLink=true;
ImageDlgHideAdvanced=true;
in the fckconfig.js file. Or just set the imagebrowser to false and imageupload to false.
Try it.