PDA

View Full Version : Please help --> category spacing mod


TheCaver
12-22-2002, 12:33 PM
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.

TheCaver
12-22-2002, 01:14 PM
Here , ive attached a screenshot to maybe make it easier.

thx

Tony G
12-22-2002, 09:31 PM
Hmm, can't do much without your forumhome and forumhome_forumbit_level1_nopost.

It's probably a table that isn't appearing?

TheCaver
12-22-2002, 10:00 PM
Okay. Here you go.

middle part of forumhome:


<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:

</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>&nbsp;</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>


Again, thanks alot..

Tony G
12-22-2002, 10:45 PM
Find in forumhome:

<!-- /text -->

<br>

Remove that br, and see what happens. I'm not too sure about this problem. :-/

TheCaver
12-23-2002, 01:59 AM
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 ;)

Nairb
12-23-2002, 02:16 AM
Originally posted by Tony
Find in forumhome:

<!-- /text -->

<br>

Remove that br, and see what happens. I'm not too sure about this problem. :-/


That works good if you have the welcome panel or something installed...
because it just mixes in with the table ...