If your local development is failing to import large Drupal databases try setting the my.ini file for your MySQL to the following:
Drupal 7
Drupal webform bootstrap theme
UPDATE: Please be advised the following code may not work with the latest upgrade of Bootstrap base theme and latest Webform module. The Drupal…
Drupal add custom page template for content type
In order for a content type to use a different page template in drupal 7 you need to do two things. Create a new…
Drupal l Function in Drupal 7 example
This is how you use the l function in Drupal 7 The Drupal l function should be used when printing out links. This function…
Drupal remove date module description, unset bootstraps data-original-title attribute
In one of the projects I worked on recently, we had to use the Drupal date module to display the date field in a…
Hide Drupal content type from being indexed by Google – Snippet
In some cases you may only want to show specific content types as embedded content in other nodes. For example slideshows or video nodes…
Drupal Clear Cache SQL Commands – Snippet
Drupal Clear Cache SQL Commands should be one of your last resorts. But if for any reason you find yourself in a situation where…
Drupal Bootstrap base theme search button icon override with text, 508 compliance – Snippet
I love Drupal and I love Bootstrap, and the Drupal Bootstrap Base Theme bridges the gap between them nicely, it coats everything with elements…