SELECT t.lastpost FROM thread AS t WHERE forumid=xxx ORDER BY lastpost desc LIMIT 1
SELECT SUM(replycount) AS replies, COUNT(threadid) AS threads FROM thread AS t WHERE forumid=xxx GROUP BY forumid