I’m using the Download Count module in Drupal 6. I have files that I’ve uploaded via file field in CCK. I simply want to count the number of times users have downloaded them.
Using views seems to just output ALL data for all files. Is there a way for me to simply put “387 Downloads”, for example, next to my file?
Thanks.
Download Count has default views like
individual_file_downloads and file_downloads and my_download_count.
check this page “your site address”/file_downloads. there is a download count column.