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

Garrett Albright’s picture

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.

jmmec’s picture

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.