Quote:
Originally Posted by rapidphim
Hello Bob,
Without hacking this mod, I do have the forum category description. But after hacking this mod, the forum category description is gone. How can we bring it back?
|
You can manually add a description with the addition of a simple div like this (see the area in
RED below.. This of course will be automatic in version 2.
Code:
<!-- CUSTOM tbody CODE BASED ON YOUR STYLE -->
<tbody>
<tr>
<td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><a style="float:right" href="#top" onclick="return toggle_collapse('forumbit_66')"><img id="collapseimg_forumbit_66" src="images/buttons/collapse_tcat.gif" alt="" border="0" /></a><a href="forumdisplay.php?f=6">CATEGORY NAME</a><div class="smallfont">This is where you can add a forum description</div></td>
</tr>
</tbody>
<tbody id="collapseobj_forumbit_66" style="">
$forumbits2
</tbody>
<!-- /CUSTOM tbody CODE BASED ON YOUR STYLE -->