GetSimple Support Forum

Full Version: Changing skin on ckeditor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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