The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Border surrounding forumbits
Hi guys, Not very often that i ask for help but on this occasion my coders are out of town until tomorrow night and i need to figure something out on my own haha.
Has anyone managed to throw a border around forumbits, I.e a border around the forumhead and categories on the forumhome. The easy way would be to just put a div around the : Code:
<ol id="forums" class="floatcontainer"> {vb:raw forumbits} </ol> Wrapping the forumhome_forumbit_level1_nopost template doesnt work either. |
#2
|
||||
|
||||
Probably could do it just with CSS. Why not post a link to your site and an image showing what you want and we may be able to write the CSS for you.
|
#3
|
|||
|
|||
Quote:
basically the border needs to surround the each of the <li> in this code in the forumhome : <ol id="forums" class="floatcontainer"> <li id="cat4" class="forumbit_nopost new L1"> <li id="cat11" class="forumbit_nopost new L1"> <li id="cat32" class="forumbit_nopost new L1"> <li id="cat15" class="forumbit_nopost new L1"> </ol> If you add a border to the following css : .forumbit_nopost { border: 1px solid #ccc; clear: left; } Then it doesnt actually surround the forum block , it sits above it. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|