download_count

Chill35 - February 12, 2007 - 07:08
Download Counter

This module increments a download counter each time an attached file is successfully downloaded. Each file has its counter. Note : the module only works when Drupal's download method is set to private.

The module also logs a descriptive message to admin » logs, under type 'download', when a file is either successfully downloaded or when someone (usually a robot) attempts to download a file but is denied access to that file ('file x has been downloaded', 'Failed to download file x'). Browsing through the logs, the administrator can see who downloaded what file and from which 'referal' page.

A page can be accessed where a table lists all downloaded files with their download count. The table provides this information:

  1. filename
  2. download count
  3. last time the file was downloaded in the form 'x days y min ago'
  4. a link to view the node where the file is attached

Download statistics can be viewed in the node as well.

Roles can be given access to the 'Download center' where they can view the download count 1- for each file that was ever downloaded (since module installation) OR 2- for files attached to nodes they authored. The same access control granularity applies for viewing download count in nodes.

The module keeps track of downloaded files that are attached to nodes as 'file attachments'.

NOTES

The module only works when Drupal's download method is set to private. Using the public method, files are downloaded using HTTP, so Drupal is not aware of them being downloaded. Check your download settings in admin » settings under "File system settings" (in Drupal 5 that is "File System").

Caroline
11 heavens

Downloads

Recommended releases

Version Downloads Date Links
6.x-1.3 Download (11.28 KB) 2008-May-27 Notes
5.x-1.0 Download (10.9 KB) 2008-Mar-22 Notes
4.7.x-1.0 Download (9.06 KB) 2008-Mar-22 Notes

Development releases

Version Downloads Date Links
6.x-1.x-dev Download (11.29 KB) 2008-May-27 Notes
5.x-1.x-dev Download (10.9 KB) 2007-Dec-30 Notes
4.7.x-1.x-dev Download (9.06 KB) 2007-Apr-27 Notes


 
 

Drupal is a registered trademark of Dries Buytaert.