Wednesday, October 14, 2009

Contributed (contrib) modules CCK v5 p8

modules used by the Drupal community.

Field Indexer

The Field Indexer module indexes field data into Drupal's search index. Each field enabled for indexing becomes a type of index entry. Then, with an appropriate search module, users may perform keyword searches restricted by field.
VersionDateLinksStatus
6.x-1.02009-Feb-09Recommended for 6.xThis is currently the recommended release for 6.x.
5.x-1.02008-Jun-23Recommended for 5.xThis is currently the recommended release for 5.x.

Field Reference

Adds a new CCK field type for referencing fields in CCK content types. In other words, the same as Node Reference, but only references a portion (that is, a field) instead of the whole node. The referenced field gets injected into the referring node.
The formatter configuration is straightforward:
  • 'teaser' formatter formats the referenced as it is configured in its own content type for a teaser view.
  • 'full' formatter formats the referenced field as it is configured in its own content type for a full view
  • 'default' formatter formats the referenced field according to the referring node: when the referring node is displayed in teaser (respectively full) view, the referenced field is formatted as it is configured in its own content type for a teaser (respectively full) view.
A concrete use case:
  • suppose you have the "Image" and "Blog post" content types
  • declare an imagefield field shared by your two content types
  • when an image is "important enough", you can create an "Image" node for the image, with the ability to add a description and even to make this not part of a gallery created with views
VersionDateLinksStatus
5.x-1.1-beta12008-Jun-20Recommended for 5.xThis is currently the recommended release for 5.x.

Field Thief

***
I've drifted out of Drupal development and i would be glad if someone would be able to adopt this orphan module.
***
Allow copying CCK fields from an existing node into another node on creation.
VersionDateLinksStatus
5.x-1.x-dev2007-Nov-22Development snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.

File Field Upload Limit

Drupal 6.x

As far as I'm aware, this functionality is included in File Field for D6.x, so there are no plans to update this module beyond D5. However, I will continue to support it for D5 and apply patches, as and when bugs are fixed.

Drupal 5.x

This module extends the functionality of the File Field module for CCK by adding a "Maximum file size" field to the admin form for every field of type "file". This allows you granular control over the size of files each individual CCK field can handle. If this functionality is not required for a given field (e.g. one only available to trusted users) you can simply leave it as 0 and it will take the maximum file size from the upload module settings (note this is unlike File Field default behaviour which uses only the PHP upload limit).
Created by Greg Harvey - http://www.drupaler.co.uk
Sponsored by WhatTalent - http://www.whattalent.com and CMS Professionals - http://www.cmspros.co.uk
Please note, if you raise an issue and I do not respond after a few days, feel free to nudge me via my contact form on Drupal.org.
VersionDateLinksStatus
5.x-1.42009-Aug-22Recommended for 5.xThis is currently the recommended release for 5.x.

FileField

FileField with Progress Bar
#D7CX: I pledge that FileField will have a full Drupal 7 release on the day that Drupal 7 is released.
FileField provides a universal file upload field for CCK. It is a robust alternative to core's Upload module and an absolute must for users uploading a large number of files. Great for managing video and audio files for podcasts on your own site.
Features
  • Configurable upload paths allow you to save files into per-field or per-user directories
  • Per-field and per-node file size limits
  • Extensive API for extending field widgets and managing files
  • Full revision/translation file management
  • Views support
  • Ajax Uploads (and progress bar support with the PECL uploadprogress extension)
  • Pretty Icons
  • All the goodness of CCK (multiple output formats, shared fields, multiple values, and much more)
VersionDateLinksStatus
6.x-3.12009-Jul-04Recommended for 6.xThis is currently the recommended release for 6.x.
5.x-2.42009-Jan-06Recommended for 5.xThis is currently the recommended release for 5.x.

FileField Paths

The FileField Paths module extends the default functionality of Drupals core Upload module, the FileField module and many other File Upload modules by adding the ability to use node tokens in destination paths and filenames.
In simple terms, FileField Paths allows you to automatically sort and rename your uploaded files using token based replacement patterns to maintain a nice clean filesystem.

Features:

  • Configurable file paths now use node tokens instead of user tokens.
  • Configurable filenames.
  • Support for:
  • File path and filename cleanup options:
    • Filter out words and punctuation by taking advantage of the Pathauto module.
    • Convert unicode characters into US-ASCII with the Transliteration module.
  • Automatically updates unprocessed file paths in the node body on save.
  • Retroactive updates - rename and/or move previously uploaded files (Use with caution)

Required Modules:

VersionDateLinksStatus
7.x-1.x-dev2009-Feb-11Development snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.
6.x-1.32009-Jul-03Recommended for 6.xThis is currently the recommended release for 6.x.
5.x-1.32009-Jul-03Recommended for 5.xThis is currently the recommended release for 5.x.

Filefield Views RSS

This is a CCK module that automatically wraps linked media files with enclosure tags added with the CCK Filefield module.
This module was sponsored and is maintained by Left Right Minds.
VersionDateLinksStatus
5.x-5.x-dev2007-Sep-07Development snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.

Fivestar

fivestar-settings.png
#D7CX: I pledge that Fivestar will have a full Drupal 7 release on the day that Drupal 7 is released.
The Five Star voting module adds a clean, attractive voting widget to nodes in Drupal 5 and 6. Developed by Lullabot and an officially supported module in Acquia Drupal.
It features:
  • jQuery rollover effects and AJAX no-reload voting
  • Configurable star sets
  • Graceful degradation to an HTML rating form when JavaScript is turned off
  • Support for anonymous voters
  • Spam protection to keep users from filling your DB with bogus votes
  • Easy-to-use integration with Views module for lists sorted by rating, or filtered by min/max ratings
  • A Fivestar CCK field for use in custom node types
  • An easy-to-use Form API element type for use in other modules
  • Compatible with all versions of jQuery (1.0 - 1.3.2)
VersionDateLinksStatus
6.x-1.182009-Jul-07Recommended for 6.xThis is currently the recommended release for 6.x.
5.x-1.162009-Jul-01Recommended for 5.xThis is currently the recommended release for 5.x.

Fixed Data Dropdown

Allows a user to select data stored into a large database with dependent selection choice (e.g. Country -> City)
In other words, this is a dependent drop down with a static data set consisting of the keys (which will be used for the first input selector) and the values (which will be in the dependent drop down).
If the database's values do not uniquely identify a specific key, you may well want to save the key as well as the value itself, in which case, select "multiple values" and the key and the value will be saved as separate values.
So, for example, you could have a database of all French codes postals - which cover several towns.
So, create a new field type, using this type (fixed data dropdown), You will need to use the admin form to "submit" your database - you'll need some regular expression magic at this point to extract the data from your database....
Ok, so now, in theory, you have a nice bug data set in your drupal database, which will not interfere with any other data in there (this was a design decision, I tried using a very large taxonomy, and it just made things awkward, it worked, but it was just a pain to have lying about)....
VersionDateLinksStatus
5.x-1.32007-Sep-07Recommended for 5.xThis is currently the recommended release for 5.x.

FlashVideo

FlashVideo is a complete turn-key video solution that expands Drupal's upload capabilities to allow web developers and users to upload video files, automatically convert those videos to the popular Flash format, and then embed their video in any node type using the simple [video] tag. This module allows more than one video to be attached to any node, and then referenced through the use of parameters passed to the tag [video]. It also includes an automatic conversion of video files to the Flash format using FFMPEG technology.
VersionDateLinksStatus
6.x-1.5-rc42009-Aug-30Recommended for 6.xThis is currently the recommended release for 6.x.
5.x-2.8-rc32008-Nov-30Recommended for 5.xThis is currently the recommended release for 5.x.
4.7.x-1.02007-Apr-13Recommended for 4.7.xThis is currently the recommended release for 4.7.x.

No comments:

Post a Comment