PDA

View Full Version : Category problems


ULTIMATESSJ
07-05-2002, 04:29 PM
I added a few template changes to my forums, now my category which says other stuff, has a giant border on it, also at the bottom of all the forums above the spaces the border is thicker than the top part is, how do i fix this

Admin
07-05-2002, 04:36 PM
Link?

ULTIMATESSJ
07-05-2002, 04:37 PM
it's in my www button

http://www.animexplosion.com/forums

ULTIMATESSJ
07-07-2002, 10:20 PM
bump

Admin
07-08-2002, 05:55 AM
Ok... where's the border you're talking about?

g-force2k2
07-08-2002, 06:00 AM
Just from looking at your forumhome ultimate i can tell that most probably in your postbit_level2_post or postbit_level1_nopost that you have either an extra <td> or <tr> ;) you'll have to check your coding for that :) but thats just my insight...

g-force2k2

g-force2k2
07-08-2002, 06:05 AM
Edit: i meant forumhome above ;) just reading from my head :p

lookie what i found ;)

&nbsp;</select></td></form></tr>
</tr>
<tr id="cat">

if im correct that extra </tr> in the (forumhome_level2_post) is causing the border issue :)

g-force2k2

ULTIMATESSJ
07-08-2002, 04:15 PM
i've tried look at both of those but couldn't put my finger on it, so i'll post both of those templates to see if you can find the reason


forumhome_forumbit_level2_post

<tr align="center">
<td bgcolor="{secondaltcolor}" valign="top"><img src="{imagesfolder}/$forum[onoff].gif" border="0" alt=""></td>
<td bgcolor="{firstaltcolor}" onMouseOver="this.style.backgroundColor='{secondaltcolor}'; this.style.cursor='hand';" onMouseOut="this.style.backgroundColor='{firstaltcolor}';" onclick="window.location.href='forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]'" align="left"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont><b>$forum[title]</b></normalfont></a>
<a href="newthread.php?s=&forumid=$forum[forumid]"><img src="images/newthread2.gif" border="0" alt="Create a new topic in $forum[title]"></a> <a href="member2.php?s=&action=addsubscription&forumid=$forum[forumid]"><img src="images/subscribe2.gif" border="0" alt="Subscribe to the $forum[title] forum"></a>
<br><smallfont>$forum[description]</smallfont></td>
<td bgcolor="{secondaltcolor}"><normalfont>$forum[replycount]</normalfont></td>
<td bgcolor="{firstaltcolor}"><normalfont>$forum[threadcount]</normalfont></td>
<td bgcolor="{secondaltcolor}"><smallfont>$forum[lastpostinfo]</smallfont></td>
<form><td bgcolor="{firstaltcolor}" valign="middle" align="right" nowrap>
<IMG align="absmiddle" SRC="{imagesfolder}/team.gif">
<SELECT NAME="newLoc" onChange="jumpPage(this.form.newLoc)" style="font-size: 7pt; background-color: #dfdfdf; font-family: Arial, Tahoma;" maxlength="20">
<OPTION VALUE="#">moderators</OPTION>
<OPTION VALUE="#">---------------------</OPTION>
$forum[moderators]</select></td></form></tr>
</tr>




forumhome_forumbit_level1_nopost

<tr id="cat">

</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%">

<td bgcolor="{categorybackcolor}" colspan="6" align="center"><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="80%" align="left"><smallfont color="{tableheadtextcolor}"><b>Forum</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Posts</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Threads</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}" width="170" nowrap><smallfont color="{tableheadtextcolor}"><b>Last Post</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}" width="20%"><smallfont color="{tableheadtextcolor}"><b>Moderator</b></smallfont></td>
</tr>

g-force2k2
07-08-2002, 04:26 PM
:p its right where i said it'd be ;)

see the bottom of the forumhome_posbit_level2_post :p

$forum[moderators]</select></td></form></tr>
</tr>

you have to remove a '</tr>' :)

g-force2k2

ULTIMATESSJ
07-13-2002, 11:50 AM
i did and it's still there