It is probably too obvious to you, but now the documentation doesn't say where I should install which path exactly.

I installed the module with tinyMCE a few weeks ago, now I want to try the other editors. Therefore, I probably don't the install instructions anymore. If I remember correcly there were some.

I upload the other editors in the /sites/all/modules/wysiwyg/ directory next to the my tinyMCE dir, but my first attempt, seems to file, so I look for readme.txt or install.txt, but there is nothing on my problem (http://drupal.org/node/70151 doesn't help in this respect).

So, it works now with
/sites/all/modules/wysiwyg/fckeditor/

(no suddirs with version numbers)

the other editors I cannot make work. I assume that the wysiwyg module does not yet support them out-of-the-boc since there is no editor.inc

Comments

sun’s picture

Title: path for editors » Display installation instructions permanently
Version: 6.x-0.4 » 6.x-1.x-dev
Component: Documentation » Code
Category: support » task

Yes, this is a known issue. I have no idea where the installation instructions could be placed/located in the administration pages. Using the regular help region (along with a separate help page) would clutter the profile overview page too much (because the table would needlessly be shifted downwards on the page). Furthermore, it is perfectly possible that all of the current configuration forms will be moved/integrated into the existing input format settings page of Drupal core, making it even harder to find an appropriate place for the instructions.

Since the target folder for editor libraries is different for each editor, I do not want to put that information into the README.txt, but provide on-screen information already displaying the proper directory for the Drupal site in question.

Long story short: All currently supported editors can be identified by the files in editor/*.inc. To use one of the editors, the editor library must be placed into a sub-folder of the module (not below editor/) using the same name as the corresponding *.inc file.

Based on the editors supported by the latest development snapshot as of now, the possible directory names are:

./fckeditor/
./jwysiwyg/
./nicedit/
./tinymce/
./whizzywig/
sun’s picture

Status: Active » Needs review
StatusFileSize
new4.52 KB

Please test attached patch. I'd like to get this into 0.5, which is to be released tomorrow.

sun’s picture

Status: Needs review » Fixed

Committed to all branches.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.