Hello everybody, I'm super new to Drupal, I tried unsuccessfully to install a visual editor in my drupal. Tried FCKeditor and TinyMCE, but nothing.
Does anyone have a clue?
Grateful!

Comments

vertazzar’s picture

http://drupal.org/project/ckeditor

if you follow the instructions correctly, an escalating probability of failure is equal to 0.

miracco’s picture

I tried to follow the instructions, but it appears the following error message on site setup:

The CKEditor component is not installed correctly. Please go to the CKEditor homepage to download the latest version. After that you must extract the files to modules/ckeditor/ckeditor or sites/all/libraries/ckeditor and make sure that the file modules/ckeditor/ckeditor/ckeditor.js or sites/all/libraries/ckeditor/ckeditor.js exist. Refer to the readme.txt for more information.

tdimg’s picture

just to make sure, your non-core modules are actually in sites/all/modules, not in the top-level modules folder.

miracco’s picture

Hello friend, it was not ... was a puzzle ... but it worked.
I'm new to Drupal and I'm enjoying it.
Working for some years with other cms `s, and each has its peculiarities.
Grateful for the help, hugs!

vertazzar’s picture

The CKEditor component is not installed correctly. Please go to the CKEditor homepage to download the latest version. After that you must extract the files to modules/ckeditor/ckeditor or sites/all/libraries/ckeditor and make sure that the file modules/ckeditor/ckeditor/ckeditor.js or sites/all/libraries/ckeditor/ckeditor.js exist. Refer to the readme.txt for more information.

tdimg’s picture

Try this one: http://drupal.org/project/wysiwyg - it's becoming the defacto standard of integrating such editors.

WorldFallz’s picture

Installing an editor is slightly more complicated than installing a regular module-- you need to install the module and then install the code for the editor you wish to use. Follow the instructions provided with module you choose.

Also, "even better" is a relative judgment-- both the ckeditor and wysiwyg modules have their advantages and disadvantages. If you're going to be exclusively using ckeditor, there are some configurations you can do with the ckeditor module that you cannot do with wysiwyg (at least atm).