Hi,

there exists the ckeditor_lite module (https://www.drupal.org/project/ckeditor_lite) which can enable the LITE plugin for tracking changes. It requires a certain configuration with the CKeditor LITE plugin placed in sites/all/libraries/ckeditor/plugins/lite/. I've not been not able to configure it with a different setup - we use profiles and features and thus sites/all/libraries/ is not an acceptable place for us to install stuff.

Instead, I was able to configure the plugin using a small modification of the ckeditor.ckeditor.inc file, the patch is attached. The patch is necessary, since the lite/plugin.js has different structure as other plugins. Thus it is not possible to automatically extract the information regarding buttons from lite/plugin.js.

With this modification, when installed in the ckeditor/plugins directory, the LITE plugin is immediately identified, one just has to enable t and its icons in admin/config/content/ckeditor/edit/Advanced (or Full).

I've tested three configurations without problems:
A basic Drupal installation (using a virtual appliance from Turnkey), ckeditor from cdn and the pluging in the sites/all/modules/ckeditor/plugins directory
The same one, ckeditor from cdn and the pluging in the docroot/profiles/profilename/modules/contrib/ckeditor/plugins/ directory
Our on setup, ckeditor locally installed in /sites/all/libraries/ckeditor and plugin in sites/all/libraries/ckeditor/plugins/lite

I've never contributed to Drupal, so I am not sure f the changes are OK. I think that the patch can save a lot of time to others in a similar situation.
Thanks in advance for considering the patch
Milos.

CommentFileSizeAuthor
define_lite_icons.patch1.46 KBmilossramek
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

milossramek created an issue.