Forum

Thread tagged as: Question, CKEditor

CKEditor Plugin

Hi

I'm trying to install a plugin for ckeditor. I've downloaded the plugin folder and its dependencies to addons/plugins/editors/ckeditor/ckeditor-4/plugins and I've added the "config.extraPlugins" lines to addons/plugins/editors/ckeditor/ckeditor-4/config.js:

    config.extraPlugins = 'fakeobjects';
    config.extraPlugins = 'dialog';
    config.extraPlugins = 'flash';
    config.extraPlugins = 'iframe';
    config.extraPlugins = 'div';
    config.extraPlugins = 'dialogadvtab';

Is there another step that I need to take as the plugins don't seem to be appearing?

Many thanks

Alok Kumar

Alok Kumar 0 points

  • 4 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

CKEditor isn't something I know much about, as it's not our product. There's limited help we can offer in that area.

Are you able to have other config changes take effect?

Nope :/

I presume it needs rebuilding or something but that requires having the full source code from what I can tell.

I'm tempted to use the function on the CKEditor website which allows you to add plugins to the editor before downloading and then replacing the old ckeditor directory with the new download but I suspect that might cause problems?

Cheers

Drew McLellan

Drew McLellan 2638 points
Perch Support

If you wanted to build your own the documentation for that is here: https://docs.grabaperch.com/api/editors/