You are here

README.txt in Private files download permission 7

Same filename and directory in other branches
  1. 8.2 README.txt
  2. 7.2 README.txt
  3. 3.x README.txt
Private files download permission
=================================

DESCRIPTION
----------------------------

This module aims to provide two useful features which Drupal itself is missing:
a simple permission to allow downloading of private files by role, plus the
ability to combine both public and private downloads.

Idea and code were inspired by
http://www.beacon9.ca/labs/drupal-7-private-files-module.

INSTALLATION / CONFIGURATION
----------------------------

Just browse to Configuration > Media > Private files download permission (url:
/admin/config/media/private-files-download-permission) and enter the path of
the subfolder to be considered as unprotected (and therefore "public"!).
This allows you to configure the site under Configuration > Media > Filesystem
(url: /admin/config/media/file-system) to use a full private filesystem, while
also enabling some of the files (those under the unprotected subfolder) to be
publicly accessible, thus taking advantage of the best of both methods.

Also configure which roles have access to your private files under People >
Permissions (url: /admin/people/permissions).

File

README.txt
View source
  1. Private files download permission
  2. =================================
  3. DESCRIPTION
  4. ----------------------------
  5. This module aims to provide two useful features which Drupal itself is missing:
  6. a simple permission to allow downloading of private files by role, plus the
  7. ability to combine both public and private downloads.
  8. Idea and code were inspired by
  9. http://www.beacon9.ca/labs/drupal-7-private-files-module.
  10. INSTALLATION / CONFIGURATION
  11. ----------------------------
  12. Just browse to Configuration > Media > Private files download permission (url:
  13. /admin/config/media/private-files-download-permission) and enter the path of
  14. the subfolder to be considered as unprotected (and therefore "public"!).
  15. This allows you to configure the site under Configuration > Media > Filesystem
  16. (url: /admin/config/media/file-system) to use a full private filesystem, while
  17. also enabling some of the files (those under the unprotected subfolder) to be
  18. publicly accessible, thus taking advantage of the best of both methods.
  19. Also configure which roles have access to your private files under People >
  20. Permissions (url: /admin/people/permissions).