The image included is of VB.org. Not my forum.
Our forum, uses a custom template, and within the forum code,
Its kind of bewildering actually, as it seems to be a generic function of vb, but I have noticed, even our default template doesnt display the collapse button in the last column on rhs of each forum.
If that makes sense.
code lifted from ( forumhome )
Code:
<!-- main -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
$forumbits
<tbody>
<tr>
<td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><div class="smallfont"><strong>
<a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a>
<if condition="$vboptions['forumleaders']">
<a href="showgroups.php$session[sessionurl_q]">$vbphrase[view_forum_leaders]</a></if>
</strong></div></td>
</tr>
</tbody>
</table>
$forumhome_markread_script
<!-- /main -->
I am presuming, we need a tcat collapse within this code, or perhaps my forumbits is screwed, and i cant seem to find where that would be stored..
Perhaps I am barking up the wrong tree.
Ste
--------------- Added [DATE]1235458776[/DATE] at [TIME]1235458776[/TIME] ---------------
**** TO ADD ****
What I am trying to achieve is similar to this site,
http://forums.allurehost.com/
Look at the collapse expand button to the right of each forum category.