Installing CKEditor & CKFinder in Drupal

Posted by jineesh uvantavida on Saturday, January 7, 2012 Under: Tips & Ideas.
1. Download CKEditor from http://ckeditor.com/download
 
Then Extract it and copy the ckeditor folder to 
- " c:/xampp/htdocs/drupal/sites/all/modules/ " folder if it is xampp
- " c"/wamp/www/drupal/sites/all/modules/ " if it is wamp
 
2. Enable CKEditor module in Modules.
 
- Go to  Configuration Content authoring CKEditor         
edit full profile and change File Browser to CKFinder.

 
3. Open  sites/all/modules/ckeditor/ckfinder/config.php and  Delete function CheckAuthentication()
 
- after that add a line  
require_once '../../../../includes/filemanager.config.php';
 
below  $baseDir = resolveUrl($baseUrl);
 
4.  Edit sites/default/settings.php
 
Uncomment and define $base_url: to   
$base_url = 'localhost';

  Uncomment and define $cookie_domain: to   
$cookie_domain = 'localhost';


5.  Clear all cachesConfiguration -> Development -> Performance

Please refer here



--

In : Tips & Ideas. 


Tags: "drupal" "ckeditor integration in drupal on windows" "ckeditor and ckfinder" 

Translate This Page

 


Make a free website with Yola