Hello....

I amtrying to install the ckeditor on the latest version of drupal. I am following the instructions with no luck..... Can someone help me out with this problem...

Eivind

Comments

wusel’s picture

Did you install

the module https://www.drupal.org/project/ckeditor at sites/all/modules

and

the library from http://ckeditor.com/ at sites/all/libraries?

Look at https://www.drupal.org/documentation/modules/ckeditor for details.

Good luck!

Wusel

eivindsimensen’s picture

Now i have installed it all over again, and the only thing i get is the Subject window, under it it,s just working with Plain Text

achille1789’s picture

HI, you must download the library from here: http://ckeditor.com/download
The full package is raccomanded.

wusel’s picture

NEVER

inside the folder ckeditor/ckeditor where you will find a file named COPY_HERE.txt

but at sites/all/libraries/ckeditor!!!

It you follow me, an update is easy and you can update both parts separate!

Look at Libraries: default folder name per library (https://www.drupal.org/node/1858390) for details!

Wusel

achille1789’s picture

Hi Wusel,
thanks for your answer.
I've just read the file COPY_HERE.txt

But, do you know why that file is written like that?

wusel’s picture

Go to Administration » Configuration » Content authoring » Text formats (admin/config/content/formats). A list will appear of the various input formats your site uses.

There for every text format you can say, that you want to use ckeditor or not.

Good luck!

Wusel

snoman’s picture

If anyone needs it, this worked for me after much experimentation :

module dloaded from drupal.org goes in : sites\all\modules\ckeditor
libraries dloaded from ckeditor.com go in : sites\all\modules\ckeditor\ckeditor (i.e. inside the drupal module)
goto Configuration>Content Auth>CKeditor and configure the Global profile to point to : %m/ckeditor
leave local path empty, press Update to save the profile.
CKeditor should now be visible when you add content. You can configure the other profiles.

Good luck!