Oct-08-2016, 07:13 PM
Ok, so between the where and order lines, we could add: (to only show threads from the past 60 days)
and dateline >= dateadd(now(), interval -60 day)...assuming we're using mysql.