PDA

View Full Version : Disable Category minimization


DivineMessenger
02-24-2010, 02:57 AM
How can I get rid of the tabs that minimize categories?

TimberFloorAu
02-24-2010, 03:00 AM
What do you call a category ?

DivineMessenger
02-24-2010, 03:07 AM
A place where forums are organized into different sections

Seven Skins
02-24-2010, 03:11 PM
Remove the code below from forumhome_forumbit_level1_nopost template.

<vb:if condition="!$show['collapsable_forums']">
<a class="collapse" id="collapse_c_cat{vb:raw forum.forumid}" href="{vb:raw relpath}#top"><img src="{vb:stylevar imgdir_button}/collapse_40b.png" alt="" title="{vb:rawphrase collapse_this_category}" /></a>
</vb:if>