You are here

README.txt in DownloadFile 6

Same filename and directory in other branches
  1. 8 README.txt
  2. 7.3 README.txt
  3. 7 README.txt
  4. 7.2 README.txt
-- SUMMARY --

DownloadFile is a module to direct download files or images.

For a full description of the module, visit the project page:
  http://drupal.org/project/download_file

To submit bug reports and feature suggestions, or to track changes:
  http://drupal.org/project/issues/download_file

-- REQUIREMENTS --

 * FileField

-- SUPPORTS --

 * ImageField
 * ImageCache
 * Insert

-- INSTALLATION --

1) Copy the download_file folder to the modules folder in your installation.

2) Enable the module using Administer -> Site building -> Modules
   (/admin/build/modules).

3) Configure user permissions in Administer -> User management -> Permissions 
   -> download_file module and "access direct download file".

4) Manage teaser and full node display settings at Administer -> Content
   -> Content types -> "your type" -> Manage fields
   (/admin/content/node-type/"your type"/fields)
   and click on the tab Display fields
   (/admin/content/node-type/"your type"/display).

5) Choose a formatter to apply to files or images in that field. Four new 
   formatters "Direct download file" appear in the select list with much more 
   formatter than ImageCache preset.

6) Configure the format of the link accessible at Administer -> Site 
   configuration -> Download file (/admin/settings/download-file).

Using with Views module
-----------------------
Similarly, you can use a formatter when displaying files or images attached to 
nodes using FileField or ImageField in a View (http://drupal.org/project/views)
through the Views UI.

1) Manage display at Administer -> Site building -> Views (/admin/build/views) 
   and add a new view by clicking the "Add new view" tab 
   (/admin/build/views/add) or edit an existing view by clicking the "Edit" 
   link (/admin/build/views/edit/"your view").

2) Click on a file field or image field.

3) Choose a formatter in select list "Format" to apply at this field. Four new 
   formatters "Direct download file" appear.

4) Click on "Save" button and see the display in the preview.

-- CONTACT --

Current maintainer:
* Matthieu Moratille (xMATTx) - http://drupal.org/user/394628

This project has been sponsored by:
* CORE-TECHS
  An innovative company based in Paris whose activities are structured around
  the software production, service delivery and use of open source technologies.
  Visit http://www.core-techs.fr for more information.

File

README.txt
View source
  1. -- SUMMARY --
  2. DownloadFile is a module to direct download files or images.
  3. For a full description of the module, visit the project page:
  4. http://drupal.org/project/download_file
  5. To submit bug reports and feature suggestions, or to track changes:
  6. http://drupal.org/project/issues/download_file
  7. -- REQUIREMENTS --
  8. * FileField
  9. -- SUPPORTS --
  10. * ImageField
  11. * ImageCache
  12. * Insert
  13. -- INSTALLATION --
  14. 1) Copy the download_file folder to the modules folder in your installation.
  15. 2) Enable the module using Administer -> Site building -> Modules
  16. (/admin/build/modules).
  17. 3) Configure user permissions in Administer -> User management -> Permissions
  18. -> download_file module and "access direct download file".
  19. 4) Manage teaser and full node display settings at Administer -> Content
  20. -> Content types -> "your type" -> Manage fields
  21. (/admin/content/node-type/"your type"/fields)
  22. and click on the tab Display fields
  23. (/admin/content/node-type/"your type"/display).
  24. 5) Choose a formatter to apply to files or images in that field. Four new
  25. formatters "Direct download file" appear in the select list with much more
  26. formatter than ImageCache preset.
  27. 6) Configure the format of the link accessible at Administer -> Site
  28. configuration -> Download file (/admin/settings/download-file).
  29. Using with Views module
  30. -----------------------
  31. Similarly, you can use a formatter when displaying files or images attached to
  32. nodes using FileField or ImageField in a View (http://drupal.org/project/views)
  33. through the Views UI.
  34. 1) Manage display at Administer -> Site building -> Views (/admin/build/views)
  35. and add a new view by clicking the "Add new view" tab
  36. (/admin/build/views/add) or edit an existing view by clicking the "Edit"
  37. link (/admin/build/views/edit/"your view").
  38. 2) Click on a file field or image field.
  39. 3) Choose a formatter in select list "Format" to apply at this field. Four new
  40. formatters "Direct download file" appear.
  41. 4) Click on "Save" button and see the display in the preview.
  42. -- CONTACT --
  43. Current maintainer:
  44. * Matthieu Moratille (xMATTx) - http://drupal.org/user/394628
  45. This project has been sponsored by:
  46. * CORE-TECHS
  47. An innovative company based in Paris whose activities are structured around
  48. the software production, service delivery and use of open source technologies.
  49. Visit http://www.core-techs.fr for more information.