Re: Support Thread for CKEditor Plugin for Zen Cart
Quote:
Originally Posted by
Jetta
PHP Code:
define('DIR_FS_CATALOG', '/home1/xxxxx/public_html/xxxxx/store2/');
There is no DIR_WS_EDITORS setting in the config file.
Huh, wonder how I missed either that being removed or otherwise located... Oh well, should be defined in: includes/init_includes/init_html_editor.php as 'editors/'
So, does that particular file path exist on your setup/path structure? If installed as "described" it should...
Re: Support Thread for CKEditor Plugin for Zen Cart
Quote:
Originally Posted by
Jetta
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
Umm, thought the editors folder was in the store side not the admin side... Meaning would only need to define as:
PHP Code:
define('DIR_WS_EDITORS', DIR_FS_CATALOG.'editors/');
Where exactly in reference to the base of your store have you installed the ckeditor files and why? (Do not provide the admin path n your response.
Re: Support Thread for CKEditor Plugin for Zen Cart
So i upgrade from 1.38a to 1.54..upgrade database and now add ckeditor ,made choice via Admin->Configuration->My Store->HTML Editor
If I now select at Text Editor the CKEditor from dropdown it shows the CKEditor choice but then jumps back to Plain Text.
Not any logs about this. Cant this happened because i used 1.38a before uprgade. ? Yes i made fresh install to 1.54.
Re: Support Thread for CKEditor Plugin for Zen Cart
So i fix stranger when i install previous version 3.7p
Re: Support Thread for CKEditor Plugin for Zen Cart
Latest version doesn't have txt colour options on it. I've checked online and found this thread
http://ckeditor.com/forums/Support/C...ing-CKEditor-4
It shows a way of building your own CKEditor and downloading it but no matter what I do it still won't show text colour change option on the CKEditor toolbar on our Admin?
Any one have any ideas?
Mark
Re: Support Thread for CKEditor Plugin for Zen Cart
Quote:
Originally Posted by
Purecarsound
Latest version doesn't have txt colour options on it. I've checked online and found this thread
http://ckeditor.com/forums/Support/C...ing-CKEditor-4
It shows a way of building your own CKEditor and downloading it but no matter what I do it still won't show text colour change option on the CKEditor toolbar on our Admin?
Any one have any ideas?
Mark
All sorted. Downloaded full package from here: http://ckeditor.com/download
Unpacked and copied everything across to 'editors' and hey presto, full package with all plugins works.
Re: Support Thread for CKEditor Plugin for Zen Cart
I have installed this per instructions - on ZC 1.5.4..... I see CKeditor in my Html editor... SO does this actually put the editor in the Product Description part of admin when you are adding products? I am NOT seeing it there if that is so....
Thanks
Re: Support Thread for CKEditor Plugin for Zen Cart
In the upper right hand side of the listing screen, you'll see a setting for editor -be sure it's set to CKEditor.
Re: Support Thread for CKEditor Plugin for Zen Cart
I did find that - but as soon as I set it for it - it switches back to text....
Re: Support Thread for CKEditor Plugin for Zen Cart
zc 1.5.5 installed live on linux server after test site built on WAMP. Latest version of ckeditor installed on the test site and functions properly.
On the live site admin/config/store has ckeditor as default and the product pages show it as selected. But in the product page there is no ckeditor in site - the product description box looks sized to receive the buttons, but nothing there. On the html_defines pages the selector is set to text but the drop down offers ckeditor. However when selected it just bounces back to text.
I did my live install of files via ftp. I checked and each file from the mod is present and in the correct folder. To be sure there was no glitch in the upload I re-uploaded the files individually, cleared my cache, turn admin/config/store selector off and on etc.
Only changes to files on upload was the config files, and everything else in the store seems to function propery. I had a few log errors related to tax settling that I hadn't bothered with in test store, and I had issues with Wordpress (in root and using WP4Zen) that were resolved by reloading that folder.
Are there any permission settings that might be different moving from windows to linux? Or any other ideas?