Can you add an option for an email notification that a document was downloaded.
It would be good to be able to delete user download info from the database, especially useful if the document is deleted from the database.

Comments

hadsie’s picture

Version: 5.x-1.1 » 6.x-1.x-dev

Updating this to 6.x as this won't happen for the D5 version of the module since it's not really supported anymore.

If a document is deleted from the database then the recorded downloads should actually be deleted along with it (implementing this now).

The email notification would be a really nice feature. I see this as being something that would actually add rules support instead though. So downloading a file would trigger a rule to execute (which in turn could send an email as the action).

hadsie’s picture

Title: user information » Add support for rules when a file has been downloaded.

I've fixed the issue regarding clearing out stale data. Changing the title of this ticket to be more representative of what's left now.