Closed (fixed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2009 at 21:08 UTC
Updated:
14 Apr 2010 at 12:39 UTC
Jump to comment: Most recent file
Comments
Comment #1
edhaber commentedSo I have recently added the Admin module. It is pretty cool, but it was hiding some of the help text.
I found the area in the global options that you can set any path you want for the library's location.
I made my changes to the function ckeditor_path
I added a check for /sites/all/libraries/ckeditor and if that fails it falls back to the module directory.
This worked for me and here is my patch.
Comment #2
wwalc commentedCheck the beta version, it should automatically find CKEditor in sites/all/libriaries and update the global profile (where path to CKEditor may be set).
Comment #4
geerlingguy commentedJust FYI - if you have a ckeditor folder in the module folder, as well as the sites/*/libraries folder, then the user-configurable 'Path to CKEditor' is not actually user-configurable.
I tried changing the path from
%m/ckeditorto%b/sites/all/libraries/ckeditor, but when I hit save, the original value appears when I go back to the Advanced settings on the Global profile.If this path is truly user configurable, then it should be able to be whatever the user chooses, even if there's a version of CKEditor inside the module directory. Just a little UI gotcha.
Comment #5
mephir commented@geerlingguy: i don't see anything worring about this functionality. I have ckeditor in library folder and also in module directory, changing %m/ckeditor and save produce proper settings. Return to %b/sites/all/libraries/ckeditor, works fine to. Maybe you have some typo in path's.
If you have any lack of clarity about issue, feel free to reopen it.