Re: Support Thread for CKEditor Plugin
Hi:
I recently changed my template and when I did I downloaded the latest update of CK Editor.
Much to my chagrin, the new editor is the standard version. In this forum Dr. Byte says that you can download the full version of the editor from the Ck Editor website and install it.
I did this, and have the full editor running on my testsite. I was talking to my host who told me I should take it off because it can be hacked and is not PCI compliant.
Is that right?
Dave
Re: Support Thread for CKEditor Plugin
Um, yikes! Please post if you find more info!!
I will, too
Re: Support Thread for CKEditor Plugin
I am new to Zen cart, have used oscommerce, man, I love zen cart more options and much easier to add on, or plug in.
I am using version 1.5.4 and ckeditor 4.5.2. Now the problem, all works good except the panel is blank, no icons or anything. I can mouseover and see anchor, unanchor, link etc, but no pictures.
Can anyone help a poor guy out.
Re: Support Thread for CKEditor Plugin
Hello.
I have one perhaps weird question regarding to the CKEditor, but why not :)
I installed CKEditor (4.5.2 (revision 09b0cca)) on my fresh-new ZenCart installation (ZC v. 1.5.4), it shows up, but I'm missing some icons in the editor, most wanted is the "Font-Size" icon - it just does NOT show up on the editor.
Here is the complete ckeditor-custom-button-bar image
and here is what I see inside the ZC administration, within the Product/Category editing --> image.
What can I do to fix it?
Re: Support Thread for CKEditor Plugin
Re: Support Thread for CKEditor Plugin
Quote:
Originally Posted by
tilenk
Hello.
I have one perhaps weird question regarding to the CKEditor, but why not :)
I installed CKEditor (4.5.2 (revision 09b0cca)) on my fresh-new ZenCart installation (ZC v. 1.5.4), it shows up, but I'm missing some icons in the editor, most wanted is the "Font-Size" icon - it just does NOT show up on the editor.
Here is the complete
ckeditor-custom-button-bar image
and here is what I see inside the ZC administration, within the Product/Category editing -->
image.
What can I do to fix it?
Latest (which includes CKEditor v4.5.6) has the Font-Size and Justify buttons added.
https://www.zen-cart.com/downloads.php?do=file&id=1098
Re: Support Thread for CKEditor Plugin for Zen Cart
Today, I downloaded and installed the latest version of the ckeditor plugin and v1.5.4 of the cart from this site. The ckeditor folder is in the editors directory and the ckeditor.php file is in the includes folder. The CKeditor was not showing in the dropdown select tool on the configuration page so I had to hack the admin/includes/init_includes/init_html_editor.php on line 48 to read:
PHP Code:
if (true) $editors_list['CKEDITOR'] = array('desc' => EDITOR_CKEDITOR, 'handler' => 'ckeditor.php', 'special_needs' => '');
from
PHP Code:
if (is_dir(DIR_FS_CATALOG . DIR_WS_EDITORS . 'ckeditor') $editors_list['CKEDITOR'] = array('desc' => EDITOR_CKEDITOR, 'handler' => 'ckeditor.php', 'special_needs' => '');
Even though the ckeditor is selected, there are no toolbars on any text modification area.
Re: Support Thread for CKEditor Plugin for Zen Cart
Quote:
Originally Posted by
Jetta
Today, I downloaded and installed the latest version of the ckeditor plugin and v1.5.4 of the cart from this site. The ckeditor folder is in the editors directory and the ckeditor.php file is in the includes folder. The CKeditor was not showing in the dropdown select tool on the configuration page so I had to hack the admin/includes/init_includes/init_html_editor.php on line 48 to read:
PHP Code:
if (true) $editors_list['CKEDITOR'] = array('desc' => EDITOR_CKEDITOR, 'handler' => 'ckeditor.php', 'special_needs' => '');
from
PHP Code:
if (is_dir(DIR_FS_CATALOG . DIR_WS_EDITORS . 'ckeditor') $editors_list['CKEDITOR'] = array('desc' => EDITOR_CKEDITOR, 'handler' => 'ckeditor.php', 'special_needs' => '');
Even though the ckeditor is selected, there are no toolbars on any text modification area.
In your admin/includes/configure.php, what are the values of: DIR_FS_CATALOG and DIR_WS_EDITORS? How do they compare to the same in includes/configure.php?
Re: Support Thread for CKEditor Plugin for Zen Cart
PHP Code:
define('DIR_FS_CATALOG', '/home1/xxxxx/public_html/xxxxx/store2/');
There is no DIR_WS_EDITORS setting in the config file.
Re: Support Thread for CKEditor Plugin for Zen Cart
I added the following code to my admin configure file:
PHP Code:
define('DIR_WS_EDITORS', DIR_WS_INCLUDES.'admin/editors/');
and reset the code on line 48 but still no option to select CKEditor in the dropdown