Markjpx
04-30-2002, 07:01 PM
I edited the forumhome_forumbit_level1_nopost template to add a graphic to my category header. But I don't know how or where to add a table to add a similar image to the bottom of each category (after the last forumhome_forumbit_level2_post template).
I enclosed a screenshot hoping it may help.
You can see I have an image for each category header. I'd like to add a small image beneath the last forum of each category to balance out the look. Example: beneath the forum titled Public Server Info, then beneath Ridiculous Onion, then beneath About this Site, etc.
http://www.digitalfumes.com/images/screenshot.jpg
The category header image was pretty simple. I added a table to my forumhome_forumbit_level1_nopost template:
</table>
</td></tr></table><br>
<table align="center" cellpadding"0" cellspacing"0" border="0" width="96%">
<tr id="cat">
<td align="center" height="35" width="96%" bgcolor="#606096" background="images/tus_nunscafe_forumtop2.gif" 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="100%" 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>
But I don't know how to code the bottom table graphic so it would know when and where to place the image after the last forum of each category.
Thanks.
I enclosed a screenshot hoping it may help.
You can see I have an image for each category header. I'd like to add a small image beneath the last forum of each category to balance out the look. Example: beneath the forum titled Public Server Info, then beneath Ridiculous Onion, then beneath About this Site, etc.
http://www.digitalfumes.com/images/screenshot.jpg
The category header image was pretty simple. I added a table to my forumhome_forumbit_level1_nopost template:
</table>
</td></tr></table><br>
<table align="center" cellpadding"0" cellspacing"0" border="0" width="96%">
<tr id="cat">
<td align="center" height="35" width="96%" bgcolor="#606096" background="images/tus_nunscafe_forumtop2.gif" 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="100%" 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>
But I don't know how to code the bottom table graphic so it would know when and where to place the image after the last forum of each category.
Thanks.