Option Trim

Component type

module

Maintenance status

Development status

Downloads

6055

Component created

Component changed

Trims options out of CCK select boxes.

The 2.3 version for D6 works with the following field types (all select widgets):
Text
Number (integer, float, decimal)
Nodereference
Userreference
Rolereference
Content Taxonomy

This module can be used for a few different reasons:

Link Image Field

Component type

module

Maintenance status

Development status

Downloads

35422

Component created

Component changed

LinkImageField is a CCK module that allows you to specify the hyperlink for images with a custom URL. The CCK ImageField allows links from the image to the node or to the image itself, but not to a user supplied link.

Features

  • Upload Image
  • Title for the Image
  • Alternative Text for the Image
  • URL to hyperlink the image

Example Use:

Your site supplies a product image and description, but you want the image to link off-site to an affiliated web store.

UC Node Checkout

Component type

module

Maintenance status

Development status

Downloads

20731

Component created

Component changed

This module allows you to bind a node type to an Ubercart product, as typically required in event registration sites and alike.

Binding a node type to a product has two effects:

  • When a user creates a node of that type, the specified product is added to the shopping cart with a node reference to the newly created node.
  • When a user buys a product with a bound node, an extra step is inserted into the checkout process requiring creation of a node of the bound type.

Preset Widget Options

Component type

module

Maintenance status

Downloads

609

Component created

Component changed

Enables custom select options and accompanying display widgets for CCK text fields. Preset Widget Options gives developers a lot of control over the handling and display of fields without having to declare a whole new field type.

This module should be installed only if another module requires it.

Modules using Preset Widget Options include: Creative Commons Widget.

Setup

Preset Widget Options provides two new options for field management and display.

  1. On the CCK field settings page for text fields, the "PHP code" collapsible fieldset, where site admins may enter custom PHP from which to draw options for selects or radios, is retitled "Advanced options" and given an additional setting, "Options handler". Here any custom options lists defined using Preset Widgets Options are made available.
  2. On the CCK field display settings form, each option handler is available as a display option for text fields.