c5 only shows Five Most Recent Downloads

Permalink
on dashboard/resent activity can i get a list of all downloads to see what videos were watched by each user, instead of just 5?

theguideus
 
shahroq replied on at Permalink Reply
shahroq
The data related to downloaded files are at the `DownloadStatistics` table. you can extract whatever report from the table directly.
If you want to show the report on the dashboard, there is this how-to that explains how to do it with `PageStatistics` table (that keep track of page visits), you can tweak the code and use it for file downloads.

http://www.concrete5.org/documentation/how-tos/developers/extend-co...