The blog does not show who submitted, time, date, taxonomy, etc.
So . .. I inserted the following code in your node.tpl.php
<span class="submitted"><?php print $submitted ?></span>
<br />
Topic: <span class="taxonomy"><?php print $terms ?></span>
I works perfectly on the blog!!
Except :(
Now the forums list author, date, etc, twice! Darn.
How can I get it listed correctly on both the blogs and the forums?