Drupal input label accessibility issue There is one particular issue with drupal forms regarding accessibility compliance that comes up all the time.
Drupal 7
Drupal 7 – Add Classes to fields in template preprocess field
Drupal 7 – Add Classes to fields in template preprocess field This if a preprocess function that you will need to use again and…
Drupal 7 alt text for image field
In Drupal 7 alt text for image field is usually missing, which is a big SEO issue, so here is a snippet that will…
Drupal custom breadcrumb for content type
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 create an iframe from a node for embedding
Drupal 7 create an iframe from a node for embedding Here is the following situation: You have a content type in Drupal 7 that…
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…
Add search icon to Drupal Solr search form when using panels
In this project I was using Drupal with Panels and Apache Solr search module. Here is a snippet that will add a font-awesome icon…
Automatically refresh Drupal page in browser using meta tag
The following code will add a meta tag in the head of the html to automatically refresh Drupal page in browser.
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
How to render video from video embed field module in drupal 7
This is what you need to do you want to render the video field provided by the video_embed_field module in a block or somewhere…