Page 12 of 21 FirstFirst ... 21011121314 ... LastLast
Results 111 to 120 of 202
  1. #111
    Join Date
    Oct 2009
    Posts
    8
    Plugin Contributions
    0

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    Quote Originally Posted by DrByte View Post
    I'm guessing you uploaded the ckeditor files to your admin directory instead of to the /editors directory.
    Wow...I assumed admin the whole time. I have corrected and working. Thanks!
    Gabe

  2. #112
    Join Date
    May 2010
    Posts
    99
    Plugin Contributions
    0

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    I just installed the latest version, but the "paste" function isn't working. It tells me my browser setting don't allow my clipboard to be accessed (huh? it works everywhere else), pops up a separate window with instructions to "paste" using the keyboard. But when I do, it erases the data and the page remains blank.

    Does anyone know how to fix this?

  3. #113
    Join Date
    Feb 2011
    Posts
    665
    Plugin Contributions
    0

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    Working on an upgrade to ZC1.55e.

    Reading through the installation instructions and looking at the files I noticed that there is only one file in the admin file for v1.55.
    Should I use the admin file for 1.51-1.54?

  4. #114
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,563
    Plugin Contributions
    28

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    Quote Originally Posted by Serious View Post
    Working on an upgrade to ZC1.55e.

    Reading through the installation instructions and looking at the files I noticed that there is only one file in the admin file for v1.55.
    Should I use the admin file for 1.51-1.54?
    As I read the instructions, there are no admin changes for the 1.5.5 admin

  5. #115
    Join Date
    Feb 2011
    Posts
    665
    Plugin Contributions
    0

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    Well I screwd something up.
    I see CKEditor in the drop-down, but it's not showing up anywhere.
    tried clearing my browser cache and reloading the admin page...Nuttin'.

    On my way back to square one.
    I've been adding mod's all day and this is the only one that's kicked my a$$.

    Time for less HTML and more beer!

  6. #116
    Join Date
    Jan 2007
    Posts
    1,484
    Plugin Contributions
    10

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    You should only have dropped the editors folder into your install. You did not need to do anything from any of the other admin folders, so if you used the 1.5.1 to 1.5.4 folder then you need to delete them from your install.

    Zen Cart and it's community are the best!!

  7. #117
    Join Date
    Feb 2011
    Posts
    665
    Plugin Contributions
    0

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    Quote Originally Posted by lankeeyankee View Post
    You should only have dropped the editors folder into your install. You did not need to do anything from any of the other admin folders, so if you used the 1.5.1 to 1.5.4 folder then you need to delete them from your install.
    Easier said than done I'm afraid....at least for me.

    Not even sure where to start.
    I didn't see any uninstall files.

  8. #118
    Join Date
    Jan 2007
    Posts
    1,484
    Plugin Contributions
    10

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    If you did add the files from the 1.5.1-1.5.4 folder, it should be very simple. Just go to your admin/includes and replace ckeditor.php with the original from the 1.5.5 fileset. There is nothing to uninstall. You could also delete the editors/ckeditor folder and re-upload in case something got messed up during the transfer.

    Zen Cart and it's community are the best!!

  9. #119
    Join Date
    Feb 2011
    Posts
    665
    Plugin Contributions
    0

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    Quote Originally Posted by lankeeyankee View Post
    If you did add the files from the 1.5.1-1.5.4 folder, it should be very simple. Just go to your admin/includes and replace ckeditor.php with the original from the 1.5.5 fileset. There is nothing to uninstall. You could also delete the editors/ckeditor folder and re-upload in case something got messed up during the transfer.
    Huge THANK YOU!!
    That fixed it.

  10. #120
    Join Date
    Apr 2010
    Posts
    897
    Plugin Contributions
    0

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    Hi,

    I think there may be a glitch in the mod... at least when the "optional" instructions for renaming the editor folder are applied.

    I have a fresh install of zc155e, plus a few mods. CKEditor works just fine until I try renaming the 'editors' folder.

    I added the following to my /admin/includes/configure.php:
    define('DIR_WS_EDITORS', 'new_folder/');

    Then I changed the name of my editor folder from "editors" to "new_folder".

    When I log into Admin, there is a persistent error message that states:
    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 '/editors/' folder
    However, when I go to Admin > Configuration > My Store > HTML Editor, CKEditor appears on the drop down list. More over, I am able to open a product, edit the content using the wysiwyg, save it, and then go see my changes on the catalog. All while *not* having a folder named "editors".

    Anyway, seems that the mod is hard coded to check for the specific folder "editors" rather than using the defined directive. I'm not sure where the check occurs, nor how to turn it off.

    I'm thinking of simply reverting the folder name back because I'm not using an image uploader add on. I only did it because... well, seemed easy enough and more secure.

    SIDE QUESTION:
    While grepping for references to "editors/" I noticed that my .htaccess contains the following (for CEON uri):
    # Don't rewrite editors directory
    RewriteCond %{REQUEST_URI} !^/editors/ [NC]

    Unsure whether or not that could be sniffed out, I decided *not* to update that to:
    # Don't rewrite editors directory
    RewriteCond %{REQUEST_URI} !^/new_folder/ [NC]

    Seemed to work fine anyway. Am I safe to use my editor without "don't rewrite"?

 

 
Page 12 of 21 FirstFirst ... 21011121314 ... 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