Audio Converter

Component type

module

Maintenance status

Development status

Downloads

5055

Component created

Component changed

The AudioConverter module converts audio files from supported CCK fields (AudioField, AudioRecorderField, FileField, Media Recorder Field) to the mp3 format using FFMPEG.

Depending on the need, files can be converted on cron or whenever new audio content is submitted.

The AudioConverter module also provides an API that allows developers to convert content from other audio-centric modules.

Nginx Accel Redirect

Component type

module

Maintenance status

Development status

Downloads

5885

Component created

Component changed

Nginx Fast Private File Transfer for Drupal using X-Accel-Redirect.

Installation (for the impatient)

  1. Install the module as usual.

  2. drupal 6: Go to admin/settings/file system and enable private files.

    drupal 7: Go to admin/config/media/file system and set the private files path.

PLUpload into single node

Component type

module

Maintenance status

Development status

Component created

Component changed

HTML5 based image-bulk-upload module for filefields based on the PLUpload Integration module. This module will save the uploaded images in ONE node instead of saving each image into a single node (as the PLUpload Integration module does).

Views PDF

Component type

module

Maintenance status

Development status

Downloads

87197

Component created

Component changed

With this module you can output a view as a PDF document. Each field of the view can be placed on the PDF page directly in the administration interface. Therefore a new display called "PDF" is added.

There are already some PDF solutions such as Print. But these solutions use the HTML output and converts this to PDF. The downsides of such an integration are:

  • No control over page flow (e.g. page break).
  • Little or no control over page header and footer.
  • You need HTML skills to change the layout.
  • The rendering is slow and need a lot of memory, because it needs to render the HTML.
  • Complex tables make troubles.
  • Vector graphics can not be implemented, therefore the printing of the document can be problematic.
  • You are limited by HTML's capabilities.
  • No hyphenation.

Windows Azure Integration

Component type

module

Maintenance status

Development status

Downloads

3300

Component created

Component changed

Integration module for Windows Azure and Drupal 7.

It provides integration with Azure Blob Storage: allowing to store files, images and media on Azure's scalable and geographically distributed file storage platform.

Installation

This module requires the PHP Azure SDK.

VersionAgent

Component type

module

Maintenance status

Development status

Component created

Component changed

Version Agent enables you to compare revisions, with assistance of the GehsiFilter module, that have occurred in each of your Cerner or SQL environments – providing a powerful side-by-side color-coded interface to easily see what had changed. Version Agent can also provide a list of programs that are not in sync between your environments - making sure your testing and development starts on the right foot!

Multiupload Imagefield Widget

Component type

module

Maintenance status

Development status

Downloads

143508

Component created

Component changed

As an extension to Multiupload Filefield Widget this module presents the same widget to Image fields.

Supports Insert module.

-- REQUIREMENTS --

The core Image module.
Multiupload Filefield Widget

-- INSTRUCTIONS --

1. Enable the module.
2. Add an 'image' field to a content type and select the widget 'Multiple'.
3. Done