The Mod instructions say to add this to the admin/includes/config file:
Code:
define('DIR_WS_EDITORS', 'the new name of your folder');
But since that generated errors for me, I'm wondering if I should also (or instead?) add this:
Code:
define('DIR_FS_EDITORS', 'the new name of your folder');
Also, could someone please explain what is meant by
"external add in" in this sentence: "If you are using an external add-in for uploading images or other content, then step 5 moves from optional to recommended."
Would "external add in" apply to Image Handler 2's image upload functionality, or zen cart's product and attribute image upload functionality, or an FTP program? Or none of the above?