Orm

Component type

module

Downloads

710

Component created

Component changed

DrupalORM provides a programmatic ORM interface to nodes and their corresponding CCK fields.

Assume you have a content type called "page" with the following node and CCK fields...

  • Node title
  • Node body
  • CCK Field "field_desc"
  • CCK Node reference "field_ref" which points to content type "story"

You could query "page" content type in the following ways...

CSV Table

Component type

module

Downloads

2606

Component created

Component changed

CSV table is a very simple table module that allows you to upload a CSV file in this CCK field, and display a table. This module will probably evolve a lot in the future.

  • CSV file upload: Upload your CSV file in this CCK field, and get a standard theme('table') table.

Dependencies: Utilities and CCK.

This module is part of the newspaper module set maintained by Studio Multimedia France24/RFI.

SWF Link

Component type

module

Downloads

1809

Component created

Component changed

A simple CCK formatter that allows CCK Link fields to be displayed using the SWFTools module's output formatters. This allows you to easily use externally hosted files for podcasts, video streaming, and so on without the overhead of the emfield module.

It was written because I wanted to stick podcast audio files into an Amazon S3 bucket, copy the link, paste it into a CCK Link field, and see it formatted as a flash player. It does that and that only, and I am happy.

Modal Nodereference

Component type

module

Maintenance status

Development status

Downloads

2889

Component created

Component changed

This module turns the nodereference widget into a modal popup allowing new linked nodes to be created on the fly. Because it uses an iframe, it should support even Javscript and file uploads within the sub-node.

Partners

Component type

module

Downloads

1391

Component created

Component changed

The Partners module adds two features to CCK nodereference fields.

1) Bidirectionality. A field can be set to be bidirectional with a nodereference field on another node type (or one on the same node type -- including itself). This means that when node A references node B, a reference will also be created from node B back to node A in the appropriate field. When either side of the reference is deleted, the other side is automatically deleted as well.

Custom Formatters

Component type

module

Maintenance status

Development status

Downloads

142200

Component created

Component changed

The Custom Formatters module allows users to easily create custom Field Formatters without the need to write a custom module. Custom Formatters can then be exported as CTools Exportables, Features or Drupal API Field Formatters.

 

AudioField

Component type

module

Maintenance status

Development status

Downloads

108697

Component created

Component changed

Drupal 8

The Drupal 8 version of the Audio Field module is a full rewrite from the Drupal 7 module. This module is a file formatter for the File and Link modules. It allows you to upload or link audio files and play them on your site using one of several audio players available. It supports most audio formats (depends on the selected audio player).

Please see the module documentation for examples of the players in use.

SRU Client

Component type

module

Downloads

988

Component created

Component changed

This module enable integration with products implementing the SRU protocol for queries against DB, this standard was created by Library of Congress (US).

SRU is a standard XML-focused search protocol for Internet search queries, utilizing CQL (Contextual Query Language), a standard syntax for representing queries.

More information at SRU Home Page