I'm using drupal 7. One of the ckeditor plugins I have wants to have a local copy of the ckeditor software. When I download ckeditor using a custom package I include mathjax in the package. When using the CDN mathjax works great but when I copy the code from the custom package I created on the ckeditor's site (which includes mathjax) and attempt to load the plugin I don't get the icon for mathjax. What am I missing here? If works fine from the CDN but the local copy doesn't work.
Thu, 07/17/2014 - 01:40
#1
You seem to be over
You seem to be over-complicating stuff with the way you're mixing and matching packages and plugins with local/CDN versions of CKEditor, especially since some things are still not clear. You might get better support for such an issue with a license where a dev would walk you through step-by-step.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
The drupal plugin for
The drupal plugin for ckeditor uses the CDN by default. It has a directory for uplaoding a local copy. I'm not mixing and matching, I'm simply trying to get it working on druapl. When I install the local copy I run into trouble getting the mathjax plugin working. It won't display the math icon and the editor won't load when I have the plugin enabled. I have installed all the dependencies but it still seems to have issues.
I've gone through the install process documented here:
http://docs.cksource.com/CKEditor_for_Drupal
It works great if I use the CDN but as soon as I switch to a local copy, many of the the plugins seem to break.
Edit: When I install the default full installation it seems to work great. When I try to install a custom installtion is where things go wrong.