Custom block disappearing in Drupal 8
Imce file browser buttons are missing
I have to admit that each time I try to configure a new site with the following modules I end up spending time to figure out where the IMCE related buttons are CKeditor IMCE jQuery Update(It is the culprit!) FIX: All you have to do is, go to the jQuery module configuration and ensure the […]
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 […]
Xml sitemap and blog entries in drupal 7
If you have built a new site based on Drupal and started blogging, you need to ensure that all your blog entries are included in the XML sitemap so that the system will automatically submitt it to the search engines. In order to have your menu’s and nodes(blogs are included in that), you have to […]
Bulk delete of unapproved comments in drupal 7
When you allow comments in your blog post or page, often you will be spammed with thousands of comments from spammers. One way to reduse it to use module like CAPTCHA. IF you already have thousands of comments to your posts and would like to remove all the un approved comments here is the method. […]
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 […]
Buildamodule β an awesome drupal resource
If you are a drupal developer and would like learn abour Drupal or PHP, I would strongly recomment BuildAModule. There are many free videos and for serious lerners you can subscribe to thier monthly service opening up to more than 800 videos. The videos are done very professionaly and easy to follow. So have a […]
How to solve the blank page issue with MAMP PRO and Drupal
I have recently upgraded to MAMP PRO 2 and to my surprise some of the sites I was working with started showing a blank page locally even though the online version is working fine. After spending some hours in research, I have found the solution. It was basically because of the PHP memory limit. If […]
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 […]