2016-04-21, 22:59:38
hmm well
"define('GSEDITOROPTIONS', 'advanced');" <= brings error, "advanced" not supported
is wrong should be
define('GSEDITORTOOL', 'advanced');
"define('GSEDITOROPTIONS', "entities : false,forceSimpleAmpersand:true,customConfig : '../../../../theme/gs.js',skin: 'v2'");" <= brings error, " config.toolbar_Full is undefined "
You will have to remove
You also will probably have to update your custom config with changes to the default config.js
"define('GSEDITOROPTIONS', 'advanced');" <= brings error, "advanced" not supported
is wrong should be
define('GSEDITORTOOL', 'advanced');
"define('GSEDITOROPTIONS', "entities : false,forceSimpleAmpersand:true,customConfig : '../../../../theme/gs.js',skin: 'v2'");" <= brings error, " config.toolbar_Full is undefined "
You will have to remove
skin:'v2'
I do not think this skin exists or is compatible with this version, unless there is an updated version to it available from ckeditor.You also will probably have to update your custom config with changes to the default config.js