So I just had an idea, but don't know where to start. I'd like to create a view block that lists the 5 or so most popular sermon downloads. Is there a way to access file access stats? Is there a better way to do it? I'm using FileField Podcast.
Sure, just turn on the "statistics" module that's part of drupal core. It then exposes this data to views and you can easily build all kinds of blocks based on your user stats.
So I just had an idea, but don't know where to start. I'd like to create a view block that lists the 5 or so most popular sermon downloads. Is there a way to access file access stats? Is there a better way to do it? I'm using FileField Podcast.