I upgraded from Drupal 7.0 to 7.2. I upgraded to CKEditor module 7.x-1.2 and to CKEditor editor 3.6.1. The CKEditor works on my site.
The problem I am having is with a plugin I was using in D7.0. The button for this plugin does not appear as it did in D7.0.
In Drupal 7.0, I was using CKEditor module 7.x-1.1 and CKEditor editor 3.5.2
.
I added an fMath plugin to allow use of math formulas and equations.
On my site I added to Administrator>Content Authoring>CKEditor>Profiles>both Advanced and Full the following:
['Bold','Italic','Underline','Strike','-','Subscript','Superscript','-','fmath_formula'],
On the hosting site in ckeditor.config.js, I added
config.extraPlugins += (config.extraPlugins ? ',fmath_formula' : 'fmath_formula');
CKEDITOR.plugins.addExternal('fmath_formula', Drupal.settings.ckeditor.module_path + '/plugins/fmath_formula/');
and the button appeared on the CKEditor toolbar. In D7.0
I have configured my upgraded D7.2 the same way, but the button does not appear. How do I enable the plugin in D7.2? Is there a way to have the button automatically enabled?
The problem I am having is with a plugin I was using in D7.0. The button for this plugin does not appear as it did in D7.0.
In Drupal 7.0, I was using CKEditor module 7.x-1.1 and CKEditor editor 3.5.2
.
I added an fMath plugin to allow use of math formulas and equations.
On my site I added to Administrator>Content Authoring>CKEditor>Profiles>both Advanced and Full the following:
['Bold','Italic','Underline','Strike','-','Subscript','Superscript','-','fmath_formula'],
On the hosting site in ckeditor.config.js, I added
config.extraPlugins += (config.extraPlugins ? ',fmath_formula' : 'fmath_formula');
CKEDITOR.plugins.addExternal('fmath_formula', Drupal.settings.ckeditor.module_path + '/plugins/fmath_formula/');
and the button appeared on the CKEditor toolbar. In D7.0
I have configured my upgraded D7.2 the same way, but the button does not appear. How do I enable the plugin in D7.2? Is there a way to have the button automatically enabled?
Re: Plugin problem
Instruction is in README file - below i paste you this section:
If it doesn't help pls write, then i will try to find other solution for it...
Greetings