View Full Version : How do I make Borders
dave9720
01-05-2008, 09:50 PM
To seperate Forums? I have a Full page forum would like to put borders across
to seperate forms by name. Like Main Category is one. Thanks Dave:confused:
Dave,
This may not work with all skins.
There is a plug in at vBulletin.org that is the easiest way to do it. It is located here (http://www.vbulletin.org/forum/showthread.php?t=123713&highlight=space+between+forums).
If you want to do it the old fashioned way, here is how you code it in.
Goto the Admin Control Panel
Styles & Templates
Style Manager
Click on the <<>> next to the style you wish to edit(If you set up your default skin as the parent skin, you only need to modify that skin.
Forum Home Templates
forumhome_forumbit_level1_noposts
Find
<tr id="cat">
<td bgcolor="{categorybackcolor}" colspan="6"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont color="{categoryfontcolor}"><b>$forum[title]</b></normalfont></a>
<br><smallfont color="{categoryfontcolor}">$forum[description]</smallfont></td>
</tr>
Add this before it
</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%">
Click save.
dave9720
01-05-2008, 10:26 PM
Thanks Mike wasn't sure where to edit the code and wasn't sure they had a plug in. Thanks Again Dave
No problem Dave. It can be difficult to find something at vbulletin.org unless you know exactly what you are looking for, or what the hack called. There are SO many posts that pop up when you do a search for something there.
vBulletin® v3.8.0 Release Candidate 1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.