Configure the layout and format of content and data presented to site visitors.

Field Formatter Order

An extension to field_formatter_settings that allows you to set a field that contains multiple values to display in reverse order.

Use-case for this was a 'publication' that had many 'issues' that were attached via entityreference.
It was easy to add new items at the bottom, but when displaying a 'teaser' for that publication, it made sense to display just a few 'issues', and the most recent first.

A similar case could be when adding images to a content type to use as a slideshow. Maybe in the teaser you want to show the most recently added image or attached file.

This could also be done via an embedded view, or by requiring the editor to always drag their items to the top ... but this should be a trivial display option to live alongside the other filed_formatter_settings like field_multiple_limit

Issues

It seems that the core field formatter template_preprocess_field() and theme_field() do not respect #weight when rendering the array of 'renderable 'items'.

Twitter Bootstrap Modal

Twitter Boostrap Modal lets you load content only from any Drupal URL or specific function on a Twitter Bootstrap Modal.

This module relies on Twitter Bootstrap Modal functionality, so you need to load Twitter Boostrap libraries with at least modals included.

AJAX functionality is handled by jQuery AJAX load module.

Restrict Node Display

The Restricted Node Display module allows you to replace the "Full content" view mode for one or more content types with another view mode. This change is controlled by a Drupal permission allowing you to, for example, display "full content" to registered site users but only "teaser" content to anonymous users.

Views Based & Dependent Lists

  1. Fields that are dependent on other fields.
  2. Fields whose values can be based on views.

Book Page Order

This is an experimental module that enforces a viewing order of the pages of a book created with the Book module. Page three cannot be viewed before you have viewed pages one and two etc.

Pages

Subscribe with RSS Subscribe to RSS - Content display