Ubercart CCK Checkout Pane

Component type

module

Maintenance status

Development status

Downloads

1245

Component created

Component changed

This module allows you to define CCK nodes as checkout/order panes in Ubercart.

This is useful if you want to collect additional information during the checkout process. For example, you may want a quick survey or require additional fields that apply to the entire order.

Solrfield

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a placeholder page for a new module that is intended to create nodereference style relationships between nodes and solr datasources.

A common use case for this would be the following:

Acme Brick Building has a list of products maintained by the Acme Product Management System. That system sends all of its products to a solr index. The Acme drupal website needs to relate various items, such as press releases with products in the product management system and display basic information about them.

Formatter Settings

Component type

module

Maintenance status

Development status

Downloads

1214

Component created

Component changed

The Formatter Settings module is a spiritual backport of the Drupal 7 Field Formatter Settings functionality for Drupal 6, adding two new Formatter hooks to provide user definable settings for Formatters on a contextual basis.

This module is primarily for developers as it doesn't do anyting other than provide the Formatter Settings hooks and modify the Display Settings UI if Formatter Settings are present on the selected Formatter.

Formatter Settings was written and is maintained by Stuart Clark (deciphered).
- http://stuar.tc/lark

 

Required modules

WebAsyst Import

Component type

module

Maintenance status

Development status

Component created

Component changed

Preamble:
Recently I've faced with problem of importing some content from WebAsyst shop script to Drupal. In fact it can be done in two ways: directly from WebAsyst database (but often a developer doesn't have proper access) or from CSV files which contain information from few WebAsyst database tables. Such CSVs can be generated with phpMyAdmin or another tool.

Unique Fields AJAX

Component type

module

Component created

Component changed

* Apply unique field check in real time.
* And lots of other hacky hard-coded junk.
* See http://drupal.org/project/formmsgs for the Drupal 7 done-right version of this.

UFAJAX

The idea is to give a warning message if a user tries to add a fruit type that has already been added with the same color term.

Flickr Browser

Component type

module

Maintenance status

Development status

Downloads

475

Component created

Component changed

FlickrBrowser is an extension to the existing flickr module to allow users to browse flickr image sets to select images for flickrfield cck fields instead of manually entering the photo ids.

There are a few assumptions and things of note regarding this module:

Flickr Colorbox

Component type

module

Maintenance status

Development status

Downloads

435

Component created

Component changed

This module adds Colorbox integration to the Flickr module. Specifically to the flickrfield CCK field.

Just like with colorbox and imagefields you can select from a listing of the different size presets available to flickr images and choose how you want the images grouped into galleries.

Sponsorship for this module provided by:
Youth Science Canada

JSONfield

Component type

module

Maintenance status

Development status

Downloads

599

Component created

Component changed

JSONfield lets you define CCK fields that map to array elements supplied by a searchable JSON data feed.

For example, if you want to reference products via a searchable JSON service (like Solr), specify the Solr endpoint URL and the object key ID that should be stored in the database. Other values from the JSON array can be used for tokenized HTML output / autocomplete selection, similar to a Node Reference.