Hi all,

After installing CKEditor 4 and applying the patch on Wysiwyg module (http://drupal.org/node/1853550#comment-6919236), the button doesn't appear in the toolbar. As I mentioned in the issue http://drupal.org/node/1853550, a bunch of tools are not displayed, some critical like align left, right, center...

I am ready to help but I just don't know where to begin with...

Comments

guybedford’s picture

Project: Wysiwyg API template plugin » Wysiwyg

I think the main issue here is http://drupal.org/node/1853550, specifically with the Wysiwyg module and not Wysiwyg_Template. I've moved this over to the Wysiwyg module as a bump, although it is a specific case of that issue.

It sounds like the configuration for those specific buttons has changed in CKEditor 4. The v3 configuration docs are here - http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.toolbar. For v4, the only configuration example I can find is here - http://nightly.ckeditor.com/13-01-17-08-51/standard/samples/plugins/tool.... To find out any configuration changes, it could be worth chasing up with the CKEditor team.

TwoD’s picture

Status: Active » Closed (duplicate)

Yes, CKEditor 4 changed a couple of things which I've not yet had the time to fully adapt Wysiwyg to deal with.
I'll mark this as a duplicate of #1853550: Ckeditor 4.0 - The version of CKEditor could not be detected.. Please follow that issue for updates.