Enhanced Nodereference Autocomplete Widget

Component type

module

Downloads

3161

Component created

Component changed

This module provides a new widget for the nodereference CCK field type.

Features

  • Single autocomplete input for nodereference field with multiple values
  • Works similarly to taxonomy's free-tagging autocomplete (comma-separated)

Credits

This module was created by Josh Benner.

The 6.x branch is maintained by dixon_ from NodeOne.

Conditional Fields

Component type

module

Maintenance status

Development status

Downloads

507132

Component created

Component changed

Define dependencies between fields based on their states and values.

Conditional Fields for Drupal 7 is an user interface to the new States API, plus the ability to modify fields appearance and behavior on certain conditions when viewing content.

Description

Conditional Fields allows you to manage sets of dependencies between fields. When a field is “dependent”, it will only be available for editing and displayed if the state of the “dependee” field matches the right condition.
When editing a node (or any other entity type that supports fields, like users and categories), the dependent fields are dynamically modified with the States API.
A simple use case would be defining a custom “Article teaser" field that is shown only if a "Has teaser" checkbox is checked, but much more complex options are available.

Guitar

Component type

module

Maintenance status

Development status

Downloads

3304

Component created

Component changed

This is a suite of modules that make it possible to generate guitar chord diagrams. It comes with both a cck field and an input filter, so users can attach chord diagrams to nodes, or embed them directly in the content of a page.

Notation

For example, the notation for the chord diagram on the right is: x,3,2,0,1,0. The x indicates a string that is not played, and the numbers indicate the position of fingers on each string.

Unique field

Component type

module

Maintenance status

Development status

Downloads

142332

Component created

Component changed

This module performs additional validation when a node is created or updated by a user to require that a node's title, author, language, and CCK fields are unique within a given context.

Without this module, Drupal and CCK do not prevent multiple nodes from having the same title or the same value in a certain field.

For example, if you have a content type with a date field and there should only be one node per date, you could use this module to prevent a node from being saved with a date already used in another node.

Time zone field

Component type

module

Maintenance status

Development status

Downloads

21485

Component created

Component changed

Time zone field (tzfield) provides an autocomplete or select field for storing time zones. It could be useful if, for example, you have a node type representing a location such as city, office, station, etc., and you wish to associate a time zone with these nodes. Time zone data is stored in the standard tz database format, e.g. Europe/London.

On Drupal 6, CCK and PHP 5.1+ are required.

CCK Field Privacy

Component type

module

Maintenance status

Development status

Downloads

14349

Component created

Component changed

This module adds little padlock icons to right of field labels in node/#/edit forms. These padlocks enable users with access to control who can see those fields on the node/# view page. (e.g. everyone, buddies only, nobody)

Dependencies:

Natural Sort

Component type

module

Downloads

1354

Component created

Component changed

This module lets you sort Views fields in a more natural way. Text fields containing numbers will be sorted is the way humans expect them to be sorted.

Without this module:

Chapter 10, section 20c.
Chapter 10, section 7
Chapter 2, section 4a.

With this module:

Chapter 2, section 4a.
Chapter 10, section 7
Chapter 10, section 20c.

CCK Validation

Component type

module

Maintenance status

Development status

Downloads

2162

Component created

Component changed

CCK Validation adds a content field, that lets you add custom validation to your content types. With the included Widget 'Textarea PHP Code' you can add the first custom validation rules.

Widget 'Textarea PHP Code':

Tiny Player

Component type

module

Downloads

799

Component created

Component changed

Tiny Player

Very simple little flash player, that displays a tiny widget for CCK audio fields.

Just enable the module, and audio fields (that have display set to tinyplayer in the content-type) will be replaced with a 14x14px player.

Flex source is included, if you want to modify it (like make it a different size, or change the icon images.)
Even if you've never done any flex developing, the player is super-simple, so it should be easy enough to figure out how it works. You can download the free flex compiler (mxmlc) off Adobe's website.