Display Suite

Display Suite gives you full control over the way content is displayed without having to maintain dozens of PHP template files. We can accomplish this by using a drag and drop interface to arrange the display of fields in predefined or custom regions such as as "header", "left", "middle" or "footer".

Display Suite comes with predefined layouts such as "two columns", "three columns stacked", "three columns fluid" et cetera, but also lets you define your own ("nine columns stacked" anyone?)

Display Suite takes over the Drupal core functionality that let you arrange the display of entity fields via the "Manage display” tab.

You can manage the display for each "view mode" such as the full node, teaser, search result or your custom view mode (e.g. "mini teaser"). The Display Suite view modes are available in Views so that you can efficiently create & maintain lists of content.

Display Suite allows you to add fields to the node, user or comment varying from a simple piece of html (e.g., social services links) to preprocess fields that you define in a theme or module.

Theming and PHP Snippets

The following section contains theming and PHP code snippets for interacting with the i18n and translation.module APIs, for Drupal 6. Most of them can also be used inside blocks, using PHP blocks.

All Versions - Enhancing Drupal's functionality

Ok, so you've installed Drupal and gotten it working. You've added a module or two, and maybe you've even changed the theme. Now you want to do more, and adding modules or changing the options doesn't seem to cut it. Maybe you've found that things don't look quite like you want them to, or you want there to be more functionality in a particular module.

Pages

Subscribe with RSS Subscribe to RSS - Drupal theming