Field property

Component type

module

Categories

Maintenance status

Development status

Downloads

5329

Component created

Component changed

Provides field administrators a setting to turn specific fields into a "property" where saving revisionable entities will update field data for all of the entity's revisions with the revision's field value.

Why is this useful? Imagine the following scenario:

Placeholder HTML5

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module does what I thought the Placeholder module (http://drupal.org/project/placeholder) did. With FAPI, you can set '#placeholder' in form elements to have them appear as HTML placeholder attributes.

"Placeholder text is displayed inside the input field as long as the field is empty and not focused. As soon as you click on (or tab to) the input field, the placeholder text disappears." (http://diveintohtml5.org/forms.html)

Twitter username

Component type

module

Maintenance status

Development status

Downloads

6158

Component created

Component changed

#D8CX: I pledge that Twitter Username will have a full Drupal 8 release on the day that Drupal 8 is released.

Description

This module provides a simple field for handling Twitter username, which can be added to content types for validating and storing a Twitter username.
There's an option to check that the username really exists, via twitter.com.

It defines 2 formatters, "plain text" and "link", where the username is prefixed by @. Both formatters are themeable.

Icon boolean display

Component type

module

Categories

Maintenance status

Development status

Downloads

2999

Component created

Component changed

This module's purpose is to display any boolean value in Drupal as an True/False icon. As for any other formatter, you must first choose it at field display level to see any changes. It currently:

  • supports displaying core's boolean checkbox field as an icon,
  • implements views field handler that displays boolean values as icons,
  • uses views field handler to display node status with icons,
  • uses views field handler to display comment status with icons.

Path to icons can be configured using two variables:

jEditable

Component type

module

Maintenance status

Development status

Component created

Component changed

Port of jEditable module for Drupal 7.x with additional features:

  • Editing empty fields
  • Editing boolean and list field types
  • Fixed but with non-translatable field types

Project has been merged with original JEditable module, all future updates will be in module page: http://drupal.org/project/jeditable

Comment Upload D7 Migration

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module (which should end up as the D7 version of Comment Upload) migrates the D6 comment_upload fields to the Image fields using the Field API in Drupal 7.

To use it:

  1. Install the module on a site already upgraded from Drupal 6 that had comment_upload.
  2. Run update.php
  3. Disable and uninstall the module to remove the remains of D6 tables and variables.

Issues:

Webform Locked Fields

Component type

module

Maintenance status

Development status

Downloads

2693

Component created

Component changed

With this module you can lock fields in a webform so that those fields cannot be deleted or modified except by administrators with appropriate permissions. It was written to work in tandem with the Webform Default Fields module but is not dependent upon it. The idea is that if you create default fields for a webform, you may want to ensure consistency by preventing webform creators from modifying some or all of the default fields.

Nice Phone Numbers

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides formatted entry and output of phone numbers. Unlike the existing phone number field modules, this module is not a complete field. It provides an interactive entry widget, validation, and an output formatter that transform a basic text field into a phone number field.

Geocoder

Component type

module

Categories

Maintenance status

Development status

Downloads

346406

Component created

Component changed

There are two versions of this module for Drupal 7. When Geocoder 2.x will be stable, the old Geocoder 1.x will be deprecated. The API has changed between those two modules, so please, if you use this module, get ready to update your code.

Geocoder 1.x

This module will geocode just about anything you throw at it including addresses, GPX files, geo-tagged images, and KML files.