Results 1 to 9 of 9
  1. #1

    Default CKEditor Location Question

    In the readme, there is this line:

    (Optional) You can change the folder in which the editor file 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.

    Does "change the folder in which the editor file live" refer to the folder currently named "ckeditor" that resides in the editors directory?
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,269
    Plugin Contributions
    3

    Default Re: CKEditor Installation Question

    Quote Originally Posted by ScriptJunkie View Post
    In the readme, there is this line:




    Does "change the folder in which the editor file live" refer to the folder currently named "ckeditor" that resides in the editors directory?
    No, it refers to the MAIN editors folder.
    20 years a Zencart User

  3. #3

    Default Re: CKEditor Installation Question

    Quote Originally Posted by schoolboy View Post
    No, it refers to the MAIN editors folder.
    Thank you :)
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  4. #4

    Default Re: CKEditor Installation Question

    Ok, here's what I did:
    • I renamed the directory named "editors" (STORE_ROOT/editors/) to blahblahblah for test purposes.
    • Then I edited my admin/includes/configure.php file by adding this:
    Code:
     
    define('DIR_WS_EDITORS', 'blahblahblah');
    When I logged in to my admin, I was greeted with this error:

    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 '/YOUR_STORE/editors/' folder.

    I cleared my cache and waited a few minutes in case my server was lagging, but the results were the same. As soon as I put everything back to how it was, the error disappeared (i.e. no server lag after file updates).

    I'm not sure what I did wrong?
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  5. #5

    Default Re: CKEditor Location Question

    Does anyone have any ideas?
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  6. #6

    Default Re: CKEditor Location Question

    Maybe the mod's author can clairfy the instructions?
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  7. #7

    Default Re: CKEditor Mod Instruction Clarification

    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?
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  8. #8
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,269
    Plugin Contributions
    3

    Default Re: CKEditor Location Question

    FCK editor (NOT CK Editor) has the capacity to upload an image from within its editng console. As this poses a significant security risk, enabling the function is not recommended.
    20 years a Zencart User

  9. #9

    Default Re: CKEditor Location Question

    Actually, it is CKEditor.

    FCK Editor is a whole other addon.

    I'm aware that uploading images through the editor (any editor) is not secure and therefore not recommended. I believe this function has been disabled or is otherwise no present in CKEditor for this reason.

    However, none of this has anything to do with my questions.

    My questions are requests for explanation and clarification of the installation instructions for CKEditor. The instructions I'm not clear about have been stated in my previous posts.

    I have asked these questions because I'm trying to find out if I even need to do this step:

    (Optional) You can change the folder in which the editor file 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.
    But until I understand what an "external addon" refers to, I can't make an informed decision. And, if it turns out that I do need to take this step, I need clarification of the instruction, because as written, it does not work.
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

 

 

Similar Threads

  1. v139h ckeditor plugin--text size question-source button
    By DarkAngel in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 11 Jun 2013, 08:22 PM
  2. Question about installing CKEditor
    By lespost1 in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 8 Jul 2012, 11:09 PM
  3. A question regarding the CKEditor for Zen Cart 3.4's readme file
    By justin2010 in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 12 Feb 2011, 09:06 PM
  4. tagline location question
    By chelseagirl in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Sep 2006, 01:43 AM

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