Red Crackle Blog

Basic Views Theming

Learn how to customize views by adding classes by working with the template files and using the Drupal Views UI for theming.

Send Drupal's Transactional Emails using Mandrill

In this video, we will show you how to integrate Drupal with Mandrill to sent transactional emails. Mandrill is an application developed by Mailchimp, which allows you to sent transactional emails and get the analytics, such as open rate and click rate.

 

 

 

How to override theme functions in Drupal 7

Before overriding theme functions, let us understand the concept of theme function.

In Drupal, a theme function is a PHP function that is used to output the HTML of any Drupal object. These functions are prefixed with theme_. All the functions that produce HTML are themeable and are invoked using theme() rather than being directly called.

We can override theme functions in template.php.

 
Ready to get started?REQUEST A QUOTE