Hmmm.. if you wanted to do this for forums on the main page, you'd edit index.php... I'm assuming you could put
PHP Code:
$forum[commentcount] = $forum[threadcount] - $forum[replycount];
in there... I think at about line 109... and actually, the same code in forumdisplay.php at about line 130... then in Forum Home's and Forum Display's forumheader stuff, put another column in (or replace the Reply column) and then in their forumbit stuff, add another column or replace $forum[replycount] with $forum[commentcount]. Now, mind you, I'm not 100% positive that'll work, but it should.