meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:ckeditor [2025/06/07 05:51] – [Settings page] duncancplugin:ckeditor [2025/06/07 05:55] (current) – [Upgrade CKEditor] duncanc
Line 54: Line 54:
  
 The Settings page has a CKEditor group where you can configure the plugin. The Settings page has a CKEditor group where you can configure the plugin.
-{{:plugin:ckeditor_1.png?nolink&400|}}+{{:plugin:ckeditor_1.png?nolink&500|}}
  
   * The URL of ckeditor.js   * The URL of ckeditor.js
Line 90: Line 90:
 ===== Upgrade CKEditor ===== ===== Upgrade CKEditor =====
  
-The plugin will not automatically upgrade to a new release of the CKEditor package. To see whether there is a later releaseor to use either the Basic or the Standard package, visit the CKEditor CDN section [[https://ckeditor.com/ckeditor-4/download/|https://ckeditor.com/ckeditor-4/download/]], then modify the setting "URL of ckeditor.js" on the Settings page.+CKEditor 4 became end-of-life in June 2023 which means it has had no further updates or security fixes since then. The plugin uses the final free version of CKEditor, 4.22.1.
  
 ===== Upgrade KCFinder ===== ===== Upgrade KCFinder =====
Line 97: Line 97:
 The plugin includes KCFinder 3.20 but the KCFinder package is no longer developed or supported. The plugin includes KCFinder 3.20 but the KCFinder package is no longer developed or supported.
  
-===== Upgrade from phplist 2.10.x with FCKEditor ===== 
- 
-In phplist 2.10 the FCKIMAGES_DIR value in config.php defines the directory into which images will be uploaded. The value is relative to the phplist root directory. 
- 
-In phplist 3.x a different value, UPLOADIMAGES_DIR, is used to define the directory. This value is relative to the web root, not to the phplist root directory. To continue using the same upload directory you must set UPLOADIMAGES_DIR correctly. So, for example, if the existing image upload directory is ''/lists/uploadimages'' then the FCKIMAGES_DIR would be ''uploadimages'' but the value for UPLOADIMAGES_DIR would be ''lists/uploadimages''. 
  
 ===== Issues ===== ===== Issues =====