Would someone recommend a HTML editor compatible with Zen 1.5.1. Thank you.
Would someone recommend a HTML editor compatible with Zen 1.5.1. Thank you.
Using Zen Cart 1.5.1
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Thank you.
Using Zen Cart 1.5.1
I placed the mod and everything works fine.
But when I changed the folder name from editors to MyEditors at root, I get the warning on the admin page that
I did place theYou have an HTML editor selected in 'My Store' but the '/editors/' folder cannot be located. Please disable your selection or move your editor files into the '/Store/editors/' folder
in the My_admin/includes/configure.phpPHP Code:define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
define('DIR_WS_CATALOG_LANGUAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/languages/');
define('DIR_WS_EDITORS', 'MyEditors/');
// * DIR_FS_* = Filesystem directories (local/physical)
Is there anywhere else that needs to get updated.
ps. I did log-off and back on again.
Last edited by Kevin205; 17 May 2013 at 11:46 PM.
Using Zen Cart 1.5.1
So what I did to fix the problem is as follow:
and placed the ckeditor folder as follow:PHP Code:define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
define('DIR_WS_CATALOG_LANGUAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/languages/');
define('DIR_WS_EDITORS', 'editors/MyEditors/');
// * DIR_FS_* = Filesystem directories (local/physical)
Hoping this eliminates the concern indicated in the read me of CKEditor plugin!editors/MyEditors/ckeditor
5. (Optional) You can change the folder in which the editor files live, by renaming the folder and adding the following line to your admin/includes/configure.php file:
define('DIR_WS_EDITORS', 'the new name of your folder/');
If you are using an external add-in for uploading images or other content, then step 5 moves from optional to recommended.
Using Zen Cart 1.5.1
Remember, the reason it says "(Optional)" is because it's exactly that: optional. Not necessary.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.