Closed (outdated)
Project:
Rules
Version:
6.x-1.x-dev
Component:
Rules Core
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Feb 2009 at 10:07 UTC
Updated:
9 Jun 2018 at 01:50 UTC
Jump to comment: Most recent
Comments
Comment #1
amitaibuMaybe this module can help you. http://drupal.org/project/download_count
The thing is that you need to set the download method to private - i.e. Drupal servers the file. If it's public, Drupal is an-aware of the downloading.
So maybe you can have a rules integration with the download_count module.
Comment #2
amitaibuActually, it's enough to implement catch hook_file_download() - again for private download.
Comment #3
jvieille commentedI use Private Upload module so the File download method is set to public. (I need to restrict access depending on the role).
I haven't found any Rules integration with Download count.
How would I implement catch hook_file_download() ? (I am not a php programmer...)
Comment #4
mitchell commentedComment #5
ginga8 commentedI too am looking for similar functionality. I would like an email sent when a file is downloaded.
Comment #6
mitchell commentedSee also: entity module's system.info.inc for existing file integration.
Comment #7
ginga8 commentedI am looking for how to send an event when a file is downloaded in drupal 6. Any help would be appropriated.
Thanks
Comment #8
mitchell commentedComment #9
tr commented