Ubercart Add to Cart CCK Field

Component type

module

Downloads

2035

Component created

Component changed

There are times when a store wants to give customers the opportunity to buy its products in more places than the catalog listings. This CCK field adds an existing product's "Add to Cart" form to any node

Note: I have no plans of making this the de facto method of displaying Add to Cart forms on product nodes. Products ought to be able to do this without any help anyway, so don't add this field to product nodes.

CCK Formatters

Component type

module

Maintenance status

Development status

Downloads

5402

Component created

Component changed

This package is a collection of add-on formatters for various CCK fields. Each provided sub-module in this package should be a self-contained single formatter.

CCK fields support an arbitrary number of "formatters", swappable code that renders a field. In Drupal 6 these are essentially theme functions, although in Drupal 5 they are not always. It is possible for any module to define new formatters for field types it doesn't define itself, which creates a very powerful way to extend and theme a field in any of the myriad ways that a field can appear.

MLS Module

Component type

module

Downloads

4000

Component created

Component changed

The MLS Module allows for Drupal sites to incorporate real estate listings provided by MLS services as CCK content. It opens the door for access to RETS and IDX based MLS feeds. Currently, you must also have VieleRETS installed in order to tap into RETS-compliant listings. For IDX based feeds, this module includes a simple API for turning csv-based feeds and their images into nodes.

FileField Upload Limit

Component type

module

Maintenance status

Development status

Downloads

3299

Component created

Component changed

Drupal 5 is now obsolete. This module is not supported.

Drupal 6.x/7.x

This functionality is included in FileField for D6.x and onwards, so there are no plans to update this module beyond D5.

Employment Field

Component type

module

Development status

Downloads

690

Component created

Component changed

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.

JSNodeload

Component type

module

Downloads

553

Component created

Component changed

This CCK widget enables you to reference nodes and load their content body via AJAX into the widget's textfield. The relation is saved in the database. It can be used to quickly assemble content using already existing sample nodes.

Sponsored by BioRAFT

Image FUpload

Component type

module

Maintenance status

Development status

Downloads

91433

Component created

Component changed

Image FUpload (Multiupload) which is an addition to image and CCK's imagefield module, gives the ability to every user who is allowed to upload images by using image module or imagefield module, to upload multiple images with one simple click. All selected images are uploaded via a flash module (swfupload) and are automatically processed.
So, there’s no need any more to upload image by image.

Features

  • Upload multiple images with one click
  • Fully integrates in image and imagefield module (thumbs creation [also using imagecache module] / file size limit) + using Drupals AJAX
  • Every user can upload images depending on permission (Not only restricted to administrator)
  • Preview list of all uploaded images in which title, body, taxonomy and imagefield specific fields can be edited all at once (customisable [decide which fields should be provided] / themeable / preview image handling customisable / additional permission restrictions)
  • Taxonomy and all other modules (for example CCK fields like node reference) are supported
  • Automatic node title creation and predefining of imagefield fields (customisable / themeable / editable by user / token support [imagefield])

CCK Node Menu

Component type

module

Maintenance status

Development status

Downloads

2388

Component created

Component changed

This modules adds the opportunity to define a text or computed field as a list of menu links per node. This menu then can be displayed as a block or with one of two additional formatters within the nodetype.

menu creation

To get the menu links, nodemenu uses some separator to discern menu item, item depth, item link and item label.

view|View the Node
edit|Edit Node
|Lists
*../list_1/%nid|List1
*../list_2/%nid|List2
**../list_2/%nid/full|List 2 - Full View

The separators can be configured in the block configure. That settings also affect the field's formatters (within the first field's nodemenu block setting).

Compatible fields are text (textfield(rows=1), textarea(rows>1), single or multiple values) and computed fields (single and multiple values).