thanks Lynne,
i dont know why i keep forgetting that part is like the 5th time you tell me this..lol
but i do know that it was in the forumhome Template and i tried to play with it so it well display under the Category's forum titles
but i got no where i think that I have to take that code from the forumhome Template
Code:
<thead>
<tr align="center">
<td class="thead"> </td>
<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead">$vbphrase[posts]</td>
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[last_post]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead">$vbphrase[moderator]</td>
</if>
</tr>
</thead>
and add it somwhere in the forumhome_forumbit_level2_post or level1 correct me if am wrong !!!