CCK Freetagger

Component type

module

Downloads

620

Component created

Component changed

This module creates a free tagging field from any CCK field that can contain a comma separated string value.

Instructions:
1) Create a view* or some other means of searching via a path argument.
2) Configure freetagger. Give it a path with a replacement token %, which will be used to search.
3) Create a CCK type and a text field. Check freetagging for the text field and be sure to select "Filtered Text" so that freetagger can output links.

When users make a comma separated list in the target field, it will be turned into a set of links to searches.

Media Field

Component type

module

Maintenance status

Development status

Downloads

4688

Component created

Component changed

OUTDATED MODULE: This is a bundle of two modules audiofield.module and videofield.module which are CCK fields for storing audio and video files. They are similar to filefield.module and imagefield.module fields.
Both fields depend on multimediafile.inc which implements common functions and can be used in the future for all other file CCK fields.

CCK Wizard

Component type

module

Maintenance status

Development status

Downloads

1649

Component created

Component changed

This module breaks up long CCK forms across several pages by providing a new field that you can selectively add to any existing content type. Given a weight, this field behaves as a page-break right where you want the next/previous buttons to appear so that users can navigate between long form pages.

Dript - A Scripting Language for Drupal

Component type

module

Downloads

1176

Component created

Component changed

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.

CCK Fieldgroup Table

Component type

module

Downloads

1369

Component created

Component changed

This module will allow you to display fieldgroups as tables. Any multiple value fields inside specified fieldgroups will be integrated into a table at the top of the fieldgroup.

This module is currently alpha. Things are subject to change.

CCK Field Permissions

Component type

module

Maintenance status

Development status

Downloads

11488

Component created

Component changed

This module has been rewritten from scratch and is now distributed with the Drupal6 version of CCK as content_permissions module. Please upgrade.

This module allows admins to restrict access to specific CCK node type fields to by user roles. This is useful if you have a content type that you want to allow some classes of users greater use of- for example, a CCK node may have a field for a link to an external website. Using this module you can allow only registered users to have access to that field to create, update, and now view.

Fivestar

Component type

module

Maintenance status

Development status

Downloads

687179

Component created

Component changed

The Fivestar voting module adds a clean, attractive voting widget to nodes and comments and any entity. 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.8)

Postal

Component type

module

Downloads

2810

Component created

Component changed

Provides a form element for postal addresses. This permits any module to use a consistent postal form for processing, validation, and storage of any mail address. This module includes the Postal Field module, which allows you to add postal addresses to you CCK Content types.