Posted by RedRat on September 12, 2011 at 7:32am
3 followers
| Project: | Footnotes |
| Version: | 6.x-2.5 |
| Component: | footnotes_wysiwyg/ckeditor_plugin |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
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?
Comments
#1
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!
#2
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
#3
Thanks a lot! Looking forward to the next release.