Harry,
Add that to my WHERE clause or to my SELECT list?
And I assume you mean on my updated query where I specifically add the t2.thread_disabled clause, right?
SELECT t1.thread_id, t1.thread_subject, Count(t2.thread_id) AS thread_reply_count
FROM bbx_threads AS t1 LEFT JOIN bbx_threads AS t2...