Index: lams_central/web/includes/javascript/ckconfig_custom.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/ckconfig_custom.js,v diff -u -r1.11 -r1.12 --- lams_central/web/includes/javascript/ckconfig_custom.js 7 Jan 2012 12:29:18 -0000 1.11 +++ lams_central/web/includes/javascript/ckconfig_custom.js 7 Jan 2012 13:05:59 -0000 1.12 @@ -45,6 +45,7 @@ CKEDITOR.plugins.addExternal('WikiLink', CKEDITOR.basePath + '../tool/lawiki10/wikilink/', 'plugin.js') ; CKEDITOR.config.extraPlugins = 'videorecorder,kaltura,WikiLink,equation,paint,movieplayer' ; CKEDITOR.config.enterMode = CKEDITOR.ENTER_DIV; +CKEDITOR.config.removePlugins = 'elementspath'; // ---- Additional scripts ----- // Hides editor instaces until they are fully initialized