Results 1 to 10 of 214

Hybrid View

  1. #1
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,371
    Plugin Contributions
    23

    Default Re: Support Thread for CKEditor Plugin

    Definitely the config.js file is being called in admin/ckeditor.php and not heeded. So a fix please.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  2. #2
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    Quote Originally Posted by delia View Post
    Definitely the config.js file is being called in admin/ckeditor.php and not heeded. So a fix please.
    There are allot of things one can turn on or off depending on CKEditor build.. CKEditor 4.14 is what I'm using and not all the toolbars are on based on the config.js file in the editor folder. No config.js entry, turns them all on and one really do not need all.. CKEditor 5.19 build has very little tools installed and really not usable yet unless one builds the tools they need into it. It also requires a different admin script to work with ZC. By listing the tools one wants ..
    Code:
    config.toolbar = [
            { name: 'clipboard', items: [ 'Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'Undo', 'Redo' ] },
    turns them on and listing tools one doesn't want
    Code:
    // Remove some buttons provided by the standard plugins, which are
        // not needed in the Standard toolbar.
        config.removeButtons = 'Subscript,Superscript,Font,Flash';
    turns them off..
    Not sure on the latest CDN version...
    If you are not sure what toolbars exist in CKEditor 4, or you wish to create your own on/off list, check out there toolbar configurator tool.. Life just gets too simple sometimes!!
    Dave
    Always forward thinking... Lost my mind!

 

 

Similar Threads

  1. v150 Support Thread for Google reCAPTCHA plugin
    By David Allen in forum All Other Contributions/Addons
    Replies: 693
    Last Post: 26 Jun 2026, 10:08 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

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