SELECT COUNT(post.dateline) AS count FROM post LEFT JOIN thread USING (threadid) WHERE thread.forumid = 81 GROUP BY post.username