Multiple value field delete button

Component type

module

Maintenance status

Development status

Component created

Component changed

This module adds a "Delete" button to drag'n'drop multiple value fields. No dummy js and/or css which hides the certain fields. Ajax style.

Usage: select the fields, under module settings, which should get delete button.

Note: The field settings list will show any field types which can actually hold multiple values. Currently, autocomplete fields are not supported.

CCK Single Select

Component type

module

Maintenance status

Development status

Downloads

2376

Component created

Component changed

Overview

This module extends the functionality provided by five modules coming with Content Construction Kit (CCK) for Drupal 6.x:

  • Node Reference
  • Number
  • Option Widgets
  • Text
  • User Reference

and by the module Select (or other).

It acts when a CCK field of type

  • Decimal
  • Float
  • Integer
  • Node reference
  • Text
  • User Reference

with the widget

  • Select list
  • Select (or other) list

is added to a content type,

  • and the Number of values is kept to 1 (one).

Such a field is a single-value select list.

CCK would natively display such a single-value select list as follows:

  • If the field is required, the first selectable option is pre-selected. This would allow the end-user to successfully submit a form without actually selecting anything from a required select list, effectively making the "required" property obsolete.
  • If the field is not required (optional), a non-value option "- None -" will be added on top.

CCK Single Select (this module) changes the first (default) option of each single-value select list as follows:

  • If the field is required, a non-submittable customizable option will be added on top (defaults to "- Please select an option -"). This forces the end-user to actively select one of the provided options in order to successfully submit the form.
  • If the field is not required, the non-value option on top will be made customizable (defaults to "- No selection -").

PhoneUS

Component type

module

Maintenance status

Development status

Component created

Component changed

After searching around, I noticed there was no simple solution for a US based phone number formatter. There are a couple solutions (Phone and Phone Number) for US and International, using a separate formatter and field, but nothing I could see that I could use with a simple textfield.

Field formatter attributes

Component type

module

Maintenance status

Development status

Downloads

3610

Component created

Component changed

This module allows site administrators to add additional HTML attributes to the wrapping markup on any field in the Manage Display settings page.

Instructions

The field formatter attributes settings are found in the Manage display tab for content types, users, and other entities. A options element is available for each field formatter, revealed by using the formatter settings edit button (Gear wheel icon) for that field.

Select2 Field Widget

Component type

module

Maintenance status

Development status

Downloads

18572

Component created

Component changed

Select2 - The jQuery replacement for select boxes now available for Drupal fields.

This module provides a new Field widget for Entityreference and Term reference fields that allows users to use Select2 jQuery plugin.