Email Field
By mh86 on the 5th of August, 2006
#D7CX: I pledge that Email Field will have a full Drupal 7 release on the day that Drupal 7 is released. This module provides a CCK field type for email addresses.
Features:
- validation of emails
- turns addresses into mailto links
- encryption of email addresses with
- Invisimail (Drupal 5 + 6)
- SpamSpan (Drupal 6 only)
- contact form (see Display settings)
- provides Tokens
- exposes fields to Views
- can be used with Rules
Version | Date | Links | Status | |
---|---|---|---|---|
6.x-1.2 | 2009-Jun-13 | Download · Release notes | Recommended for 6.x | |
5.x-1.0 | 2008-Aug-26 | Download · Release notes | Recommended for 5.x | |
4.7.x-1.x-dev | 2007-Feb-24 | Download · Release notes | Development snapshot |
Embed Google Maps Field
By andreashaugstrup on the 1st of July, 2009
The Embed Google Maps module provides a CCK field for embedding Google Maps into nodes. You can embed any kind of Google Maps including driving directions and personal maps. You can also type a search query into the field and display the search results in the field.No Google Maps API key is required. Maps can be embedded right away with no setup needed.
Development of this module has been sponsored by Hoist.
Version | Date | Links | Status | |
---|---|---|---|---|
6.x-1.2 | 2009-Jul-12 | Download · Release notes | Recommended for 6.x | |
5.x-1.2 | 2009-Jul-12 | Download · Release notes | Recommended for 5.x |
Embedded Media Field
By aaron on the 26th of June, 2007
#D7CX: I pledge that Embedded Media Field will have a full Drupal 7 release, and/or a migration to FileField (depending on the status of PHP Stream Wrappers + FileField in core) on the day that Drupal 7 is released. Views functionality will be available the day the Drupal 7 version of Views is released.Maintainers: aaron (Aaron Winborn) and Alex UA (Alex Urevick-Ackelsberg)
This extensible module will create fields for node content types that can be used to display video, image, and audio files from various third party providers. When entering the content, the user will simply paste the URL or embed code from the third party, and the module will automatically determine which content provider is being used. When displaying the content, the proper embedding format will be used.
The module is only an engine, and requires a supported module to function. These include 'Embedded Image Field', 'Embedded Video Field' and 'Embedded Audio Field'. These modules are included in the contrib folder of the module, so they can be easily activated from the module administration page.
*************************************
Version | Date | Links | Status | |
---|---|---|---|---|
6.x-1.11 | 2009-Oct-05 | Download · Release notes | Recommended for 6.x | |
5.x-1.8 | 2009-Sep-22 | Download · Release notes | Recommended for 5.x |
Employment Field
By Jody Lynn on the 3rd of June, 2008
D6 version: I don't plan to port to D6. You are encouraged to try out CCK's experimental 'content multigroup' module instead to make your own custom multi-value fieldgroups. 'Content Multigroup' can be found in CCK's 'modules' directory - follow its README to try it out. Employment Field is a CCK field for storing information about a person's employment history.
It contains fields for company, title, office, division or section, address, description, and duration.
Its usefulness is mainly when used as a multiple field, allowing users to submit multiple entries for the various jobs they have held. It uses javascript (based on link.module) to allow the user to add additional employment fields to the node form as needed.
See also the analogous module Education Field: http://drupal.org/project/education_field
Created by Zivtech
Sponsored by UNICEF's Department of Communication and Division of Policy and Planning.
Version | Date | Links | Status | |
---|---|---|---|---|
5.x-1.x-dev | 2008-Jun-25 | Download · Release notes | Development snapshot |
Enhanced Nodereference Autocomplete Widget
By Josh Benner on the 7th of January, 2008
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)
Version | Date | Links | Status | |
---|---|---|---|---|
5.x-1.3 | 2008-Nov-21 | Download · Release notes | Recommended for 5.x |
Explainfield CCK widget
By snufkin on the 12th of September, 2007
This module provides a way to provide extra input field when special choices are selected. It is similar to the built-in options module, the difference is that one can select sensitive "trigger" options when those are selected a textfield appears.Stable version currently works with select list (no multiselect), radio and checkboxes, offering only one trigger option. New features are coming in to the 2.x branch, but it might be unstable and buggy, use it with caution.
The development of this module was sponsored by BioRAFT.
Version | Date | Links | Status | |
---|---|---|---|---|
6.x-1.x-dev | 2009-Apr-11 | Download · Release notes | Development snapshot | |
5.x-1.0 | 2007-Dec-09 | Download · Release notes | Recommended for 5.x |
FeedField
By the greenman on the 30th of November, 2006
A CCK content field to integrate with the Aggregator.When an entry with this content type is saved, the feed url will be added to the aggregator. (And removed from the aggregator if the entry is deleted.)
Version | Date | Links | Status | |
---|---|---|---|---|
5.x-1.0 | 2007-May-17 | Download · Release notes | Recommended for 5.x | |
4.7.x-1.1 | 2006-Dec-19 | Download · Release notes | Recommended for 4.7.x |
Field Actions
By deekayen on the 8th of January, 2007
The Field Actions module combines the power of Drupal actions with the data in CCK nodes to create new ways of working with your nodes in Drupal. This module enables action enabled modules (such as workflow.module) to reach into your nodes, pull out information, and use it appropriately. This leads to more reuse of data throughout your site, and easier creation of behavior for non-programmers and programmers alike.Version | Date | Links | Status | |
---|---|---|---|---|
6.x-1.x-dev | 2009-Aug-13 | Download · Release notes | Development snapshot |
Field Copy
By regx on the 2nd of October, 2008
Field copy allows copying between fields for any content type. The fields must have the same type in order to copy.Includes the option to nullify the source field.
Currently it requires CCK and it allows copying any cck field to any cck field of the same type ie. text, integer etc...
Provides API for the field_copy function.
Currently this module is considered alpha, so please backup your db before using this module.
In the future I will be adding undo functionality.
Even then you are strongly encouraged to back up your data for any module that alters your data.
Version | Date | Links | Status | |
---|---|---|---|---|
5.x-5.x-dev | 2008-Oct-04 | Download · Release notes | Development snapshot |
Field Element
By effulgentsia on the 15th of July, 2008
This module provides integration between CCK fields/widgets and the Forms API. It provides no functionality to end-users, but it enables developers to re-use the functionality provided by CCK field types and widget types in contexts other than what is normally provided by content.module. I will not be upgrading this module to Drupal 6 because CCK on D6 already takes the approach of encapsulating widgets in form element types, making this module no longer useful.
Version | Date | Links | Status | |
---|---|---|---|---|
5.x-1.0 | 2008-Jul-15 | Download · Release notes | Recommended for 5.x |
No comments:
Post a Comment