Um
forumhome_forumbit_level1_post is for the category bars. if you want it for forums like under the categories then go to
forumhome_forumbit_level2_post.
the best thing to do would be to put the title="$forum[description]" in the td tag.
Code:
<td class="alt1Active" align="$stylevar[left]" title="$forum[description]" id="f$forum[forumid]">
so you would get the same affect as how the thread previews are.
--------------- Added 18 Feb 2009 at 09:36 ---------------
Wait, for it to work in
forumhome_forumbit_level1_nopost
Replace:
Code:
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
with:
Code:
<td class="tcat" title="$forum[description]" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">