
10-08-2002, 10:04 PM
|
|
|
Join Date: Nov 2001
Posts: 4,765
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Posted by Datex:
Quote:
made it a my local Board and it works great.
You need to have install Breaking up the categories from eachother, u find it here http://www.vbulletintemplates.com/mo...=&threadid=125
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 you only have to upload the images and your done!
Enjoy
|
|