Here is a Drupal custom breadcrumb for content type snippet that I used to build a nice long breadcrumb chain for a specific content…
drupal 7
Drupal 7 check if page is using panels
In drupal 7 check if page is using panels is just one line of code but comes in handy very often. Some times you…
Features module in Drupal 7
How to use the features module in Drupal 7 Video on how to use the features module in Drupal 7
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 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…