Advanced gallery

Component type

module

Maintenance status

Development status

Downloads

10837

Component created

Component changed

Advanced gallery uses CCK nodereference and imagefield fields to make nice comfortable to work gallery for the multuiser site.
This module is recommended to use together with advupload module to have comfortable upload page.

Module package includes:

Media: Ustream

Component type

module

Maintenance status

Development status

Downloads

10358

Component created

Component changed

Drupal 7:

Media: UStream integrates with the Media module to make UStream videos and channels available as file entities.

The 7.x-1.x branch works with Media 1.x and Media 2.x.

We still have a couple (minor) issues to fix, want to help? See the readme and check the issue queue.

Drupal 6:

Term Level Field

Component type

module

Categories

Maintenance status

Development status

Downloads

31054

Component created

Component changed

This module provides a field type for referencing terms with a level to an entity, e.g. someone can add the term "Java" with the level "Expert" to a node. The levels can be defined in the field settings and consist of a numeric level key and a human readable level label. The structure of the specified vocabulary either has to be a flat-list or a single hierarchy with two hierarchy-levels, where the parents act as grouping terms.

Field form

Component type

module

Maintenance status

Development status

Downloads

2068

Component created

Component changed

Overview

Field form module adds input form elements as field to any fieldable entities such as node, user and taxonomy term to your Drupal site. Text field, radio buttons, check boxes, select list (single/multi selection), text area and date are the available input form elements for Fields in Core. Field form can be used as questionnaire or inquiry that asks for a reply. Submissions are stored in a database and are presented as table using the powerful data presentation feature of the Views module.

Field Group

Component type

module

Maintenance status

Development status

Downloads

2536153

Component created

Component changed

Fieldgroup will, as the name implies, group fields together. All fieldable entities will have the possibility to add groups to wrap their fields together. Fieldgroup comes with default HTML wrappers like vertical tabs, horizontal tabs, accordions, fieldsets or div wrappers.

Repeating Date Presets

Component type

module

Maintenance status

Development status

Downloads

5321

Component created

Component changed

This module can greatly simplify user entry of repeating dates by allowing the administrator to pre-set repeat date rules.

The module supports two types of preset:

  1. Select a preset repeat from a list. (E.g. every year, every month, every week). Up to 5 configurable preset repeat rules are allowed as well as the options to not repeat or, if configured, to specify a custom repeat rule via the standard form. This is similar to the way Apple iCal does it.
  2. A single configurable preset rule which is either applied automatically for a specialised date field (e.g. your birthday, anniversary etc) or via a checkbox for a more general "is this an annual event" type field.

Masked Input

Component type

module

Maintenance status

Development status

Downloads

17104

Component created

Component changed

Sometimes you need the user to input data in a particular format like a Social Security Number or a standard US phone number. By masking input of a particular textbox, you can change its behavior so that it accepts input only according to specified format, e.g. a masked phone number input box will only allow 10 digits of of the phone number to pass through and won’t accept any other input.

Relation

Component type

module

Categories

Maintenance status

Development status

Downloads

260655

Component created

Component changed

Relation is an API module and storage model for both simple and the most complex relations between entities. The module can handle both directional and symmetrical relations very well.

Relations are entities and can therefore have fields. This makes Relation the most flexible and powerful relation model out there. (Still, using Relation with anything but the default SQL storage will not work in most cases.)