I can see downloads per node if I go to an individual node such as /node/[node ID]/filefield_tracker but I am wondering if it's possible to construct a view that shows downloads / usernames of filefield files from all nodes. Thank you.

Comments

vm’s picture

download_count.module may be worth investigating.

danny englander’s picture

I tried download count but it does not connect users to files as well as Filefield download tracker does. All I really need is to have the data this module already collects put together in a view as I mention above. Thanks.

edit I now see you can add a relationship for the download count module view to show the user who downloaded the file.

svendecabooter’s picture

For a global overview, you can check out the File download report in the Reports admin section (admin/reports/filefield_tracker)
Adding Views handlers for the data should be trivial. I'll try to work on that soon.

danny englander’s picture

svendecabooter, thank you, I'll look forward to that. The page at admin/reports/filefield_tracker is great, if I could do something similar to that in a view, than I could add Views Excel export and additional data fields.

svendecabooter’s picture

Assigned: Unassigned » svendecabooter
svendecabooter’s picture

Assigned: svendecabooter » Unassigned
Category: support » feature
Status: Active » Fixed

Views support has now been added. In case a site has Views installed, the earlier tables generated by this module are being replaced by their Views alternatives. Additionally, on admin/settings/filefield_tracker you can select a custom View to use for generating those tables.

Thanks to highrockmedia for sponsoring this feature.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.