GetSimple Support Forum
PROBLEM Changing skin on ckeditor - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Developer Discussions (http://get-simple.info/forums/forumdisplay.php?fid=8)
+--- Thread: PROBLEM Changing skin on ckeditor (/showthread.php?tid=13323)



Changing skin on ckeditor - craiga - 2020-03-02

Hi, tried using the following format from an older thread to change the skin in ckeditor but nothing is happening. In fact the edit page option just disappears. I downloaded the theme moono-lisa from the ckeditor site and added it to the skins directory in the admin section.
Then I added this to the config file.

Code:
define('GSEDITOROPTIONS', "
 enterMode: CKEDITOR.ENTER_P,
 skin : 'moono-lisa'
");

Any ideas please

UPDATE: Ok it's working now but only seemed to start working when I added a video plugin to the plugins folder in ckeditor . . . strange