Simple CCK

Component type

module

Downloads

635

Component created

Component changed

Simple CCK is a module that was developed to make it possible for end-users to work with CCK.

FeedAPI Filter

Component type

module

Maintenance status

Development status

Downloads

940

Component created

Component changed

FeedAPI and related modules provide lots of ways to get feed data into Drupal, especially into nodes. This module provides a way to set default values in node fields on a per feed basis (instead of per content type -- but this is also broken, see issue #XXXXX), as well as filter values from a PHP snippet on a per feed basis.

This project is sponsored by OpenBand on behalf of its clients.

Text Review

Component type

module

Maintenance status

Development status

Downloads

3149

Component created

Component changed

Text Review is a bundle of modules that allows you to review texts in a variety of ways and display the results within the text.

Text sources

Review methods

  • Difference percentage
  • Differences
  • Manually configured blacklists and whitelists
  • Similarity percentage
  • Spell check
  • Word count

Possible use cases

  • View differences between content (node) and comment revisions, much like Diff.module.
  • Check if a module's UI texts are written in correct US English and according to the guidelines.

Extensibility

Text sources, review methods and defusers (methods to ignore certain pieces of texts) can be added and overridden by other modules. See trevi.api.php. The central module acts as a hub for different review methods and text sources. This means that if you add a text source, it can be reviewed with all available methods directly.

Content Levels

Component type

module

Maintenance status

Development status

Downloads

3994

Component created

Component changed

The Content Levels module exposes a cck field type & widget by the same name.

This field allows the user to define some ordered series of content ranking (e.g. 'Gold', 'Silver', 'Bronze') and to specify the visibility and editability of each field on the content-type depending on the content level of a node.

VideoField

Component type

module

Maintenance status

Development status

Downloads

12306

Component created

Component changed

VideoField provides an video upload field for CCK. VideoField is a CCK-based alternative to the legacy media projects available in Drupal modules including Video etc.

Idea behind this module is to have a simple field for uploading video content, something similiar to imagefield for images

VIN Field

Component type

module

Maintenance status

Development status

Downloads

2042

Component created

Component changed

This is a CCK field module that provides Vehicle Identification Number (VIN) validation. Additionally, Version 2.x provides optional hooks into lookup/decode services to break out year, make, model and trim level of the vehicle where data is available for the given VIN.

Field taxonomy

Component type

module

Maintenance status

Development status

Downloads

2486

Component created

Component changed

The field taxonomy module allows you to do two things

1) Select taxonomy terms to attach to fields themselves.

This leads to such fields only being available for a node form if the node in question has already one of the selected terms assigned.

2) Select taxonomy terms to attach to values for taxonomy fields.

Both functionalities are currently not working with free-tagging vocabularies.

Field Permissions Plus

Component type

module

Downloads

2353

Component created

Component changed

Field Permissions Plus provides View Own Field and Edit Own Field permissions for CCK fields. It provides this functionality by superceding and expanding on the Content Permissions module packaged with CCK, granting access to fields whether a given user has View Field or View Own Field permission.

"Own" refers to ownership of the node. The author is able to View/Edit their "own" fields.

This solves #363950: Edit own field permission.

Casecode table

Component type

module

Downloads

1693

Component created

Component changed

This module provides a CCK widget for the CCK text module. The widget displays 2 fields instead of 1. The values of the two fields will be merged to value1|value2 where value1 must be numeric and value2 must not be empty.
If you use this widget for a multiple field the final list of values will look equal to the allowed values format of the CCK Number and CCK text fields. E.g.:

OG remote options

Component type

module

Downloads

1242

Component created

Component changed

This module provides a slightly modified copy of the CCK Numbers module (Integer, Decimal, Float). The allowed values are gathered from a CCK field of the node the OG context points to.

OG remote options was designed for the projectweb feature for Open Atrium.