Quote:
Originally posted by FireFly
1- In the forumhome_forumbit_level1_nopost template I added this:
Code:
<tr align="center">
<td bgcolor="#0E3652" colspan="5" align="left"> </td>
</tr>
change the color to fit your forum.
|
To seperate the categories from eachother, so they have a white line between them as done on
www.creations.nl
Original 'hack?' by FireFly from vBulletin.org which sturred me into the right direction.
But instead of <td> I used <table> to split up, so we dont get those nasty lines on the side of the categories.
Goto the Admin Control Panel:
In order to split the categories from eachother:
Forum Home Page Templates
>> forumhome_forumbit_level1_nopost
at the top
Code:
</table>
</td></tr></table><br>
<table cellpadding="{ tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{ tablebordercolor}" { tableouterextra} width="{ contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{ tableinnerborderwidth}" border="0" { tableinnerextra} width="100%">
(please note that in the above code there is a space between { and XXX} this is done because otherwise the vBB will parse it.)
And this one is a fix, so the 'currently active users' aren't sticky to the last categorie:
Forum Home Page Templates
>> forumhome
Just after $forumbits add:
Code:
</table>
</td></tr></table><br>
<table cellpadding="{ tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{ tablebordercolor}" { tableouterextra} width="{ contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{ tableinnerborderwidth}" border="0" { tableinnerextra} width="100%">
(please note that in the above code there is a space between { and XXX} this is done because otherwise the vBB will parse it.)
For example of how it looks:
www.creations.nl
And if you need specific help (i can try!):
info@creations.nl