Zen Cart Logo
Forums / General Questions / CKeditor will not show up in editor list

CKeditor will not show up in editor list

Views: 766

Results 1 to 6 of 6
1 Apr 2013, 5:09 PM
#1
cshart avatar

cshart

Zen Follower

Join Date:
Mar 2005
Posts:
370
Plugin Contributions:
0

CKeditor will not show up in editor list

I have downloaded and installed the lastest version of CKeditor for Zen Cart noting that I should also add several files to the admin area, but when I go to the site I do not see CKeditor in the downdown list of editors.

I did notice in the editor list that file extra definitions editors list is the Line #16 : define('EDITOR_FCKEDITOR', 'FCKeditor'); with no mention of the CKeditor so what is wrong here?

How do I get this to work?

1 Apr 2013, 5:22 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: CKeditor will not show up in editor list

cshart:

How do I get this to work?
I just downloaded the latest CKEditor plugin from the ZC plugins area, unzipped it, followed the readme instructions exactly, and the editor shows up fine for me.

I'm guessing you missed uploading some files?

1 Apr 2013, 5:24 PM
#3
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: CKeditor will not show up in editor list

define('EDITOR_FCKEDITOR', 'FCKeditor');
The distribution that I have has

define('EDITOR_CKEDITOR', 'CKEditor');
1 Apr 2013, 5:52 PM
#4
cshart avatar

cshart

Zen Follower

Join Date:
Mar 2005
Posts:
370
Plugin Contributions:
0

Re: CKeditor will not show up in editor list

I have reload the files with the same result will try putting in the line define('EDITOR_CKEDITOR', 'CKEditor'); and see if that works.

1 Apr 2013, 6:11 PM
#5
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: CKeditor will not show up in editor list

But ... the plugin zip already contains that define, in the /admin/includes/languages/english/extra_definitions/ckeditor.php file.
So, not sure why you think you need to add it.

1 Apr 2013, 6:13 PM
#6
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: CKeditor will not show up in editor list

Also, I notice you said you're using v1.3.9 (which is 3 years old) ... so that means you need to rename the following file:
/admin/includes/init_includes/overrides/init_html_editor.php_only_needed_for_v150_or_older
to just:
/admin/includes/init_includes/overrides/init_html_editor.php