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

Grid Field Formatter

Configuration page for the formatter: enable Grid Field Formatter with a number

As an attempt to provide a solution to:

How do I format a multi value field as a grid?

the Grid Field Formatter module provides a simple way to overridde the display of multi-value fields to show as a grid/table with a certain number of columns.

This module has no pretention of implementing any field: it is not a Table field, such as TableField, or CCK Table Field.
It's just a formatter (display) to render multi-value fields with a grid/table layout instead of a list of items.

The idea behind this is to provide a simple solution, easy to use, setup, with few dependencies and trying to leverage the formatter hooks provided by #945524: Field formatter settings hooks in core to extend existing field formatters.

Implementation:

The code is very similar to other modules built on top of Field formatter settings, such as Linked field or Field formatter class, and it implements hook_field_formatter_settings_form_alter to add configuration options to existing formatter settings forms.

Label with field formatter

Provides a field formatter for entityreferences which displays the entity label and a field from the referenced entity with optional pre- and suffix.

File field formatter

Provides a field formatter which allows you to display a field of the file entity.

Duration Formatter

This module provides a field formatter which displays a number field as a duration (Example: 195.553 will be output as 03:15).

Comment attachment

forum-comment-attachments

Overview:
Comment attachment module enables comments to have files attached to it.

Menu Origin Default

If you go to a node form and come from a page with a menu item, the page you came from will be set as the default parent item.

Pages

Subscribe with RSS Subscribe to RSS - Content display