Here's the current screenshot after the replacement code to forumdisplay.php and index.php
There is a mysterious comma between the end of the forumhome_forumbit_level2_post template and the beginning of the forumhome_forumbit_closing template:
Code:
<!-- END TEMPLATE: forumhome_forumbit_level2_post -->,<!-- BEGIN TEMPLATE: forumhome_forumbit_closingtable -->
The comma is not present between the closing template and the forumhome_forumbit_level1_nopost template
Code:
<!-- END TEMPLATE: forumhome_forumbit_closingtable --><!-- BEGIN TEMPLATE: forumhome_forumbit_level1_nopost -->
This comma shows (if I were to change the color of the table) inside the thick part of the black table between the top category graphic and the rest of the nopost1 template.
I also don't understand why the new forumhome_forumbit_closingtable did not show up below the last category (Bogs' Corner).
Here is my forumhome_forumbit_level1_nopost
PHP Code:
<table align="center" cellpadding="0" cellspacing"0" border="0" height="35" width="864">
<tr id="cat">
<td align="center" bgcolor="#606096" background="https://vborg.vbsupport.ru/vbimages/tus_nunscafe_forumtop2.gif" height="35" width="96%" colspan="6"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont color="#FFF788"><b>$forum[title]</b></normalfont></a>
<br><smallfont color="#FFF788">$forum[description]</smallfont></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#555576" width="864"align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">
<tr align="center">
<td bgcolor="#8080A6"><smallfont> </smallfont></td>
<td bgcolor="#8080A6" width="80%" align="left"><smallfont color="#EEEEFF"><b>Forum</b></smallfont></td>
<td bgcolor="#8080A6"><smallfont color="#EEEEFF"><b>Posts</b></smallfont></td>
<td bgcolor="#8080A6"><smallfont color="#EEEEFF"><b>Threads</b></smallfont></td>
<td bgcolor="#8080A6" nowrap><smallfont color="#EEEEFF"><b>Last Post</b></smallfont></td>
<td bgcolor="#8080A6" width="20%"><smallfont color="#EEEEFF"><b>Moderator</b></smallfont></td>
</tr>
Here is my forumhome_forumbit_level2_post
PHP Code:
<tr align="center">
<td bgcolor="#DFDFDF" valign="top"><img src="https://vborg.vbsupport.ru/vbimages/$forum[onoff].gif" border="0" alt=""></td>
<td bgcolor="#F1F1F1" align="left"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont><b>$forum[title]</b></normalfont></a>
<br><smallfont>$forum[description]</smallfont></td>
<td bgcolor="#DFDFDF"><normalfont>$forum[replycount]</normalfont></td>
<td bgcolor="#F1F1F1"><normalfont>$forum[threadcount]</normalfont></td>
<td bgcolor="#DFDFDF"><smallfont>$forum[lastpostinfo]</smallfont></td>
<td bgcolor="#F1F1F1"><smallfont>$forum[moderators]</smallfont></td>
</tr>
Here is my forumhome_forumbit_closingtable
PHP Code:
</table>
</td></tr></table>
<table align="center" cellpadding"0" cellspacing"0" border="0" height="25" width="864">
<tr>
<td background="https://vborg.vbsupport.ru/vbimages/tus_nunscafe_forumbottom4.gif" height="25" width="864" colspan="6"></td>
</tr>
</table>
<br>
Firefly, or anyone, can you help get me out the fine mess I've gotten myself into? I have dug myself a hole I can't get out of...
Yeehaw.