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

CONTENTdm Integration

CONTENTdm Integration is a set of modules that allows users to search, browse and view CONTENTdm 6.x (http://contentdm.org/) collections from within a Drupal website. It uses the CONTENTdm web-services API to communicate with the CONTENTdm server.

Viewing a CONTENTdm item through this module triggers the creation of a corresponding node in Drupal (of type CONTENTdm Item Wrapper), which allows users to leave comments on the items, apply tags to them, bookmark them, and do pretty much anything with them that they can do with other types of Drupal nodes. CONTENTdm wrapper nodes are not created and edited the same way most other content types are, i.e., using the node edit form: the Drupal site acts as a slave to the CONTENTdm master, and all changes to the items must occur in CONTENTdm. The module knows when an item has been updated in CONTENTdm and will refresh the metadata as needed. Also, only an item's metadata (including fulltext) is stored in the Drupal node; thumbnails, full-size images, videos, and other files that are part of the CONTENTdm item are retrieved from CONTENTdm on demand. The module also features a 'nodeless' mode, which allows the definition of a single node to act as the wrapper for all CONTENTdm items; however, in nodeless mode, users cannot add comments, etc.

CONTENTdm Integration includes a number of helper modules, such as:

DC Transactional stock

This project is now obsolete.

Use Commerce transactional stock feature with Commerce_stock if you need a transactional stock system on top of Commerce Stock v1.

Also follow #1269168: Commerce_stock for D7 & D8 Roadmap for next commerce stock version.

Transactional stock system for Drupal Commerce.

Basically the system works as follow :
1/ Add a stock field to your product
2/ Create a stock entry for a specific SKU and field with a quantity
3/ A hook is "linking" the 2 modules (stock entries and stock) to automatically update the quantity of stock remaining for a product. Typically, you create a stock entry with positive value when you receive goods, and create a stock entry with negative value when a product is sold. Hooks will be automatically triggered to reflect the stock variation of the product.
4/ You can set up rules to automatically create the stock entry based on the workflow you want (typically, order states)
I create the following rules :
a) create stock entry on order update (check the order status to see if the stock should be decremented at this stage, and loop over all the line items of the order)

Results Filter

This module adds a content type filter to results from the core search module. The filter gives the user a quick way to run a second, more targeted search and uses AJAX to return the results.

Namecards

An address book application for storing and sharing contact information in a multiuser environment.

Features:

This module adds a self contained address book system to a Drupal website. The address book is designed for use in a multiple user environment where users wish to share contact information with others (e.g. in a company/organization environment).

  • Roles system including: (i) regular users who can create and manage own contacts, as well as see other publicly viewable contacts in the system; and (ii) administrators who can manage other users' contacts.
  • Can assign contacts to a particular event so one can look up contacts based on the event where you first met that contact.
  • Import and export of contacts in CSV format (currently tested on MS Outlook 2010 and Mozilla Thunderbird CSV formats).
  • Contacts can be publicly visible (i.e. seen by all users) or privately visible (i.e. only visible to contact owner).
  • Use of colored icons to easily differentiate between own contacts and those of others.
  • System can be optionally configured so that private contacts can not be seen by administrators.
  • System can be optionally configured so that publicly visible contacts will remain in the system even if the original user has been deleted.
  • Users can customize which items of contact information to display in a particular view.
  • Contacts can be grouped by organization name or event (i.e. the event where a particular contact was first meet).
  • live search function which enables dynamic filtering of contacts (great when trying to find a contact from among a list of many).
  • Email mailing list creation. Provides basic functionality to create a list of email addresses which can then be copy and pasted into an email.

Mediatheque

Mediatheque | d6.png

Simplistic media organizer/player. The basic idea is to create document nodes out of external media files.

CCK Metadata

Simple metadata field for CCK. Stores name/value pairs.

Pages

Subscribe with RSS Subscribe to RSS - Unsupported