I have Drupal 6.22, CKeditor 3.6.1, CKeditor module 1.6 and FootNotes module 2.5, footnotes itself works like a charm, but I can't get FN button on CKeditor panel. Mentioned here (http://drupal.org/node/1152264) changes in ckeditor.config.js doesn't help me. I have manually added 'footnotes' button to the DrupalFull toolbar in ckeditor.config.js, but it doesn't help me too. What can I do to get FN button on CKeditor panel?

CommentFileSizeAuthor
#1 footnotes.gif15.82 KBdcryptd

Comments

dcryptd’s picture

StatusFileSize
new15.82 KB

You're on the right track. Have you enabled the footnotes plugin in CKEditor settings? go to "/admin/settings/ckeditor" and edit the profile you are using. Then under "Editor Appearances" you should find a checkbox labelled Plugin file: footnotes (buttons: footnotes) (see attached screenshot). Check it and save your configuration. Clear your browser cache, and (if you want to) flush your Drupal caches, and refresh your page. As long as you have followed the instructions at the link you mentioned, and have added the button footnotes to your desired toolbar in ckeditor.config.js, it will appear. Good luck!

rooby’s picture

Category: support » feature
Status: Active » Closed (duplicate)

I have just added support for footnotes using the CKEditor module in drupal 6 & 7.

The new dev version should be up soon.
A new release will likely go out once the rest of the easier issues in the issue queue are dealt with.

Making as duplicate of #1152264: Using the CKeditor plugin without the Wysiwyg module

RedRat’s picture

Thanks a lot! Looking forward to the next release.