GK Questions for SBI PO, CAT, RRB, Clerk, NDA, RBI Assistant, SSC, CGL, PSC and other Competitive Examinations.
Upload Image With Ckeditor By Using Imce Module in Drupal 7
CKEditor is a powerful wysiwyg editor useful for changing contents in Drupal. But the main drawback is that it does not have any image uploading feature. This can however be solved by using the IMCE module of Drupal. Here are the steps for integrating IMCE with CKEditor.
Step 1. Download IMCE module from http://drupal.org/project/imce OR drush dl imce.
Step 2. Upload IMCE module in sites/all/modules folder and enable module from admin/modules (in Drupal 7) admin/build/modules (Drupal 6). OR drush en -y imce
Step 3. Now check configuration option Configuration->IMCE (/admin/config/media/imce), and also configure the permissions.
Step 4. Now configure CKEditor go to Configuration->CKEditor (admin/config/content/ckeditor). There is two Profiles by default in Drupal 7 now edit ‘Advanced’ profile.
Step 5. Select ‘FILE BROWSER SETTINGS’ select ‘IMCE’ from File browser type drop down list.
All done. You will now get a browse button for image uploading in CKEditor.