Entity view modes

Component type

module

Maintenance status

Development status

Downloads

144636

Component created

Component changed

The Drupal 7 successor to Build modes which will allow administrators to define custom view modes for entities. Custom entities are added to the entity registry via hook_entity_info_alter() so they are available to any code that uses entity_get_info() to provide a list of view modes for an entity. This includes node and user reference fields, Views, etc.

SliderField

Component type

module

Categories

Maintenance status

Development status

Downloads

19108

Component created

Component changed

The sliderfield module provides a new widget for number fields (decimal, float, and integer) and a form element. When creating a numeric field, select the slider widget.

This project uses the jQuery UI slider included with core.

Twosies

Component type

module

Maintenance status

Development status

Component created

Component changed

This module will provide a form element that will render at least 2 inline textfields with a "to" delimiter. This helps creating forms that read more like a sentence rather than rows of

Some examples of this would look like are:
- "My price range is [$20] to [$50]"
- "Open from [9am] to [5pm]"
- "My office hours are [Tuesday] and [Thursday] from [10am] to [3pm]"

Possible future features that I can think of right now:
- Configurable Field Type to add on to your fieldable entities
- Views (contextual) filter for numeric ranges

PrettyDate

Component type

module

Maintenance status

Development status

Component created

Component changed

What PrettyDate Does

PrettyDate provides field_formatter(s) for Date types that make use of John Resig's PrettyDate javascript to display recent dates in the form of "just now..." "x seconds ago" "x hours ago" etc...

How To Use PrettyDate

Install and enable the module. Then select PrettyDate as the field formatter for any Date field types. The Javascript that makes the magic happen will get included on every page of the site.

Transliteration Title Field

Component type

module

Categories

Maintenance status

Development status

Downloads

1371

Component created

Component changed

This module add a Transliteration Title field, it depends on Transliteration module.

If you add a Transliteration Title field instance to an entity, such as node, you should choose a source field for it, the default source field is "title" which is used for node entity.

When you create an node, and you enter the node title which is the source field, you do not enter data for you Transliteration Title field , After that you save your node , this module will automatically transliterate the title and save it to Transliteration Title field .

Flexinodes

Component type

module

Maintenance status

Development status

Component created

Component changed

Flexinodes are fieldable entities that can be embedded into a host entity.
The main difference between this project and field_collection is that flexinodes allow a sitebuilder to define more then one fieldable flexinode entity per host field instead and share the flexinode entities between host fields. A true many to many relation between Host entity and flexinode's.

Field Display Label

Component type

module

Categories

Maintenance status

Development status

Downloads

78167

Component created

Component changed

This module provides a different label for displaying fields from the label used when viewing the field in a form. For example, if you want the field to read "What is your name?" when editing content, but to read "Name" when viewing the content.