If I go into the editor/dialog/fck_image.html I can hide some of the functionality from my users (such as VSPace and HSpace) but it breaks the code so where else do I need to comment out the code. I tried commenting out parts of editor/dialog/fck_image/fck_image.js specifically the getE Statements.
Anyone able to set me on the straight and narrow?

I would also like to reverse the tabs (having turned off Advanced and links already)

Thanks in advance for any help

Comments

wwalc’s picture

Would you like to disable the "Advanced" tab?

Take a look here: http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/C...
Search for: LinkDlgHideAdvanced and ImageDlgHideAdvanced.

In fckeditor.config.js just add
FCKConfig.LinkDlgHideAdvanced = true;
(for example).

glassbyd’s picture

Thanks that I found already - what I really want to do is change the order of the tabs and perhaps remove the Hspace Vspace options - simplify it to the maximum in other words; and remove the browse server option in the Image Info window.

Jorrit’s picture

Status: Active » Closed (fixed)

You might get some inspiration from http://martinezdelizarrondo.com/easyupload/.