Hello,
If I make my own D7 installation profile and include CKEditor module as part of the profile package, and
I also create library folder in profile folder (profilename/library), and I put CKEditor into this library folder.
Then, when I try to use CKEditor Global profile configuration to set up correct paths, the placeholder for module (%m) directory seems ok (it points to the directory inside installation profile), but placeholder for library (%l) still points to the sites/all/libraries and ignores installation profile setup.
Please, see attached screenshot if the description above is not clear enough.
Is this CKEditor module problem, or some Core paths problem?
Thank you.
Comments
Comment #1
mkesicki commentedHi,
I think that this works as expected (%l) should point to sites/all/libraries - this fits to most case scenarios.
We will wait what others say.
Comment #2
dczepierga commented@joseph11 , as i see you are using placing all modules in contrib - drupal allow this and here it's possible to detect this path, but libraries path is always in "sites/all/libraries" (it's hardcoded) and we cannot detect other place, because Drupal doesn't have any method for this.
The text field there is only to set your path to libraries if we cannot detect it, so in your case u should set manually path to libraries directory :)
If u have more questions about it pls reopen this issue, i will try to answer to all your questions.
Greetings
Comment #3
joseph11 commentedThank you for the explanation. I'll do it manually.