File Node

Component type

module

Categories

Maintenance status

Development status

Downloads

6709

Component created

Component changed

This module create a new content type that is actually an uploaded file. We can therefore unify the administration to file upload with nodes.

FileField Sources

Component type

module

Maintenance status

Development status

Downloads

625860

Component created

Component changed

FileField Sources is an extension to the FileField module. The FileField module lets you upload files from your computer through a CCK field. The FileField Sources module expands on this ability by allowing you to select new or existing files through additional means, including:

Save to FTP

Component type

module

Maintenance status

Development status

Downloads

6899

Component created

Component changed

The Save to FTP module allows for saving a node as a .html file on a FTP Server.

After a node has been saved, and a path is given, if the user has been given the "Save to FTP" permission a form is added on the node edit page which is activated by selecting the "Publish to FTP" button.

Total Control Admin Dashboard

Component type

module

Maintenance status

Development status

Downloads

73486

Component created

Component changed

What is Total Control?

The Total Control Admin Dashboard creates a default panel page with useful administration tools. Its purpose is to create a central location from which a Drupal site can be properly cared for. Several overview panes are included for site stats and quick reference. Several administration panes are provided with quick links to content types, menus, taxonomy, and other scattered locations of important Drupal site administration. Several views panes are also provided as well as full-page comprehensive versions of the views with bulk operations.

FeedAPI ImageGrabber

Component type

module

Maintenance status

Development status

Downloads

5059

Component created

Component changed

Note: This project is copyrighted to and maintained by Srijan Technologies Pvt. Ltd.

FeedAPI ImageGrabber which is an addition to FeedAPI, mimics the thumbnail display of Google Reader for the feeds aggregated (using FeedAPI) on a Drupal website.

RSS feeds usually do not contain the images associated with the feed-items, and therefore ImageGrabber visits the feed-item's webpage to download the image. The downloaded image is stored in an imagefield created by the imagefield module.

Features

Views Import

Component type

module

Maintenance status

Development status

Downloads

14095

Component created

Component changed

This module provides an easy way to import previously exported Views definitions.

INSTALLATION

  1. Create 'sites/all/imports/views' folder.
  2. Install the module.
  3. Export a View you wish to import with following drush command: drush vie view_name
  4. Or export all Views with: drush vie --all

Features

7.x-1.2 version supports Drush.

File Aliases

Component type

module

Categories

Maintenance status

Development status

Downloads

21722

Component created

Component changed

The File Aliases module allows you to use token customizable aliases for your uploaded files, giving you the ability to keep your file system organized as per usual while providing clean looking paths (i.e., no more '/sites/default/files/').

Features:

  • Customizable File Alias field using Node tokens.
  • Support for:
  • Support for Private and Public file systems.
  • Support for Views output (Fields and Nodes).
  • Support for FileField Paths Retroactive and Active Updating.

Amazon S3

Component type

module

Categories

Downloads

5152

Component created

Component changed

This module provides an administrative interface to browse, create, and delete files/buckets (buckets can be thought of as folders) from Amazon's servers.

It also provides a drupal-style API for use by other applications. The API allows listing, creating, and deleting files/buckets. There is a config form located at admin/settings/amazon-s3 that allows admins to store their authentication keys for use by the API.

File Access

Component type

module

Categories

Maintenance status

Development status

Downloads

4032

Component created

Component changed

File access is simply designed to deny or approve access to individual files when using Drupal’s private download method. See ‘background’ below for more information. Requires PHP5 because of some functions.

sponsored by GotDrupal.com,
designed by Matt Petrowsky

Report Courier

Component type

module

Maintenance status

Development status

Downloads

751

Component created

Component changed

Main Idea

Report Courier is intended to provide a smooth path for report delivery on an Intranet allowing non-tech users to quickly deliver distinct reports to individual users according to their specific areas of interest.

Intended Workflow

The reports are assumed to be individual files named according to a private key and zipped up. The zip file is uploaded, a month and year are chosen. Upon submitting this file, the module unzips the contents, identifies the files, creates a CCK Filefield node and names it using Token module. It then stores the file according to a file structure you can customize using the Filefield_paths module and attaches the security code. You assign your users the security code in the "My Account" area. When the code on the report node and the user match, the file becomes available.