Field order

Component type

module

Categories

Maintenance status

Development status

Downloads

2544

Component created

Component changed

The default implementation for ordering fields in Drupal stores weights together with the field instance. This works well as long as you know that there is only one canonical source for these weights, but in reality this might not be true. Consider the following situation:

Simple Google Maps

Component type

module

Categories

Maintenance status

Development status

Downloads

396114

Component created

Component changed

This module is about the simplest way to get a Google Map, and/or a link to a Google Map, displayed with your content. It provides a field formatter for Drupal plain text fields (it can also be used on Computed Fields module fields). You enter an address that Google Maps can recognize in the field, and the formatter displays it as a dynamic map, a static map (without the ability to zoom/pan etc.), a link to Google Maps, or some combination.

FileField Sources Plupload

Component type

module

Maintenance status

Development status

Downloads

108168

Component created

Component changed

FileField Sources Plupload lets you add Plupload (a multiple files/multifile upload widget) as a source to any file field supporting FileField Sources.

Plupload is a GPL licensed multiple file uploading tool that can present widgets in Flash, HTML5, Silverlight, and HTML4 depending on the capabilities of the client computer.

By using FileField Sources to add Plupload as a source, multiple file uploads can be achieved on regular File and Image fields using the standard widgets as well as a range of contributed field widgets supporting FileField Sources. This includes cropping widgets, like the excellent Manual Crop.

Core Features

  • Multiple file uploading across a wide range of browsers
  • Increased speed using chunked file uploads
  • Maximum file size can be set larger than PHP limits
  • Compatible - does not require its own wiget
  • Client side (as well as server side) file validation
  • Supports transliteration of file names

Domain View Modes

Component type

module

Maintenance status

Development status

Downloads

2236

Component created

Component changed

This module creates additional view modes for all entities. There is one view mode created per domain per existing view mode.

If a corresponding view mode for a domain is enabled on a content type, this will be automatically used to regenerate the content items (nodes) view. This option can be turned off in the domain settings page (see warning below). Other entities are not set up to automatically use these additional view modes.

Term Reference URL Widget

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This project is a modification on nodereference_url, aimed at referencing terms in the "new node" form based on the tid in the url. Both modules can be used independently and simultaneously. For good functioning special care should be taken though to create URLs for referencing when mixing node and term references by URL on a single node type.

Access Field

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

A field that uses CTools access and context plugins to check access. Only a field and some API functions right now, but more will come.

Revision Diff Field

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module allows one field to track changes over a given time span in another field based on revisions. For example, if field A records the number of kittens you own, and field B is set to find the difference of field A over a 1 month span, field B would show how many new kittens you acquired in the past month. The difference is calculated whenever the entity is saved.

Currently, only nodes seem to have revisions, so it only works with nodes. So far this only does integer differences. If you'd like it to do something else, open a feature request issue.