I have a multisite install
Is there a way for the module to identify which library directory should be used?

Comments

Vilmars’s picture

Where You get ckeditor library? Have You a link for library?

dczepierga’s picture

Status: Active » Fixed

I don't understand why u want to do this like that, but ok.
U can install ckeditor on each site by placing CKEditor module to directory sites/<site>/modules/ and adding CKEditor library to this module. Then everything should works as u except.

It's not possible to add only path to CKEditor library as u want to do this.

If u have more questions pls reopen this issue.

Greetings

Status: Fixed » Closed (fixed)

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

milplus’s picture

it is not clear ot me whether :

1)from the ckeditor.com page I can download the complete package ready to install onto drupal 6.x containing ckeditor and ckfinder .
2) I do have to download the module form drupal and then add onto the /ckeditor dir the package STANDALONE downloaded from ckeditor.com - same x ckfinder.
#) NOT Clear ckeditor has to be uploaded either/also onto /Libraries folder as well.
I followed all process but cannot get ckeditor icons showed up AT ALL.

Really frustrating me.

Indicaiton and installaiton instructions despite ver extensive are NOT Clear at all , any webpag eis sayig different things.

please anyone can help me on this thanks

mkesicki’s picture

@milplus,
For open source version (from http://drupal.org/project/ckeditor):
you should download archive from http://ckeditor.com/download and extract it to sites/all/libraries/ckeditor/ or sites/all/modules/ckeditor/ckeditor directory.
After this you should have ckeditor.js file in sites/all/libraries/ckeditor or sites/all/modules/ckeditor/ckeditor directory. Everything is described in readme file attached to drupal's module.

Here : http://ckeditor.com/ckeditor-for-drupal you can download commercial module for drupal which has CKEditor and CKFinder (licensed) included. You get also dedicated support to it. In this version everything is configured to work from start , so you don't do anything more after installatiion.

mkesicki’s picture

Category: bug » support