The steps for installing FCKeditor in Zen cart are as follows:
1. Download FCKeditor from the official website, decompress it, and upload it to the editors/FCKeditor/folder under the Zen cart installation directory.
2. Open Editors/FCKeditor/_ samples/default.html under the installation directory of Zen cart, and select PHP sample to test whether FCKeditor can be submitted normally.
3. Confirm the Editors/FCKeditor/fckconfig. js file under the installation directory of Zen cart.
VaR _ filebrowserlanguage = 'php ';
VaR _ quickuploadlanguage = 'php ';
4. Open Editors/FCKeditor/Editor/filemanger/connectors/PHP/config. php In the installation directory of Zen cart, and change $ config ['enabled'] to true.
5. Open Editors/FCKeditor/Editor/filemanger/connectors/PHP/config. php under the installation directory of Zen cart and set the additional upload directory, for example:
$ Config ['userfilespath'] = '/up /';
6. In admin/initdes/init_initdes/init_html_editor.php under the installation directory of Zen cart
// $ Editors_list ['fckedit'] = array ('desc' => editor_fckeditor, 'handler' => 'fckeditor. php', 'Special _ needs '=> ");
Remove the comment of this sentence, that is, delete the previous "//". FCKeditor has been installed.
1. select what you want in the configuration-HTML editor.
2. Under the text editor in tools ez-pages, select the one you want to use.