Not supported (i.e. abandoned), and no longer being developed. Learn more about dealing with unsupported (abandoned) projects

MetaFormatter

Allows the admin to create CCK meta formatters made up of other formatters.

Still a work in progress being based of the work jpetso did for his FileField branch.

Contact Importer

Contact Importer Screenshot

Contact Importer provides a form for your users to enter their email address and password. The contacts from their address book are then retrieved.

UC NAB Transact

Ubercart compatible module.

UC NAB Transact is a payment gateway module for Ubercart that currently allows you to process credit card payments on your site using NAB Transact's XML API payment service. In order to use this module, you must have an account with NAB Transact and confirm that you are enabled for XML API use.

Potluck

Potluck is a tool for remixing data on Exhibit-powered pages.

SSI

What is the SSI module?

The SSI module allows your Drupal content to be included via Server Side Includes (SSI) on any SSI enabled pages (.shtml by default).

What sort of content can be served via the SSI module?

Currently the SSI module supports the following content types:

  • Blocks
  • Regions
  • Nodes
  • Node Teasers

How do I use the SSI module?

First you will need to install the SSI module on the Drupal site you wish to include content from, no configuration is required.
Second, to display content in an external page use one of the following formats on your SSI enabled page:

  • Blocks:
    <!--#include virtual="/ssi/block/[block module]/[block delta]" -->
  • Regions:
    <!--#include virtual="/ssi/region/[region name]" -->
  • Nodes:
    <!--#include virtual="/ssi/node/[node id]" -->
  • Node Teasers:
    <!--#include virtual="/ssi/node/[node id]/teaser" -->

Known issues:

Pages

Subscribe with RSS Subscribe to RSS - Unsupported