firefly, i tried this:
PHP Code:
LEFT JOIN thread ON (thread.forumid=forum.forumid AND thread.lastpost=forum.lastpost)
and i encountered one problem:
if the post is made other then today, it will not show. so i went with the logic and added a value to the default days that the forum is pruned.
this is the only way i could think of it. let me know if you have in mind something that will pull the trick better.