Field Indexer
By David Lesieur on the 19th of May, 2008
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.Version | Date | Links | Status | |
---|---|---|---|---|
6.x-1.0 | 2009-Feb-09 | Download · Release notes | Recommended for 6.x | |
5.x-1.0 | 2008-Jun-23 | Download · Release notes | Recommended for 5.x |
Field Reference
By guardian on the 2nd of May, 2008
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.
- 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
Version | Date | Links | Status | |
---|---|---|---|---|
5.x-1.1-beta1 | 2008-Jun-20 | Download · Release notes | Recommended for 5.x |
Field Thief
By hedb on the 1st of August, 2007
***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.
Version | Date | Links | Status | |
---|---|---|---|---|
5.x-1.x-dev | 2007-Nov-22 | Download · Release notes | Development snapshot |
File Field Upload Limit
By greg.harvey on the 10th of June, 2008
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.
Version | Date | Links | Status | |
---|---|---|---|---|
5.x-1.4 | 2009-Aug-22 | Download · Release notes | Recommended for 5.x |
FileField
By quicksketch on the 9th of August, 2006
#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)
Version | Date | Links | Status | |
---|---|---|---|---|
6.x-3.1 | 2009-Jul-04 | Download · Release notes | Recommended for 6.x | |
5.x-2.4 | 2009-Jan-06 | Download · Release notes | Recommended for 5.x |
FileField Paths
By Deciphered on the 24th of July, 2008
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:
- Drupal core Upload module.
- FileField module.
- ImageField module.
- ImageField Crop module.
- Image module.
- Comment Upload module.
- Audio module (FileField Paths 6.x-1.x-dev only).
- 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:
Version | Date | Links | Status | |
---|---|---|---|---|
7.x-1.x-dev | 2009-Feb-11 | Download · Release notes | Development snapshot | |
6.x-1.3 | 2009-Jul-03 | Download · Release notes | Recommended for 6.x | |
5.x-1.3 | 2009-Jul-03 | Download · Release notes | Recommended for 5.x |
Filefield Views RSS
By Shane Birley on the 3rd of September, 2007
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.
Version | Date | Links | Status | |
---|---|---|---|---|
5.x-5.x-dev | 2007-Sep-07 | Download · Release notes | Development snapshot |
Fivestar
By quicksketch on the 13th of December, 2006
#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)
Version | Date | Links | Status | |
---|---|---|---|---|
6.x-1.18 | 2009-Jul-07 | Download · Release notes | Recommended for 6.x | |
5.x-1.16 | 2009-Jul-01 | Download · Release notes | Recommended for 5.x |
Fixed Data Dropdown
By markfoodyburton on the 27th of May, 2007
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)....
Version | Date | Links | Status | |
---|---|---|---|---|
5.x-1.3 | 2007-Sep-07 | Download · Release notes | Recommended for 5.x |
FlashVideo
By travist on the 8th of February, 2007
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.Version | Date | Links | Status | |
---|---|---|---|---|
6.x-1.5-rc4 | 2009-Aug-30 | Download · Release notes | Recommended for 6.x | |
5.x-2.8-rc3 | 2008-Nov-30 | Download · Release notes | Recommended for 5.x | |
4.7.x-1.0 | 2007-Apr-13 | Download · Release notes | Recommended for 4.7.x |
No comments:
Post a Comment