hi ho
this post is a bit stale but has anyone cooked up a cron job script for this yet?
It shouldn't be too hard to manage the logic I suspect (but I shan't reinvent the wheel if someone else has already done it):
1. gather all the threads 'lastpost' UNIX timestamps where the lastpost time stamp is older than some period into an associative array,
2. read through the subscribethreads table and where the subscribed thread matches one in the array, delete that record.
Anyone done this?