Posted by jrsinclair on November 21, 2011 at 11:25pm
Description
This module allows you to use CKFinder with the WYSIWYG version of CKEditor.
This module requires both the libraries and WYSIWYG modules. Please read the
installation instructions carefully.
Installation
Read http://drupal.org/getting-started/install-contrib on how to download
and install Drupal modules.
- Make sure that the WYSIWYG and Libraries modules are correctly installed
- Download the CKEditor library to your libraries directory (usually
sites/all/libraries), and create at least one WYSIWYG profile that can use it. - Download the CKFinder library from http://ckfinder.com/download and extract it
to the same libaries directory. - Make sure that the web server has write permissions for the ckfinder directory AND
the file config.php - Make sure that you have the $cookie_domain variable set correctly in your
settings.php file - Enable the 'WYSIWYG CKEditor CKFinder bridge' module
-
Edit the file path/to/libraries/ckfinder/config.php and set your licence key and
desired base URL. E.g.:$config['LicenseName'] = 'my-license-name';
$config['LicenseKey'] = 'my-license-key';…
$baseUrl = '/sites/default/files/';
-
Give some user roles permission to 'allow CKFinder file uploads'
- Enable the CKFinder plugin in one of your WYSIWYG CKEditor profiles
Development sponsored by OPC IT