Drupal

Enabling clean urls drupal 7

I have faced this problem many times, so thought this could help the person reading this πŸ™‚ Often in Dupal 7  when you go to Configuration>>Clean URLs and “Run the clean URL test” it will give a failed run message even though the server have the capability to have clean URLs.In this case all you have […]

How to update your drupal 6 core

Updating your Drupal 6 core is not as difficult as you thing, please not that updating means 6.x to 6.newx.  Here are the steps to follow Make a back of your site directory Take a backup of your database Download the latest release of your current Drupal version. Extract the dowloaded version Normally I delete […]

Configure imce with ckeditor as an image/ File uploader and browser

Configuring IMCE with CKeditor is easy, but a little tricky. Here is how you can do it. 1. Configure your CKeditor , you can see the step configure CKeditor in Drupal here2. Download IMCE  from here http://drupal.org/project/imce3. Install IMCE in your sites/all/modules directory4. Activate the IMCE module5. Go to configuration-ckeditor (in drupal 7)7  Edit the […]

Configure ckeditor in drupal

When I started working with Drupal, it took some time for me to figure out how you could configure CKeditor in order to have the WYSIWYG html editor while creating your content. Here are the steps to configure it properly. 1.Go to http://drupal.org/project/ckeditor  and download the corresponding version2. Unzip the module in to your sites/all/modules […]