(Bold formatting added) |
(Permission name changed to a variable) |
||
Line 1: | Line 1: | ||
CKFinder is an Ajax-based file manager created by CKEditor developers: http://ckfinder.com/. It is already included in your licensed CKEditor for Drupal module, so all you need to do is enable it in the Drupal Administration panel. | CKFinder is an Ajax-based file manager created by CKEditor developers: http://ckfinder.com/. It is already included in your licensed CKEditor for Drupal module, so all you need to do is enable it in the Drupal Administration panel. | ||
− | First of all, you will need to grant the " | + | First of all, you will need to grant the '''"{{{permission}}}"''' permission in the '''Administration panel''' > '''{{{path}}}''' > '''Permissions''' section. |
[[Image:Drupal_{{{version}}}_Enterprise_CKFinder_permission.png|frame|center|Granting CKFinder access permission in the Drupal Administration panel]] | [[Image:Drupal_{{{version}}}_Enterprise_CKFinder_permission.png|frame|center|Granting CKFinder access permission in the Drupal Administration panel]] |
Revision as of 12:31, 22 May 2012
CKFinder is an Ajax-based file manager created by CKEditor developers: http://ckfinder.com/. It is already included in your licensed CKEditor for Drupal module, so all you need to do is enable it in the Drupal Administration panel.
First of all, you will need to grant the "{{{permission}}}" permission in the Administration panel > {{{path}}} > Permissions section.
[[Image:Drupal_{{{version}}}_Enterprise_CKFinder_permission.png|frame|center|Granting CKFinder access permission in the Drupal Administration panel]]
- Open the Drupal settings file (
sites/default/settings.php
) and do the following:- Uncomment the
$base_url
variable and set the base URL of your website (without the trailing slash). - Uncomment the
$cookie_domain
variable and set the domain name of your website.
- Uncomment the
- (Optional) Configure CKFinder settings in the File browser settings section for the CKEditor profile that you want to use.