Link label

Component type

module

Maintenance status

Development status

Downloads

293

Component created

Component changed

Extends the Link module to allows users to choose the field label when submitting a link field.

For instance, on the content adding form their may be entry for "Web site" which allows the person adding content to choose whether it is a "Personal web site" or "Company web site" in addition to filling in the title and URL.

This is currently done in a duct tape and paper clips way.

Field multiple limit

Component type

module

Maintenance status

Development status

Downloads

80782

Component created

Component changed

This is a simple module that provides settings to limit the number of values to display on fields with multiple values.

The module extends the field display settings for fields which permit multiple values. Site administrators can specify how many values to display for each display mode (e.g. the teaser). Optionally, an offset can be specified to skip some values.

Drupal 7

Dependencies

The Drupal 7 version depends on Field formatter settings API module.

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.

Flex960

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a flexible layout plugin for Panels that utilizes the 960 Grid System framework.

You need Flex960 when

You want to use a flexible layout engine with Panels, but you don't want to use the built-in Flexible builder because it restricts you to a percentage width or fixed width for columns. You want to use a grid framework within your panel. You also don't want to create your own layouts, or use layouts that have predefined regions. You want flexibility within the confines of a grid framework.

Block Slider

Component type

module

Maintenance status

Development status

Component created

Component changed

Block Slider is another "slideshow" module for Drupal 7.

Its source is a port of the project "Featured Content Slider" (http://drupal.org/project/content_slider) which has no version for Drupal 7.

Some new features are added :
- support of multiple slideshows on a same page
- more parameters in settings
...

Google gadgets

Component type

module

Maintenance status

Development status

Component created

Component changed

This module demonstrates a way to create Google Gadgets from within Drupal.

It is expected that users will actually evolve it to a generalized gadget creation class, from which actual gadgets will be derived without having to create a module for each gadget.

It requires PHP5 and the DOM extension.