Hi guys, a quick question for those who know MySQL. I want to get the total number of thread views for an entire forum, within a specific number of days.
So, if I had a forum called 'Computer Chat' and I wanted to know how many times *all* the threads in that forum have been viewed in the last X days.
You already have total threads and total posts for each forum, I'm looking at a way of querying the database to get total thread views.
Hope that makes sense and just looking for a MySQL query I can run from shell/phpmyadmin.
Thanks in advance to anyone that can shed some light