Plug Field

Component type

module

Categories

Maintenance status

Development status

Downloads

380

Component created

Component changed

Get the Field API plugin system for Drupal 8 in your Drupal 7 developments.

The Plug Field module is a module for developers that can't wait until Drupal 8 and loves Field API.

Using this module, developers will be able to create field types, widgets and formatters in a similar way as in D8.

Forget about copy & paste code and start to use real OOP and its advantages in your Field developments.

Autocomplete ID

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The core autocomplete element relies on the ID being present in the label. I believe that the user should never have to see the entity IDs - This module provides an alternative element, that handles IDs transparently.

In core, where no ID is present in the selected label, the entity is simply queried by title. That doesn't work if multiple entities have the same title, but it's a problem that's solved by using this module.

AddressField CR

Component type

module

Categories

Maintenance status

Development status

Downloads

650

Component created

Component changed

FOR DRUPAL 8 VERSION

DESCRIPTION

------------
The Costa Rican address system is quite unique, making it difficult to store Costa Rican addresses as fields in entity types by default. This module provides a simple set of fields that dynamically populate to simplify the process of entering addresses and storing them in the database. In an entity type with a Costa Rican address field added, enter an address in one of two ways:

Funky Date

Component type

module

Categories

Maintenance status

Development status

Downloads

1365

Component created

Component changed

This modules adds a formatter for date fields, it allows you to hide duplicate date parts.

Examples

  • 10 December 2014 to 15 December 2014 will be outputted as 10 - 15 December 2014
  • 10 November 2014 to 15 December 2014 will be outputted as 10 November - 15 December 2014
  • 10/12/2014 to 15/12/2014 will be outputted as 10 - 15/12/2014
  • Multiple from dates: 10/12/2014, 15/12/2014, 25/12/2014 will be outputted as 10, 15 - 25/12/2014

Versatile Percentage Field

Component type

module

Categories

Maintenance status

Development status

Downloads

743

Component created

Component changed

This module provides a new field which takes a target value and a progress-so-far value then calculates a percentage. The field was several formatters which can display purely as text or as a progress bar.