Field SSN

Component type

module

Maintenance status

Development status

Component created

Component changed

Supply with standard Drupal 7 field for manage SSN - social security number. Field can be added via GUI or programmatically to any form.

The idea of making separate module is the fact that most countries regulations require to store sensitive data in encrypted format. Having correctly configured any of recommended encryption modules you have out-of-the-box solution to save SSID, credit card numbers, etc.

By default the module is configure to handle numbers like xxx-xx-xxxx, but this can be easily configured to any number format your application need.

Hierarchical Text

Component type

module

Categories

Maintenance status

Development status

Downloads

1527

Component created

Component changed

The Hierarchical Text module is based on core Text module. It defines three field types: Hierarchical text, Hierarchical long text, and Hierarchical long text and summary. Each of these fields is extended version of corresponding fields defined by Text module with ability to be stored and displayed as hierarchical trees.

Field Conditional States

Component type

module

Categories

Maintenance status

Development status

Downloads

19624

Component created

Component changed

Description

With the Field Conditional State module you can change the state of any supported fields form element depending on the content of other fields. This is done by providing an UI for Drupal's States API.
All the changes made to a form by FCS (Field Conditional States) utilize only the States API and therefore are clientside only.

This module requires Drupal 7.14 or higher

Entityreference Create

Component type

module

Categories

Maintenance status

Development status

Downloads

491

Component created

Component changed

A module to allow creation of referenced entities directly from an autocomplete field, in a similar way to how taxonomy terms work.

Choose "Create" as the selection mode for the field, then hooks will fire when searching for an existing entity fails. Just implement the hooks for entity types you care about to create a new entity programmatically, and return it.

See README.txt and API file for full details.

ssdb

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Integration of Drupal with the ssdb key-value store. It provides cache and lock optional backends as well as a placeholder module for contribution modules ssdb easier usage.

More details for SSDB can be found belowing page
http://www.ideawu.com/ssdb/

Commerce Product Reference SKU List Widget

Component type

module

Maintenance status

Development status

Component created

Component changed

This widget allows to paste multiple products SKUs at once into a textarea. This allows for super fast and easy modifying of huge numbers of references in bulk. One good example for use case is pasting a list of SKUs from excel file.

The module is based on Entityreference's Tags widget.

Commerce Free Price Formatter

Component type

module

Maintenance status

Development status

Downloads

1078

Component created

Component changed

INTRODUCTION

The Commerce Free Price Formatter module allows in Drupal Commerce to display prices of 0,0 as a text (by default "Free!").

This allows you to have more attractive prices for your customers.

If the price is greater than zero, an existing user-defined field formatter will be used.

This module was developed for the online store Abejitas.

REQUIREMENTS

This module requires the following modules:

Translated Entity Reference

Component type

module

Maintenance status

Development status

Downloads

2588

Component created

Component changed

This module brings better i18n support to Entity Reference field selection widget.

When using entity translation, the Entity Reference simple autocomplete selection will not filter the search results on the referencing entity language or the interface language. This module bridges this gap.

File Field Table Formatter

Component type

module

Categories

Maintenance status

Development status

Downloads

1753

Component created

Component changed

This module provides a field formatter that will display the contents of an uploaded file as a table. This allows you easily display and update table data on a site without importing as nodes or another entity. This module currently only supports CSV-formatted files.

This module can optionally be used with the DataTables module (https://drupal.org/project/datatables) to provide javascript client-side sorting of the generated tables.