List other

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides a new Field / Forms API element which is a select/radios/checkboxes element that has an 'other' option. When 'other' is selected a textfield appears for the user to provide a custom value.

The purpose of this module is excatly the same as select_or_other, without using a "text" field. This module defines his own field type and use the same structure of the "list_text" field.
It's mean you can style use "allowed_values_function" feature for example.

Bulk download field formatter

Component type

module

Maintenance status

Development status

Downloads

158

Component created

Component changed

This module create a field display formatter for "image" and "file" type fields.

  • It outputs a link to download all the content uploaded in the field instance.
  • Configurable link title
  • Make it easy to download the field content as a .zip package.

Requirements

HTML5 Colorpicker

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Synopsis

The HTML5 Colorpicker creates a new Form API element type: html5_colorpicker.

After enabling this module a new form element can be created and included in any form. The colorpicker would be available for inclusion by code, allowing users of the form to choose a color.

This module includes Field API integration, so the picker can be added as a field to any content type.

DS Extras + FIeld Group (Issue #2221307)

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

DS Extras + Field Group (Issue #2221307)

Currently, when ds_extras and field_group are installed you will run into issues attempt to assign and display field_groups to a Region to Block. The problem is that fields appear without the field_group. This module was created and tested against Display Suite Extras module version 7.x-2.6 with Field Group 7.x-1.4.

URL Static Title

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

A simple field formatter to allow a static title to be set for URL fields. As this is a field formatter static titles can be set on view modes or on fields in Views, rather than on the field settings page itself as you would in the Link module, which has this functionality built in.