Results 1 to 6 of 6
  1. #1
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default HTML editor for Zen 1.5.1

    Would someone recommend a HTML editor compatible with Zen 1.5.1. Thank you.
    Using Zen Cart 1.5.1

  2. #2
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: HTML editor for Zen 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.

  3. #3
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: HTML editor for Zen 1.5.1

    Thank you.
    Using Zen Cart 1.5.1

  4. #4
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: HTML editor for Zen 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

    You 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
    I did place the
    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''MyEditors/'); 

      
    // * DIR_FS_* = Filesystem directories (local/physical) 
    in the My_admin/includes/configure.php

    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

  5. #5
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: HTML editor for Zen 1.5.1

    So what I did to fix the problem is 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) 
    and placed the ckeditor folder as follow:
    editors/MyEditors/ckeditor
    Hoping this eliminates the concern indicated in the read me of CKEditor plugin!
    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

  6. #6
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: HTML editor for Zen 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.

 

 

Similar Threads

  1. v130 html editor for old version
    By robyweb in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 7 Apr 2014, 04:18 PM
  2. No HTML Editor for Categories Description
    By Guy Johnson in forum General Questions
    Replies: 4
    Last Post: 14 Jul 2013, 02:48 AM
  3. HTML Editor not available although updated in Configuration>My Store>HTML Editor
    By Dovente in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 22 Mar 2009, 05:09 PM
  4. No HTML Editor for Categories Description?
    By Alex Clarke in forum General Questions
    Replies: 2
    Last Post: 31 May 2007, 02:53 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg