Page 1 of 2 12 LastLast
Results 1 to 10 of 202

Hybrid View

  1. #1
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Support Thread for CKEditor Plugin

    There's never been a support thread established for CKEditor Plugin for Zen Cart and I've spent all morning looking for posts which might help explain my CK Editor issues.. There are threads all over the forum and no singlular place for CK Editor help. There is the OLD FCKEditor support thread, but that module is dead.. So I decided to take the initiative and create a support thread for CKEditor.. Hope the admins don't mind.. I even will update this later to try and link related useful CK Editor support posts here as well..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  2. #2
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    I had a client report that CKEditor had just SUDDENLY stopped working.. Upon further examination, I realized the issue with CKEditor not working was due to the fact that line 20 of the "YOUR_ADMIN/includes/ckeditor.php" file was failing if you are logged in to the admin using SSL..

    I thought that an upgrade to the latest and greatest version might solve the problem. It didn't.. Then I took a look at line 20 of the "YOUR_ADMIN/includes/ckeditor.php" file in the newest CKEditor fileset and found what I THINK is an error..

    I changed line 20 of the "YOUR_ADMIN/includes/ckeditor.php" file as follows:

    From:
    Code:
    <script type="text/javascript" src="<?php echo (strstr(HTTP_SERVER, 'ttps:') ? 'https' : 'http'); ?>://www.google.com/jsapi"></script>
    To:
    Code:
    <script type="text/javascript" src="<?php echo (strstr(HTTP_SERVER, 'https:') ? 'https' : 'http'); ?>://www.google.com/jsapi"></script>
    It seemed to solve my issue.. wanted to share and verify that this is the correct fix..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  3. #3
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    This is what I have from the latest release for the plugin for v1.5.1:
    Code:
    <script type="text/javascript" src="//www.google.com/jsapi"></script>
    Doing it this way makes it work regardless of SSL or not.
    .

    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.

  4. #4
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    Quote Originally Posted by DrByte View Post
    This is what I have from the latest release for the plugin for v1.5.1:
    Code:
    <script type="text/javascript" src="//www.google.com/jsapi"></script>
    Doing it this way makes it work regardless of SSL or not.
    I should have been clear in my previous post that I was using the 1.3.9 - 1.5.0 admin files in the latest download.. (My client is still running v1.5.0) There are three admin folders in the zip file. One for v1.3.9-1.50, another for v1.5.1, and a 3rd for v1.6..

    line 20 from the v1.5.1 admin folder reads:
    Code:
    <script type="text/javascript" src="//www.google.com/jsapi"></script>
    However, line 20 from the v1.3.9-1.5.0 admin folder reads (with my previous posted edit):
    Code:
    <script type="text/javascript" src="<?php echo (strstr(HTTP_SERVER, 'https:') ? 'https' : 'http'); ?>://www.google.com/jsapi"></script>
    If I understand you correctly I should update the file to use the v1.5.1 version..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  5. #5
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    While I'm pretty sure the entire file can be used, I'm confident that updating that one line will fix the problem you first posted about.
    .

    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.

  6. #6
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    Quote Originally Posted by DrByte View Post
    While I'm pretty sure the entire file can be used, I'm confident that updating that one line will fix the problem you first posted about.
    Got it! Thanks..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  7. #7
    Join Date
    Apr 2010
    Posts
    897
    Plugin Contributions
    0

    Default Re: Where did the left/right/center justify go?

    Thanks to stevesh!

    In case anybody else comes along and wants to accomplish the same, there is a bit more involved.

    First, download the addon:
    http://ckeditor.com/addon/justify

    Unzip the file, then upload the folder "justify" directly into /editors/ckeditor/plugins

    Next, open this file /editors/ckeditor/config.js and add the following snippet:
    config.extraPlugins = 'justify';

    It's up and running smooth for me. Best of luck!

  8. #8
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,671
    Plugin Contributions
    123

    Default Re: Where did the left/right/center justify go?

    All: Any thoughts about having a second version of the plugin offering the Full CKEditor package instead of Standard?
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  9. #9
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Where did the left/right/center justify go?

    Quote Originally Posted by swguy View Post
    All: Any thoughts about having a second version of the plugin offering the Full CKEditor package instead of Standard?
    The full editor just causes extreme feature-bloat for no added value. But anyone can grab the latest "full" and upload it to their site in a few minutes, after installing the plugin.

    Which specific additional plugin features are being begged for regularly?
    .

    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. #10
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,671
    Plugin Contributions
    123

    Default Re: Where did the left/right/center justify go?

    Someone wanted the ability to change fonts. I could do it as a one-off if there's no widespread interest.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v150 Support Thread for Google reCAPTCHA plugin
    By David Allen in forum All Other Contributions/Addons
    Replies: 638
    Last Post: 31 Jan 2024, 04:03 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