File relative path

Component type

module

Maintenance status

Development status

Component created

Component changed

The File relative path module creates the "Relative path" display option.
It can be used for a file and an image field.

If will generate a relative path to a file, and force file download.

-- CONFIGURATION --

* Create new file of image field.
* Go to display settings and select the "Relative path".

Attached Files Metadata Table

Component type

module

Maintenance status

Development status

Downloads

326

Component created

Component changed

NOTE: Given the expanded functionality being added to this module, the maintainers have decided to proceed with a name change. The project has been relocated under the new name, Extended File Field, and this version is being deprecated.

All existing and historic issues are also being moved over to the new project location. Please consider this project page abandoned.

Image optimize effect

Component type

module

Maintenance status

Development status

Downloads

3412

Component created

Component changed

This module will optimize the file size of the generated images and can be used in 2 ways

  1. As an image effect, but this can slow down the generation of the image style
  2. [prefered way] As a drush command drush image-optimize-effect-all, this will optimize all image styles that aren't optimized yet.

Warnings (when used as image effect)

  • Only tested on Ubuntu 12.04 LTS
  • Converting an image can take some seconds to complete

This module adds 3 new image effects:

YouTube Video Uploader

Component type

module

Maintenance status

Development status

Component created

Component changed

A standardised solution of integrating Youtube APIs with Drupal. Provides a YouTube CCK field which can be used with Youtube URL or uploading a video directly to Youtube.

Features

  • Creates a CCK field "YouTube" to upload Youtube videos.
  • Provides Video Upload and URL extract formats.
  • Creates a youtube Engine settings form to add youtube credentials
  • Creates a module specific permission so only users having permission can add/update youtube credentials.

This is a D7 module

Encrypted Files

Component type

module

Maintenance status

Development status

Downloads

5741

Component created

Component changed

Description

Say you want users of your site to be able to upload and download documents, but you also want these documents to be protected in case someone breaks into your server. This module allows Drupal to encrypt files that users upload and decrypt files for download, keeping the unencrypted versions of files from ever being stored on disk. It does this by creating a custom file stream wrapper that Drupal can read from and write to and a new download method that sits alongside the regular public and private methods.

Feeds: Files

Component type

module

Maintenance status

Development status

Downloads

2169

Component created

Component changed

This module adds a feeds processor that can directly create files from feeds.

If you also have the 2.x version of the Media module installed, it will attempt to parse a URI into a media entity. This means that you can import things like YouTube feeds (requires Media: YouTube) directly into file entities.