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
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | wysiwyg-HEAD.installation-instructions.patch | 4.52 KB | sun |
Comments
Comment #1
sunYes, 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 beloweditor/) 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:
Comment #2
sunPlease test attached patch. I'd like to get this into 0.5, which is to be released tomorrow.
Comment #3
sunCommitted to all branches.