Effortless content creation by retrieving attribute values from the Web to (pre-)fill your node type (cck) fields.
Available services include:
Wikipedia, ISBNdb
BibTex, attribute: value lists
Google Scholar, Amazon, imdb -- to be updated
How does it work?
New nodes are created as follows:
choose a service from the list
enter some query keywords (or text to transform/map)
in case of multiple results: inspect result list and click 'create' on intended item
preview the new node with retrieved data pre-filled
submit node as usual
With the Wikipedia service you can prefill any kind of content types. Querying for a movie e.g. it extracts directors, actors, language, imdb id, and such!
Simple to add a web service of your choice
For new services you have to supply a .inc file that returns an associative array. The keys of this array map to the cck fields of your node type. You can specify also mappings in the settings.
Historical note: Module was initially written for Drupal 4.7 and flexinode. Since Drupal 5 for CCK instead of flexinode. CCK multiple value fields get pre-filled in Drupal 6 version. Currently neglecting Drupal 5 version.
See exemplary use in #387570: How it work?
Releases
Official releases Date Size Links Status
6.x-1.3 2009-Mar-01 13.87 KB Download · Release notes Recommended for 6.x
5.x-1.2 2009-Feb-16 16.32 KB Download · Release notes Recommended for 5.x
View all releases
Showing posts with label CCK. Show all posts
Showing posts with label CCK. Show all posts
Sunday, October 18, 2009
View Reference
Defines a CCK field type 'View Reference' which allows users to link to, or include views into nodes. This module is modeled on Node Reference and usage is similar.
You can choose views via Autocomplete textfields and Select lists, with support for dynamic 'add another item' unlimited values.
You may enter arguments for each view by a delimiter seperated list with support for php generated arguments.
Some other modules you might be interested in are:
Viewfield - This is a module very similar to View Reference and many people prefer it for it's support for tokens instead of php in arguments. The storage method differs, and views are always chosen with select lists.
Insert View - This is not a CCK module, but rather allows you to use [macros] in body content and blocks to output the view.
Embed Views Display - Provides a Views display plugin to create views output that works more cleanly with embeded views.
Views Attach - Provides a Views display plugin to automatically attach Views to User Profiles and Node Content without storing any info with the User or Node allowing easy global reconfiguration.
Releases
Official releases Date Size Links Status
6.x-2.23 2009-Sep-20 12.34 KB Download · Release notes Recommended for 6.x
View all releases
You can choose views via Autocomplete textfields and Select lists, with support for dynamic 'add another item' unlimited values.
You may enter arguments for each view by a delimiter seperated list with support for php generated arguments.
Some other modules you might be interested in are:
Viewfield - This is a module very similar to View Reference and many people prefer it for it's support for tokens instead of php in arguments. The storage method differs, and views are always chosen with select lists.
Insert View - This is not a CCK module, but rather allows you to use [macros] in body content and blocks to output the view.
Embed Views Display - Provides a Views display plugin to create views output that works more cleanly with embeded views.
Views Attach - Provides a Views display plugin to automatically attach Views to User Profiles and Node Content without storing any info with the User or Node allowing easy global reconfiguration.
Releases
Official releases Date Size Links Status
6.x-2.23 2009-Sep-20 12.34 KB Download · Release notes Recommended for 6.x
View all releases
Associated Nodes
This module enables to associate nodes according to different criteria such as Taxonomy and CCK fields.
You can give a different weight for each criterion. All criteria will be aggregated by the main module which compute a matching score for each couple of nodes. Then, for a given node, you can get the other nodes that are associated to it. The associated nodes are ordered by the matching score they have with the given node.
Different associations can be defined with their own criteria and weight.
The main module provides an API so you can define your own criteria of association (See How to write a plugin).
Associated Links, which is part of the project, is a module that uses Associated Nodes to define blocks with links to associated nodes on nodes pages.
See Associated Nodes Handbook for more documentation.
Releases
Official releases Date Size Links Status
6.x-1.5 2009-Apr-24 14.39 KB Download · Release notes Recommended for 6.x
5.x-1.2 2009-Apr-14 13.25 KB Download · Release notes Recommended for 5.x
View all releases
Resources
Read documentation
You can give a different weight for each criterion. All criteria will be aggregated by the main module which compute a matching score for each couple of nodes. Then, for a given node, you can get the other nodes that are associated to it. The associated nodes are ordered by the matching score they have with the given node.
Different associations can be defined with their own criteria and weight.
The main module provides an API so you can define your own criteria of association (See How to write a plugin).
Associated Links, which is part of the project, is a module that uses Associated Nodes to define blocks with links to associated nodes on nodes pages.
See Associated Nodes Handbook for more documentation.
Releases
Official releases Date Size Links Status
6.x-1.5 2009-Apr-24 14.39 KB Download · Release notes Recommended for 6.x
5.x-1.2 2009-Apr-14 13.25 KB Download · Release notes Recommended for 5.x
View all releases
Resources
Read documentation
Wednesday, October 14, 2009
Contributed (contrib) modules CCK v5 p8
modules used by the Drupal community.
The formatter configuration is straightforward:
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.
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.
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
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.
This module was sponsored and is maintained by Left Right Minds.
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:
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)....
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 |
---|
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 |
---|
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 |
---|
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 |
---|
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 |
---|
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 |
---|
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 |
---|
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 |
---|
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 |
---|
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 |
---|
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 | ![]() |
Contributed (contrib) modules CCK v5 p7
modules used by the Drupal community.
This module provides a CCK field type for email addresses.
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.
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.
*************************************
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.
Features:
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.
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.)
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.
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.
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 |
---|
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 |
---|
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 |
---|
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 |
---|
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 |
---|
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 |
---|
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 |
---|
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 |
---|
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 |
---|
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 |
---|
Version | Date | Links | Status | |
---|---|---|---|---|
5.x-1.0 | 2008-Jul-15 | Download · Release notes | Recommended for 5.x | ![]() |
Contributed (contrib) modules CCK v5 p6
modules used by the Drupal community.
This package contains both the Date module and a Date API module. The Date API is available to be used by other modules and is not dependent on having CCK installed.
The date module is a flexible date/time field type for the cck content module which requires the CCK content.module and the Date API module.
filters. If your input was not understood, you will get a validation error.
If you typed in a date in non-canonical format, it will be shown to you in
canonical format when you see the search results.
Limitations:
This module only understands the jscal widget. It was designed on a custom
site that backed up the jscal widget with strtotime. Normally, jscal only
accepts input in canonical format anyway, so the translation to canonical
format might not be that useful to most people.
I've drifted out of Drupal development and i would be glad if someone would be able to adopt this orphan module.
***
This modules adds a CCK type which defines a dropdown with a dependant value list upon the value of a different cck field
I.e. (the real need for whiah this module was created)
Two dropdowns
1. Measurement system
2. sizes
It is clear that dropdown 2 should be depenedant on the value of dropdown 1
- Unlike the activeselect module here all the values are configured ahead. There is no requerying the server for the values
The Dependent Field module also allows you to determine whether the dependent "child field" will be attached right after its "parent field" in the form or not. This way the user can easily see how the his/her choices affect the form.
The module also allows nested fields dependencies, which means that a field can depend on the value of a certain field that also depends on another field. This way you can start your node edit page with few questions and the user will explore the node form depending on his/her choices.
For now, The module only supports values from single on/off checkboxes, a group of checkboxes/radio buttons or selection fields.
This module also supports the Related Subform module. It is possible to hide/show a subform element depends on a field's value.
PHP: 5.x or greater
Module that complements TinyMce, you can upload images using a cck imagefield field
and simply add them to the tiny textarea with one click.
Modules Required:
tinyMCE
cck
imagefield
Recommended but not mandatory:
imagecache
Instructions
--------------
Activate Easy Image Insert on the modules page
Add a CCK imagefield to the content type
Activate Easy image Insert flag for each content type.
Finally, all the presets will shown by default, but you can configure
presets that begin with eii_ and only these will be shown.
Note: You have to modify the TinyMCE module if you want to float the image with the text, adding styles.
In the tinymce/tinymce/jscripts/tiny_mce/tiny_mce.js file (and the src file too),
You have to add this line
Just after this one
Drupal consulting for this module and much more in http://en.neuroticweb.com
This module has been totally re-written for Druapl 6, and is very much simpler.
When a field is not shown as editable (because of permissions, or no javascript) then the default display is used.
Short how-to:
Education Field is a CCK field for storing information about a person's educational history.
It contains fields for school, state, country, degree, field of study, dates attended, and activities.
Its usefulness is mainly when used as a multiple field, allowing users to submit multiple entries for the various schools they have attended. It uses javascript (based on link.module) to allow the user to add additional education fields to the node form as needed.
Created by Zivtech
Sponsored by UNICEF's Department of Communication and Division of Policy and Planning.
Date
By KarenS on the 27th of June, 2006
#D7CX: I pledge to have a Date Field released on the day that Drupal 7 is released. Views integration, including calendar module, will be ready released on the day that Views releases.This package contains both the Date module and a Date API module. The Date API is available to be used by other modules and is not dependent on having CCK installed.
The date module is a flexible date/time field type for the cck content module which requires the CCK content.module and the Date API module.
Videos/Tutorials
- See a great new screencast demonstrating Date and Calendar at DrupalTherapy.
- Jan Polzer has produced a Czech screencast about how to use the Date Wizard and Calendar at Maxiorel.
- The Drupal Handbook pages are at Date/Calendar Documentation.
- Drupal 6 version only: If you install the Advanced help module you'll have access to a growing collection of help pages documenting how everything works .
More Information
Version | Date | Links | Status |
---|
Version | Date | Links | Status | |
---|---|---|---|---|
6.x-2.4 | 2009-Sep-16 | Download · Release notes | Recommended for 6.x | ![]() |
5.x-2.8 | 2009-Sep-16 | Download · Release notes | Recommended for 5.x | ![]() |
Date Tokens
By linuxbox on the 21st of August, 2007
Defines a framework for defining tokens to be used in date filters. To start, this module defines the token @ENDOFMONTH, which evaluates to the end of the current month, but this module defines hooks so that you can define more tokens.Version | Date | Links | Status |
---|
Version | Date | Links | Status | |
---|---|---|---|---|
5.x-1.x-dev | 2007-Aug-22 | Download · Release notes | Development snapshot | ![]() |
Date View Feedback
By linuxbox on the 22nd of August, 2007
This module shows how the view interpreted the dates you typed into the exposedfilters. If your input was not understood, you will get a validation error.
If you typed in a date in non-canonical format, it will be shown to you in
canonical format when you see the search results.
Limitations:
This module only understands the jscal widget. It was designed on a custom
site that backed up the jscal widget with strtotime. Normally, jscal only
accepts input in canonical format anyway, so the translation to canonical
format might not be that useful to most people.
Version | Date | Links | Status |
---|
Version | Date | Links | Status | |
---|---|---|---|---|
5.x-1.x-dev | 2007-Aug-23 | Download · Release notes | Development snapshot | ![]() |
dependantDropdown
By hedb on the 16th of November, 2006
***I've drifted out of Drupal development and i would be glad if someone would be able to adopt this orphan module.
***
This modules adds a CCK type which defines a dropdown with a dependant value list upon the value of a different cck field
I.e. (the real need for whiah this module was created)
Two dropdowns
1. Measurement system
2. sizes
It is clear that dropdown 2 should be depenedant on the value of dropdown 1
- Unlike the activeselect module here all the values are configured ahead. There is no requerying the server for the values
Version | Date | Links | Status |
---|
Version | Date | Links | Status | |
---|---|---|---|---|
5.x-1.0-beta | 2006-Dec-23 | Download · Release notes | Recommended for 5.x | ![]() |
4.7.x-1.x-dev | 2006-Dec-30 | Download · Release notes | Development snapshot | ![]() |
Dependent fields
By levyofi on the 7th of March, 2008
The ability to show/hide form items depends on the value of another form item
This module intent to simplify long form submission by your sites' users. Sometimes the user does not have to fill some form fields that may divert him/her from the most important field. Websites in which there are large forms may find this module helpful. You can use it with any kind of field type and it encapsulates itself into the CCK field's admin page.The Dependent Field module also allows you to determine whether the dependent "child field" will be attached right after its "parent field" in the form or not. This way the user can easily see how the his/her choices affect the form.
The module also allows nested fields dependencies, which means that a field can depend on the value of a certain field that also depends on another field. This way you can start your node edit page with few questions and the user will explore the node form depending on his/her choices.
For now, The module only supports values from single on/off checkboxes, a group of checkboxes/radio buttons or selection fields.
This module also supports the Related Subform module. It is possible to hide/show a subform element depends on a field's value.
Installation Requirements
Drupal: 5.x onlyPHP: 5.x or greater
Future developments:
Version | Date | Links | Status |
---|
Version | Date | Links | Status | |
---|---|---|---|---|
5.x-1.4-beta | 2008-May-31 | Download · Release notes | Recommended for 5.x | ![]() |
Dript - A Scripting Language for Drupal
By chelah on the 5th of January, 2007
Dript is a scripting engine running around Drupal. Dript can be used by other modules to add scripting or formula capability. The module itself implements a filter that can be applied to nodes and other contents. Dript is simpler and safer than PHP. It is meant to be a glue language similar to formula in spreadsheet with the casual programming concept "once coded it will be forgotten". As a dialect of LISP and a simpler LISP, Dript is for non-programmers who want to alter their contents slightly according to certain behaviors. Dript will give ordinary users or administrators a capability to add function and logic on the fly while working with Drupal without having to go down with PHP or creating a module.Version | Date | Links | Status |
---|
Version | Date | Links | Status | |
---|---|---|---|---|
5.x-1.x-dev | 2007-Jun-19 | Download · Release notes | Development snapshot | ![]() |
Easy Image Insert
By Carlitus on the 5th of November, 2008
Warning: Although you can download a stable version, this module stills under development. Please download the dev version for testing
You can see a demo of this module here: http://www.dailymotion.com/video/x792wj_easy-inset-image-for-drupal_techModule that complements TinyMce, you can upload images using a cck imagefield field
and simply add them to the tiny textarea with one click.
Modules Required:
tinyMCE
cck
imagefield
Recommended but not mandatory:
imagecache
Instructions
--------------
Activate Easy Image Insert on the modules page
Add a CCK imagefield to the content type
Activate Easy image Insert flag for each content type.
Finally, all the presets will shown by default, but you can configure
presets that begin with eii_ and only these will be shown.
Note: You have to modify the TinyMCE module if you want to float the image with the text, adding styles.
In the tinymce/tinymce/jscripts/tiny_mce/tiny_mce.js file (and the src file too),
You have to add this line
dom.setAttrib(n, 'class', 'float-'+v)
Just after this one
dom.setStyle(n, 'float', v);
Drupal consulting for this module and much more in http://en.neuroticweb.com
Warning: Although you can download a stable version, this module stills under development. Please download the dev version for testing
Version | Date | Links | Status |
---|
Version | Date | Links | Status | |
---|---|---|---|---|
6.x-1.x-dev | 2009-Jan-28 | Download · Release notes | Development snapshot | ![]() |
5.x-1.0 | 2008-Nov-05 | Download · Release notes | Recommended for 5.x | ![]() |
editablefields
By markfoodyburton on the 6th of August, 2007
This module allows CCK fields to be edited on a node's display (e.g. at node/123), not just on the node edit pages (e.g. node/123/edit). It also works within views etc. Anywhere a 'formatter' can be selected, you can select editable (or click to edit).This module has been totally re-written for Druapl 6, and is very much simpler.
Drupal 6
For Drupal 6, you may now use the normal mechanisms in both content type fields and view fields to select that a field should be 'editable'. If you have the correct permissions, the corresponding field will be displayed in it's editable state. This is done using ajax (and javascript), which means if the users browser has not got that enabled, then fields will not show as editable - sorry.When a field is not shown as editable (because of permissions, or no javascript) then the default display is used.
Short how-to:
- Create yourself a content type.
- Add a field.
- In the content type's "display fields" tab, edit the display of the field for e.g. 'full node' to be editable.
- Create a new node of this content type and save it.
- Now go and visit this node. You will find that you can edit the field.
- Likewise you can select editable as a display type in a view.
Version | Date | Links | Status |
---|
Version | Date | Links | Status | |
---|---|---|---|---|
6.x-1.2 | 2009-Mar-23 | Download · Release notes | Recommended for 6.x | ![]() |
5.x-3.3 | 2008-Aug-20 | Download · Release notes | Recommended for 5.x | ![]() |
Editview
By Justin W Freeman on the 30th of October, 2006
Editview is a plugin for the Views module. It allows you to create a view in which the nodes are editable, and new nodes can be created. Editview uses AJAX to speed things up, but will still work on browsers with javascript disabled.Version | Date | Links | Status |
---|
Version | Date | Links | Status | |
---|---|---|---|---|
6.x-1.0-beta1 | 2009-May-04 | Download · Release notes | Recommended for 6.x | ![]() |
5.x-1.0 | 2009-Jan-26 | Download · Release notes | Recommended for 5.x | ![]() |
Education Field
By Jody Lynn on the 13th of May, 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. Education Field is a CCK field for storing information about a person's educational history.
It contains fields for school, state, country, degree, field of study, dates attended, and activities.
Its usefulness is mainly when used as a multiple field, allowing users to submit multiple entries for the various schools they have attended. It uses javascript (based on link.module) to allow the user to add additional education fields to the node form as needed.
Created by Zivtech
Sponsored by UNICEF's Department of Communication and Division of Policy and Planning.
Version | Date | Links | Status |
---|
Version | Date | Links | Status | |
---|---|---|---|---|
5.x-1.x-dev | 2008-Jul-27 | Download · Release notes | Development snapshot | ![]() |
Subscribe to:
Posts (Atom)