Features and Overrides - Part Deux

Mike :

A new method for overriding Features in Drupal is presented that works for all types of Features.

Posted 01/05/2012 - 12:01 // 11 comments

A new paradigm for overriding Drupal Features

Mike :

A new method for overriding Drupal 7 Features such as Display Settings is presented, along with a step-by-step tutorial on creating Features and Overrides.

Posted 10/03/2011 - 07:30 // 9 comments

Drupal 6 Theming for Module Developers - Suggesting TPLs From a Module

Irakli:

The ability to write self-contained modules (thank you, Hooks API!) and a very flexible theming layer are two important aspects behind the power and extensibility of Drupal. The following blog post describes how to leverage this power and write "proper" modules - modules that externalize all rendering logic into TPLs, suggest default implementation but allow themers to override default TPLs if needed. Several use-cases are discussed.

Posted 04/10/2010 - 12:08 // 2 comments