2 Daeron Ranaloce:
Замени всё в Board Index Sections -> Start Category Table. на (но сохрани что было). Если будет тоже самое, то давай координаты, что-то значит в css.
<div class="tableborder" style="display:none" id="fc_{$Data['id']}" >
<table class='maintitle' width='100%' cellspacing="0" cellpadding="0" class='maintitle'><tr><td width='100%' align='Left' class='maintitle'>
<a href="{ibf.script_url}c={$Data['id']}"><{CAT_IMG}> {$Data['name']}</a>
</td>
<td align='right' vAlign='center' ><p class="expand"><a href="javascript:togglecategory({$Data['id']}, 0);"><{exp_plus}></a> </p> </td></tr></table>
</div><div class="tableborder" style="display:show" id="fo_{$Data['id']}" >
<table width='100%' cellspacing="0" cellpadding="0" class='maintitle'><tr>
<td width='100%' align='Left' class='maintitle'>
<a href="{ibf.script_url}c={$Data['id']}"><{CAT_IMG}> {$Data['name']}</a>
</td>
<td align='right' vAlign='center'><p class="expand"><a href="javascript:togglecategory({$Data['id']}, 1);"><{exp_minus}></a> </p> </td></tr></table><script> setcategoryvisible({$Data['id']}) </script>