How to see / track user downloads?
-
Me (as admin) would like to see who downloaded files that were uploaded in forum posts.
(if there is no on-board solution, this might more a dev/plugin request)
It would be best if this information would be presented directly under a download link in the form of an expandable list with user names. But it would also be sufficient for me if I could get this information via the read API.Any idea how to do this?
Many thanks in advance for any advice on how to approach this.
-
@greyteapot Hm. This is difficult to do because there is no out of the box solution at present.
That is, we don't track who downloads what from
assets/uploads/files
.We could add in logic to send this information to a plugin, but I don't think we would want to do this from within NodeBB core itself. Let me know if you're interested in that.