By dailypress on
how do I get rid of a few options for FCKEditor. I do not want my users to have so many options rather only the important ones.
Is it through CSS or is there an option where I can remove it?
how do I get rid of a few options for FCKEditor. I do not want my users to have so many options rather only the important ones.
Is it through CSS or is there an option where I can remove it?
Comments
In the FCKeditor module's
In the FCKeditor module's directory, you can edit the fckeditor.config.js file to alter its available toolbar sets. Note that this file may get overwritten when you update the module, however.
Even better, you can put the
Even better, you can put the config.js file in your theme directory, and the configure FckEditor to "Load fckeditor.config.js from theme path" under the "Advanced Options" in the user profiles.