Jump to content

Provide functionality to allow CKEditor plugins to be updated


Recommended Posts

Currently, once a CKEditor plugin is installed then a new version of the same plugin cannot be installed.

The only options available to handle this one are to:

  1. Upload the new versions code via FTP (not possible for Cloud customers)
  2. Reset the Editor to default configuration, blowing away ALL plugins added to the Editor as well as any custom buttons added.

 

Link to comment
Share on other sites

I cannot get rid of a plugin even if I delete the mention in the IPS Database, remove the files from the plugin directory and reset the cache. The plugin name pops up again in the output cache. 

Any ideas on how to manually remove a plugin?

Link to comment
Share on other sites

 

finally found the issue. Theres a "temporary" settingsfile within the "datastore" folder.

Follow these steps to remove a faulty plugin:

/datastore/settings.xxxxxxx.php edit this file and remove the plugin-name from the list of extra plugins

with phpmyadmin in the database:

ibf_core_sys_conf_setting -> ckeditor_extraPlugins conf_value edit here as well and remove the mention of the plugin

go to the plugin directory at applications/core/interface/ckeditor/ckeditor/plugins and delete the plugin folder

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...