Hi Alok,
in http://yoursite.com/admin/config/content/formats you also have to setup the appearance of CKeditor, including which icons you want to show in the toolbar. You might find your Equation Editor icon there in the unused part.
Eljay
On Sun, Dec 30, 2012 at 6:26 PM, Alok Singh Mahor alokmahor@gmail.comwrote:
Hi all, I want to integrate CKeditor's plugin CodeCogs Equation Editor ( http://ckeditor.com/addon/equation) in CKeditor so I can insert mathematical equations. I tried to setup by following that link. but I could not get equation button in toolbar
I tried with http://www.codecogs.com/latex/integration/ckeditor_v3/install.php too
if anyone of you have set up it then please give me clean steps thanks in advance :)
what I did is ... I downloaded the plugin from http://www.codecogs.com/latex/integration/ckeditor_v3/install.php extracted it to /var/www/drupal/sites/all/libraries/ckeditor/plugins so it look like /var/www/drupal/sites/all/libraries/ckeditor/plugins/equation/
then i added the one line to config.js so now its looking as CKEDITOR.editorConfig = function( config ) { // Define changes to default configuration here. For example: // config.language = 'fr'; // config.uiColor = '#AADC6E'; config.extraPlugins = 'equation'; };
please tell where i am wrong or I i have missed ?
-- [ Drupal support list | http://lists.drupal.org/ ]