Page 13 of 22 FirstFirst ... 31112131415 ... LastLast
Results 121 to 130 of 214
  1. #121
    Join Date
    Apr 2010
    Posts
    897
    Plugin Contributions
    0

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    In case anybody else stumbles in here with that same problem (error message after renaming the 'editors' folder), below is a bandaid.

    Open /admin/includes/init_includes/init_errors.php and search for: ERROR_EDITORS_FOLDER_NOT_FOUND

    On line 179, I found:
    // Editor alerts
    if (HTML_EDITOR_PREFERENCE != 'NONE' && !is_dir(DIR_FS_CATALOG . 'editors')) {
    $messageStack->add(ERROR_EDITORS_FOLDER_NOT_FOUND, 'caution');
    }

    Replaced that with:
    // Editor alerts
    if (HTML_EDITOR_PREFERENCE != 'NONE' && !is_dir(DIR_FS_CATALOG . DIR_WS_EDITORS)) {
    $messageStack->add(ERROR_EDITORS_FOLDER_NOT_FOUND, 'caution');

    Worked like a charm.

  2. #122
    Join Date
    Aug 2017
    Location
    Toronto, Ontario, Canada
    Posts
    33
    Plugin Contributions
    0

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    Does anyone know if CKEditor for Zen car is compatible with Tabbed products pro?

  3. #123
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,582
    Plugin Contributions
    29

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    Quote Originally Posted by AnthonyEnnis View Post
    Does anyone know if CKEditor for Zen car is compatible with Tabbed products pro?
    Should be, they are unrelated plugins.

  4. #124
    Join Date
    Mar 2005
    Location
    Earth
    Posts
    92
    Plugin Contributions
    0

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    I'm rebuilding my 154 to 155e and the latest CKEditor. While reinstalling I noticed two files with 777 permissions; ckeditor-custom-button-bar.png and config.js. Is this necessary?

  5. #125
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    Quote Originally Posted by charmlt View Post
    I'm rebuilding my 154 to 155e and the latest CKEditor. While reinstalling I noticed two files with 777 permissions; ckeditor-custom-button-bar.png and config.js. Is this necessary?
    The short answer is no. Most hosts don't even allow 777 on files. For normal operation the permissions should be 644

  6. #126
    Join Date
    Mar 2009
    Location
    Italy
    Posts
    155
    Plugin Contributions
    0

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    A quick question, does anyone try to use the Image Uploader and Browser for CKEditor plugin?
    I installed it following the instuction but it wont work. Just uploading it and modifying the config.js in \editors\ckeditor doesn't seem to make any difference...

    And a note, after installing the last version available for download (4.6.2) if i press the info button on ckeditor panel i got this
    Click image for larger version. 

Name:	ckeditor.jpg 
Views:	66 
Size:	32.6 KB 
ID:	17410 as You can see it state version 4.4 is used... is that normal?

  7. #127
    Join Date
    Mar 2009
    Location
    Italy
    Posts
    155
    Plugin Contributions
    0

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    Hi again,

    solved both problems... last one was an update error of Chrome, just pressed ctrl+F5 and it fixed.
    As regarding the upload image plugin, I've changed and installed the following:
    http://budgetwebdesign.com.au/ckeditor-w-kcfinder.php
    It was made by a forum user but never uploaded to the plugin and I don't know if it could be considered a plugin either... I've installed and checked it, it works fine, just be sure to write the path in the config.js correctly (in my case i'm testing it in local enviroment so the path would be something like:
    PHP Code:
    config.filebrowserBrowseUrl '../editors/kcfinder/browse.php?type=files'
    ).

    Also where it says in the readme_kcfinder.html to kcfinder_private_url_rename_me simply put the name of the directory used (again check the path in the config.php inside the kcfinder directory).

    Hope it wil be of use.

    Best regards

  8. #128
    Join Date
    Aug 2005
    Posts
    334
    Plugin Contributions
    0

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    Icon images won't show.

    I checked invisible icon with an "Inspector" in FireFox browser by placing cursor on this icon.

    Click image for larger version. 

Name:	editor08.jpg 
Views:	63 
Size:	49.2 KB 
ID:	17589

    Line below is crossed:

    background-image: url('https://idtagsonline.com/test/editors/ckeditor/plugins/icons.png?t=H0CG');

    Click image for larger version. 

Name:	editor09.jpg 
Views:	40 
Size:	18.5 KB 
ID:	17590

    But file icons.png exist in this folder.

    What is it indication of?
    Last edited by idtags; 4 Jan 2018 at 02:43 AM.

  9. #129
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    Something on your server is blocking the icon image file from being able to be read correctly.
    .

    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.

  10. #130
    Join Date
    Aug 2005
    Posts
    334
    Plugin Contributions
    0

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    Thank you again for your effort with this problem.

    I had more reading recently and then even more and I found a tip here:

    https://ckeditor.com/old//comment/67939#comment-67939

    which suggest to use "Auto" option instead of ACII when FTP CKeditor files:

    Click image for larger version. 

Name:	editor13.JPG 
Views:	73 
Size:	32.5 KB 
ID:	17598

    This simple thing resolved the problem and Icons show up now:

    Click image for larger version. 

Name:	editor12.jpg 
Views:	49 
Size:	44.1 KB 
ID:	17599

    I hope it will be shorter journey for others.

 

 
Page 13 of 22 FirstFirst ... 31112131415 ... LastLast

Similar Threads

  1. v150 Support Thread for Google reCAPTCHA plugin
    By David Allen in forum All Other Contributions/Addons
    Replies: 672
    Last Post: 25 Feb 2025, 12:17 PM
  2. Back to Top Plugin [Support Thread]
    By picaflor-azul in forum All Other Contributions/Addons
    Replies: 31
    Last Post: 6 Feb 2016, 10:52 PM
  3. v151 Plug 'n' Pay plugin [Support Thread]
    By KetchRescue in forum Addon Payment Modules
    Replies: 5
    Last Post: 28 Nov 2015, 04:56 AM
  4. Justuno Plugin [Support Thread]
    By JustunoApp in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 24 May 2015, 11:00 PM
  5. VendingBox Plugin Support Thread
    By vb_support in forum All Other Contributions/Addons
    Replies: 31
    Last Post: 10 Feb 2013, 07:24 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR