Theming

Becoming friends with the Drupal Color module — Part 2

15. January 2012 - Sampo Turve

This is a sequel to the post Becoming friends with the Drupal Color module — Part 1. Here we'll check out the advanced (and the coolest) parts of the Color module. If you are not already familiar with Color module, I suggest you take a look at Part 1 since I'm not going to cover the basics in this posts.

Drupal 7 custom node view modes

20. December 2010 - Juha Niemi

One of the cool new things in Drupal 7 is the ability to easily add new “View modes” for nodes. View modes are available for other entities like comments also, but I’m gonna only cover the nodes for this time. 

Before, Drupal had only two “hard-coded” node view modes, the full node view and the teaser view. These two provided us just enough flexibility for most simple content listings, but quite often we needed to turn to Views in Fields mode to get more flexibility. By flexibility in this case I mean displaying the same content in different ways in different contexts.

Subscribe to RSS - Theming