Further modules included.
[yaffs-website] / web / modules / contrib / filefield_sources / README.txt
1 -----------------
2 FileField Sources
3 -----------------
4
5 Description
6 -----------
7 FileField Sources is a module that enhances the generic and image upload fields
8 in Drupal. Typically such fields only allow you to upload a file from your
9 desktop. FileField Sources makes it so that you can populate any file field
10 from a variety of sources, such as entering remote URLs directly, re-use
11 existing uploaded files, pull from a server directory, or a variety of other
12 possibilities.
13
14 This module built by Robots: http://www.lullabot.com
15 Author: Nathan Haug (quicksketch)
16
17 Requirements
18 ------------
19 1) Drupal 7.36 or greater is required beginning in FileField Sources 7.x-1.10.
20
21 Installation
22 ------------
23 1) Place this module directory in your modules folder (this will usually be
24    "modules/").
25
26 2) Enable the module within your Drupal site.
27
28 3) Add or configure an existing file or image field. To configure a typical node
29    field, visit Manage -> Structure -> Content types and click
30    "Manage form display" on a type you'd like to modify. Add a new file field or
31    edit an existing one.
32
33    While editing the file or image field, you'll have new options available
34    under a "File sources" details. You can enable the desired sources for that
35    particular field.
36
37 4) Create a piece of content that uses your file and try it out.
38
39 Support
40 -------
41 Please file bug reports in the FileField Sources issue queue. Do not use the
42 Drupal.org forums or send bug reports via e-mail.
43 http://drupal.org/project/issues/filefield_sources?categories=All