A Day Not Laughed Is A Day Not Lived. Check in each week as we fill the web space with insightful musings on all the latest goings on in the industry.

Custom Email Templates for Webform

The Webform module allows you to send different emails to different people but what about changing the structure of your email depending on what the user enters in the form?

This functionality comes in handy for Job Application forms where you might want to change the Email the user receives based on the available position they are applying for.

Custom view modes for Drupal 7 Media
05
Apr
2012

We've had the issue, since we started using Drupal 7, of not being able to use our own custom image styles for use with Media in the WYSIWYG as we did with the old Image Browser in Drupal 6. There are a few presets given that can be changed but what if we need a large amount of image styles available for the client? What if we also want to use more meaningful names for use in the select in the Media browser?

How do you illustrate this?

Modules like Features make it easy to package content types, views and other bits of Drupal sites as a module and share them between sites. If you’re anything like us at Bouncing Orange, you’ll often want your feature module to override the templates used for those content types, views, etc. so you can stop copying the templates into your theme on every project.