i have custom ckeditor Equation is plugin.
My file plugin.js in folder /clientscript/ckeplugins/equation
in hook editor_construct
Code:
$this->config['_extraPlugins'] .= ',equation';
in hook editor_toolbar_set
Code:
$this->config['toolbar'][] = array('Equation');
normal this plugin equation works well
when i installed vBFoster, then my custom plugin equation not show
plz help me.