↧
How to Send HTML Emails in Drupal 7 using Rules
Whenever I post a tutorial about sending emails using Drupal, the first question I get asked is how to send emails as HTML. By default, emails are sent as plain text in Drupal 7. There are a few...
View ArticleUsing Environment Indicator in Drupal 7
Every Drupal site builder will at some point experience the dread of accidentally making configuration changes on production thinking it's their local site. This sort of thing can easily happen when...
View ArticleControl Context Using Context Entity Field in Drupal 7
When you need to dynamically display a block within a region, nothing can really beat the Context module. It allows you to define a set of conditions, that when met, executes a set of reactions. For...
View Article