When you enable any of this plugin's buttons through admin/settings/wysiwyg/profile/[id]/edit, all of the default editor buttons disappear. This plugin should add to, and not completely replace, all existing buttons.

Comments

aren cambre’s picture

Title: When enabling any of this plugin's buttons, all standard buttons disappear » When enabling this plugin's buttons, all standard CKEditor buttons disappear
fabianx’s picture

Hi,

While this is not a fix, it still might be helpful for some that have the same problem:

I solved / work-arounded that problem using a custom module for D6, which restores default CKEditor toolbar (but disables those buttons that are not enabled in config).

The same can be done for other editors as well.

Its as easy as implementing a hook _alter.

See here for screenshot and module:

http://drupal.org/node/751196#comment-3091682

Custom plugins are simply added at the end in the last toolgroup.

Best Wishes,

Fabian (LionsAd)