X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Ffilefield_sources%2FREADME.txt;fp=web%2Fmodules%2Fcontrib%2Ffilefield_sources%2FREADME.txt;h=c0dd03aa5c51f3871a8b8850db74f7eba0548b6c;hp=0000000000000000000000000000000000000000;hb=8acec36f19c470dfcda1ae2336826a782f41874c;hpb=e0411c4e83ba0d079034db83c3f7f55be24a0e35 diff --git a/web/modules/contrib/filefield_sources/README.txt b/web/modules/contrib/filefield_sources/README.txt new file mode 100644 index 000000000..c0dd03aa5 --- /dev/null +++ b/web/modules/contrib/filefield_sources/README.txt @@ -0,0 +1,43 @@ +----------------- +FileField Sources +----------------- + +Description +----------- +FileField Sources is a module that enhances the generic and image upload fields +in Drupal. Typically such fields only allow you to upload a file from your +desktop. FileField Sources makes it so that you can populate any file field +from a variety of sources, such as entering remote URLs directly, re-use +existing uploaded files, pull from a server directory, or a variety of other +possibilities. + +This module built by Robots: http://www.lullabot.com +Author: Nathan Haug (quicksketch) + +Requirements +------------ +1) Drupal 7.36 or greater is required beginning in FileField Sources 7.x-1.10. + +Installation +------------ +1) Place this module directory in your modules folder (this will usually be + "modules/"). + +2) Enable the module within your Drupal site. + +3) Add or configure an existing file or image field. To configure a typical node + field, visit Manage -> Structure -> Content types and click + "Manage form display" on a type you'd like to modify. Add a new file field or + edit an existing one. + + While editing the file or image field, you'll have new options available + under a "File sources" details. You can enable the desired sources for that + particular field. + +4) Create a piece of content that uses your file and try it out. + +Support +------- +Please file bug reports in the FileField Sources issue queue. Do not use the +Drupal.org forums or send bug reports via e-mail. +http://drupal.org/project/issues/filefield_sources?categories=All