
Originally Posted by
Jetta
I added the following code to my admin configure file:
PHP Code:
define('DIR_WS_EDITORS', DIR_WS_INCLUDES.'admin/editors/');
and reset the code on line 48 but still no option to select CKEditor in the dropdown
Umm, thought the editors folder was in the store side not the admin side... Meaning would only need to define as:
PHP Code:
define('DIR_WS_EDITORS', DIR_FS_CATALOG.'editors/');
Where exactly in reference to the base of your store have you installed the ckeditor files and why? (Do not provide the admin path n your response.
Bookmarks