The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Please help --> category spacing mod
Im having a problem with this mod, i hope someone can help me out. A line appears ontop, i dont know why, but i tried what hardfire said, but that just moves loggedinusers to the top to cover it up. I dont want that ontop, but i want to remove the line, plz help.
|
#2
|
|||
|
|||
Here , ive attached a screenshot to maybe make it easier.
thx |
#3
|
||||
|
||||
Hmm, can't do much without your forumhome and forumhome_forumbit_level1_nopost.
It's probably a table that isn't appearing? |
#4
|
|||
|
|||
Okay. Here you go.
middle part of forumhome: Code:
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center"> $unregwelcomemessage <tr valign="bottom"> <td><smallfont> Members: $numbermembers, Topics: $totalthreads, Posts: $totalposts, 0-posters: <a href="memberlist.php?s=$session[sessionhash]&what=0-posters">$nonposters</a>, 1-posters: <a href="memberlist.php?s=$session[sessionhash]&what=oneposters">$oneposters</a><br>$welcometext. You last visited: $bbuserinfo[lastvisitdate].<br> </smallfont></td> </tr></table> <!-- /text --> <br> <!-- main --> <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%"> $forumbits </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%"> $loggedinusers </table> </td></tr></table> <!-- /main --> forumhome_forumbit_level1_nopost: 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%"> <tr id="cat"> <td bgcolor="{categorybackcolor}" colspan="5"><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> <tr align="center"> <td bgcolor="{tableheadbgcolor}"><smallfont> </smallfont></td> <td bgcolor="{tableheadbgcolor}" width="59%" align="left"><smallfont color="{tableheadtextcolor}"><b>Forum</b></smallfont></td> <td bgcolor="{tableheadbgcolor}" width="7%"><smallfont color="{tableheadtextcolor}"><b>Topics</b></smallfont></td> <td bgcolor="{tableheadbgcolor}" width="7%"><smallfont color="{tableheadtextcolor}"><b>Posts</b></smallfont></td> <td bgcolor="{tableheadbgcolor}" nowrap width="27%"><smallfont color="{tableheadtextcolor}"><b>Last Post Info</b></smallfont></td> </tr> |
#5
|
||||
|
||||
Find in forumhome:
<!-- /text --> <br> Remove that br, and see what happens. I'm not too sure about this problem. :-/ |
#6
|
|||
|
|||
Just wanted to say i did fix the prob. I removed the <br> for the extra space, and to remove the line i had to take out the bgcolor="{tablebordercolor}" on the first table under <!-- main -->.
thanks for the help. Love this board |
#7
|
|||
|
|||
Quote:
That works good if you have the welcome panel or something installed... because it just mixes in with the table ... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|