calendar date field

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The Calendar date field is a field that allows users to select and insert events in a full sized calendar, with the parse PHP function you are able to prepopulate the calendar with events so you can select dates that dont conflict with anything else in the system, I developed this module so i can use the commerce module to take bookings for my hypnotherapy practice, but it can be used with anything such as labour jobs, or even a public calendar

FieldYouTubeFork

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a working youtube field for Drupal 7 by youtube field. Media module provides a different purpose.

- field youtube module (or other similar modules) - which just attach something to an entity, that is not in any central repository or media library, and is automatically deleted when the node is deleted and does not appear anywhere else.

- media module - with media assets which can be reused elsewhere in a site, but than facing problems deleting the media with the the node deletion to which it was uploaded.

HMS Field

Component type

module

Categories

Maintenance status

Development status

Downloads

28400

Component created

Component changed

HMS Field displays an integer formatted as Hours, Minutes or Seconds.

The field stores values as integer. Both input and output can be formatted as Hours, Minutes and/or Seconds. Alter functions provide a way for developers to add their own format.

Formats

Pick one of these formats for input or output:

  • h:mm
  • h:mm:ss
  • m:ss
  • h
  • m
  • s

Or alternatively, use hook_hms_format_alter() to add/edit your own format.

External Read More Link

Component type

module

Maintenance status

Development status

Downloads

1852

Component created

Component changed

Allows content editors to select if a link field should provide the URL to make Read More link out (rather than link to a piece of content on-site, as is the default).

For instance, if you wrote short news summaries of material appearing elsewhere, where your unique content fits in the teaser, you can use this module to make the Read More link go directly to the original material on someone else's site.

Entity connect

Component type

module

Categories

Maintenance status

Development status

Downloads

83963

Component created

Component changed

Entity Connect extends Entity References fields by adding "add new content" and "edit current content" buttons.

8.x

Thanks to Agnes Chisholm (amaria) for the great work and time passed to port Entity Connect to Drupal 8, we now have a first alpha release !

Try it, report any issues and patches !

7.x versions

Entity Connect now expands both

FileField Role Limit

Component type

module

Maintenance status

Development status

Downloads

4046

Component created

Component changed

Overview

The Filefield Role Limit module is an extension of CCK FileField module and adds the capability to limit the max upload file size for each different user role.
Drupal 7.x version of this module works with File module included in Drupal Core.

jQuery UI Multiselect

Component type

module

Maintenance status

Development status

Downloads

7587

Component created

Component changed

This module integrates the jQuery UI Multiselect plugin with existing select list field widgets.
The jQuery plugin is demonstrated at http://www.quasipartikel.at/multiselect.

The advantages of this interface over regular selection lists are:

  • Separate columns for selected and available items, offering a clear view of which items are selected, unlike regular list boxes where one has to scroll through the whole list to find out what is selected.
  • Less risks of mistakenly unselecting everything. Remember ever having mispressed the Ctrl key in a multiselection list, losing a painfully crafted selection? Could not happen with this interface.
  • The selection can be manually ordered with drag & drop operations (optional).
  • The available options can be searched (live search) (optional).
  • The number of selected items is displayed.
  • Select All / Deselect All buttons are offered (optional).