2013-05-01, 23:56:04
Back to the topic,
This breaks some plugins that use the core ckeditor, mostly because the getsimple theme is now defunct and removed, replacing it with one of the "newer" themes renamed to "getsimple" will fix it.
Ideally there is also the uiColor to fix, as it used to be set to white.
You can simply fix these both by adding this to your gsconfig
This will override both, IF the plugin makes use of GSEDITOROPTIONS.
In the meantime I will find a way to fix this in the branch with a fake getsimple theme, as the old one has to be rewritten.
This breaks some plugins that use the core ckeditor, mostly because the getsimple theme is now defunct and removed, replacing it with one of the "newer" themes renamed to "getsimple" will fix it.
Ideally there is also the uiColor to fix, as it used to be set to white.
You can simply fix these both by adding this to your gsconfig
PHP Code:
define('GSEDITOROPTIONS', 'skin:\'moono\',uiColor:null');
This will override both, IF the plugin makes use of GSEDITOROPTIONS.
In the meantime I will find a way to fix this in the branch with a fake getsimple theme, as the old one has to be rewritten.