The current maintainers are looking for new people to take ownership.

Ringlead

NOTE: Because of a lack of documentation from Ringlead and the simple fact that my company has chosen to use ExpressionEngine rather than Drupal, this project has pretty much stalled and I won

Dropbox Client

Dropbox Drupal Client

This module allow Drupal users to interact with the Dropbox API and from there do a bunch of things from Drupal as they were in Dropbox Features:

  • Dropbox navigation (including breadcrumb).
  • File download.
  • Search for files/folders in Dropbox

Operation Mode:


Dropbox has two operation modes:

  • Site wide: Enable a global Dropbox Account for all Drupal users, useful to share files across multiple users
  • Individual Account: Allow each user to have it's own Dropbox account linked from within Drupal

Installation

  • Site wide mode: the administrator has to enable this mode and link a Dropbox account, using Dropbox Client Settings.
  • Individual account: module creates a block that will show each user a link to enable it's own Dropbox account.

Usage:

  Enable blocks:     

  •     Dropbox Files (list of files of DropBox with navigation)
  •     Dropbox Upload (upload a file to current DropBox folder
  •     Dropbox Search (search a file starting in current DropBox Folder)

  Get list of files accessing page <drupal_root>/dropbox/files only for authenticated users.

Formatter Field

The formatter field module provides a mechanism for specifying a formatter and formatter settings to be used for displaying a field, on a per-entity basis. By default, Drupal provides formatters and settings per entity bundle, but in certain situations it is necessary to choose the formatter at the entity level.

For example, say you have a page node with an image field. Normally, you would select an image style as the formatter, and all page nodes would use that same image style. With this module, you can add a formatter field to page nodes, which is hooked up to the image field. Then when the node is created or edited, the image style can be selected per-node.

Usage

  1. Add the field that will be dynamically formatted as usual.
  2. Add a formatter field to the entity bundle, just as you would with any other field.
  3. In the field instance settings, choose the field that will be formatted by this field.
  4. In the bundle display settings, select Formatter from field as the formatter for the field to be formatter. In the formatter settings, choose the correct formatter field.

Related modues

Pages

Subscribe with RSS Subscribe to RSS - Seeking new maintainer