the original code that was published there is the the following:
Code:
1. Goto Admin CP --> Templates --> Modify --> Show All (for the style you want to edit).
2. Select EDIT for forumhome_forumbit_level1_nopost
3. on the very first line of the template, add:
<table align="center" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="100%"><img src="https://vborg.vbsupport.ru/images/catbbg.gif" border="0"></td>
</tr>
</table>
4. You might want to change the td width to fit your forums.
5. Thats all! Take a look
but many people said its not working right...
so a new solution was given:
Code:
Go to your ACP and open forumhome_forumbit_level1_nopost
Right at the top over </table> put this
<table align="center" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="48"><img src="images/catbleft.jpg" border="0"></td>
<td align="center" background="images/catbmiddle.jpg" width="100%"></a></td>
<td width="48"><img src="images/catbright.jpg" border="0"></td>
</tr>
</table>
Save this
Now go to your forumhome temp and search for $forumbits
Put right below
<table align="center" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="48"><img src="images/catbleft.jpg" border="0"></td>
<td align="center" background="images/catbmiddle.jpg" width="100%"></a></td>
<td width="48"><img src="images/catbright.jpg" border="0"></td>
</tr>
</table>
Save it
Now with the 2nd solution - u have the chance to put 3 cells = 3 images...
I tried the 2nd solution and its not working,
Then what I did was that I removed the left and right cell and left only the center one....
in all cases my board is stretched and covers all the width of the screen.... although I have it smaller....
then I tried the 1st solution... but problems.. so I did the 1st solution again with adding the same code to the forumhome template, too...
same results...

any ideas?