You need to have install Breaking up the categories from eachother, u find it here
http://www.vbulletintemplates.com/m...s=&threadid=125
----Start----
- Go to your ACP and open forumhome_forumbit_level1_nopost
Right at the top over </table> put this
Code:
<table align="center" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="48"><img src="{imagesfolder}/catbleft.jpg" border="0"></td>
<td align="center" background="{imagesfolder}/catbmiddle.jpg" width="100%"></a></td>
<td width="48"><img src="{imagesfolder}/catbright.jpg" border="0"></td>
</tr>
</table>
Save this
- Now go to your forumhome temp and search for $forumbits
Put right below add this
Code:
<table align="center" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="48"><img src="{imagesfolder}/catbleft.jpg" border="0"></td>
<td align="center" background="{imagesfolder}/catbmiddle.jpg" width="100%"></a></td>
<td width="48"><img src="{imagesfolder}/catbright.jpg" border="0"></td>
</tr>
</table>
Thats it!
---Done---
btw thats not my mod i just couldnt find the thread.
[edit]If that doesnt work make sure that you dont have 2 </table></table> under each other[/edit]