Features and Overrides - Part Deux
Mike :
A new method for overriding Features in Drupal is presented that works for all types of Features.
Mike :
A new method for overriding Features in Drupal is presented that works for all types of 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.
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.