You are here

README.txt in DownloadFile 7.3

Same filename and directory in other branches
  1. 8 README.txt
  2. 6 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 --

 * File core module

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

2) Enable the module using Administration -> Modules (/admin/modules).

3) Configure user permissions in Administration -> People, click on the 
   Permissions tab (admin/people/permissions), go to DownloadFile module part 
   and "Access direct download file".
  
4) Manage teaser and full node display settings at Administration -> Structure 
   -> Content types -> "your type" -> manage display 
   (admin/structure/types/manage/"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.

6) Configure the format of the link accessible at Administration -> 
   Configuration -> Media -> Download file (/admin/config/media/download-file).


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

1) Manage display at Administration -> Structure -> Views 
   (/admin/structure/views) and add a new view by clicking the "Add new view" 
   link (/admin/structure/views/add) or edit an existing view by clicking the 
   "Edit" link (/admin/structure/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. * File core module
  9. -- INSTALLATION --
  10. 1) Copy the download_file folder to the modules folder in your installation.
  11. 2) Enable the module using Administration -> Modules (/admin/modules).
  12. 3) Configure user permissions in Administration -> People, click on the
  13. Permissions tab (admin/people/permissions), go to DownloadFile module part
  14. and "Access direct download file".
  15. 4) Manage teaser and full node display settings at Administration -> Structure
  16. -> Content types -> "your type" -> manage display
  17. (admin/structure/types/manage/"your type"/display).
  18. 5) Choose a formatter to apply to files or images in that field. Four new
  19. formatters "Direct download file" appear in the select list.
  20. 6) Configure the format of the link accessible at Administration ->
  21. Configuration -> Media -> Download file (/admin/config/media/download-file).
  22. Using with Views module
  23. -----------------------
  24. Similarly, you can use a formatter when displaying files or images attached to
  25. nodes using File or Image in a View (http://drupal.org/project/views)
  26. through the Views UI.
  27. 1) Manage display at Administration -> Structure -> Views
  28. (/admin/structure/views) and add a new view by clicking the "Add new view"
  29. link (/admin/structure/views/add) or edit an existing view by clicking the
  30. "Edit" link (/admin/structure/views/edit/"your view").
  31. 2) Click on a file field or image field.
  32. 3) Choose a formatter in select list "Format" to apply at this field. Four new
  33. formatters "Direct download file" appear.
  34. 4) Click on "Save" button and see the display in the preview.
  35. -- CONTACT --
  36. Current maintainer:
  37. * Matthieu Moratille (xMATTx) - http://drupal.org/user/394628
  38. This project has been sponsored by:
  39. * CORE-TECHS
  40. An innovative company based in Paris whose activities are structured around
  41. the software production, service delivery and use of open source technologies.
  42. Visit http://www.core-techs.fr for more information.