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.
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
Comment #1
vm commenteddownload_count.module may be worth investigating.
Comment #2
danny englanderI 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.
Comment #3
svendecabooterFor 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.
Comment #4
danny englandersvendecabooter, 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.
Comment #5
svendecabooterComment #6
svendecabooterViews 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.