Field Conditional States

With the Field Conditional State module you can change the state of any supported fields form element depending on the content of other fields. This is done by providing an UI for Drupal's States API. All the changes made to a form by FCS (Field Conditional States) utilize only the States API and therefore are clientside only.

Views Filter Harmonizer

Normally, when a Views field has been assigned both an exposed filter and a contextual filter, then both filters get applied to the View's results set -- always. This is not configurable behaviour. It's hard-coded.

Field HTML trim

From the project page on d.o. "This module provides a neat solution for cutting off the text without taking any HTML tags into consideration. It uses a regular expression containing all the words of a trimmed textual representation of the field value to extract the wanted block of HTML."

Coding for Email

Making email templates can be a real pain in the keister! When possible, use something like Mailchimp's responsive email builder instead of trying to exactly replicate a design from Photoshop; avoid having to read this article at all if you can! If you really must create an email based on a .psd or just an image and if a strict design is needed, read on.

Override Node Options

This module "allows permissions to be set to each field within the Authoring information and Publishing options field sets on the node form. It also allows selected field sets to be set as collapsed and / or collapsible."

Views

Download over 3.5 million times, this module is an insane query builder. Learn it.