* EN-Revision: Revision of lang_en.inc.php */ @define('PLUGIN_EVENT_CKEDITOR_NAME', 'CKEditor'); @define('PLUGIN_EVENT_CKEDITOR_DESC', 'Uses CKEditor as the default WYSIWYG editor. This currently is the state-of-the-art Editor itself. Usage: Recommended! After installation, go to the configuration screen of this plugin for further instructions.'); @define('PLUGIN_EVENT_CKEDITOR_INSTALL', '

Installation

  1. Enter the relative HTTP path to the "ckeditor" directory in plugin configuration.
    Note: in most installations, this path is "plugins/serendipity_event_ckeditor/ckeditor/"
  2. Enter the full HTTP path to s9y "plugins" directory (with trailing slash) in plugin configuration.
    Note: in most installations, this path is "' . $serendipity['serendipityHTTPPath'] . 'plugins/"
  3. To allow other plugins to use or hook into the editor, place this (CKEditor) plugin near the end of your plugin list.
  4. Make sure to enable WYSIWYG mode in your personal preferences.

Plugin includes

Upgrading

This Plugin will provide Updates via Spartacus from time to time.


If you - in follow - ever need to manually upgrade the delivered CKEditor package to a personal package (*), please:
  1. Download CKEditor
  2. Extract to: ' . dirname(__FILE__) . ' (should create "ckeditor" subdirectory)
(*) Note: This will disable (overwrite) the KCFinder\'s integration added to the end of ckeditor/config.js file: +/- TOGGLE_OPTION
/* KCFinder integration - 2013-05-04 */
CKEDITOR.editorConfig = function(config) {
   config.filebrowserBrowseUrl = CKEDITOR_BASEPATH + \'../kcfinder/browse.php?type=files\';
   config.filebrowserImageBrowseUrl = CKEDITOR_BASEPATH + \'../kcfinder/browse.php?type=images\';
   config.filebrowserFlashBrowseUrl = CKEDITOR_BASEPATH + \'../kcfinder/browse.php?type=flash\';
   config.filebrowserUploadUrl = CKEDITOR_BASEPATH + \'../kcfinder/upload.php?type=files\';
   config.filebrowserImageUploadUrl = CKEDITOR_BASEPATH + \'../kcfinder/upload.php?type=images\';
   config.filebrowserFlashUploadUrl = CKEDITOR_BASEPATH + \'../kcfinder/upload.php?type=flash\';
};

'); @define('PLUGIN_EVENT_CKEDITOR_CONFIG', ''); @define('PLUGIN_EVENT_CKEDITOR_INSTALL_PLUGPATH', 'HTTP path to s9y plugins directory'); @define('PLUGIN_EVENT_CKEDITOR_CKEACF_OPTION', 'Disable Advanced-Content-Filter (ACF)'); @define('PLUGIN_EVENT_CKEDITOR_TBLB_OPTION', 'Use default 2-liner toolbar-group linebreak'); ?>