The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Basic Style Question
What template / where would I modify to remove the space between two forums?
I'm going for a look similar to http://www.namepros.com , how they have no space when there is a new category. Originally I looked in: forumhome_forumbit_level1_nopost And tried messing with: Code:
$childforumbits <!-- EDITED thead --> <tr><td class="thead" line-height: 0; padding: 0; margin: 0;" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>"><img src="" alt="" width="1" height="12" /></td></tr> </tbody> </if> |
#2
|
||||
|
||||
The default style doesn't have a break between categories. As shown in your example, the entire code bit after $childforumbits is what's causing the gap. The original code should be:
Code:
<if condition="$childforumbits"> <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}"> $childforumbits </tbody> </if> |
#3
|
|||
|
|||
Thanks, fixed it and it works like a charm!
|
#4
|
||||
|
||||
Cool.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|