Home > CMS Tutorial > DEDECMS > What should I do if the column content cannot be saved after changing dede to kindeditor?

What should I do if the column content cannot be saved after changing dede to kindeditor?

藏色散人
Release: 2020-01-10 09:28:01
Original
1932 people have browsed it

What should I do if the column content cannot be saved after changing dede to kindeditor?

What should I do if the column content cannot be saved after dede is replaced with kindeditor?

The column content cannot be saved after dede is changed to kindeditor

Recommended learning: 梦Weavercms

kindeditor editor is a very excellent editor Even the official website of DreamWeaver provides such an editor plug-in for download, but after changing to such an editor, the column content cannot be saved.

The following modifications can solve the problem that the column content cannot be saved after dede is replaced with kindeditor:

Open the /include/inc/inc_fun_funAdmin.php file and find the following code:

allowFileManager : {$allowFileManager}
Copy after login

Change this code to the following code:

allowFileManager : {$allowFileManager},
afterBlur: function(){this.sync();}
Copy after login

After modification, the column content can be modified and saved.

The above is the detailed content of What should I do if the column content cannot be saved after changing dede to kindeditor?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template