PDA

View Full Version : How to:


Xeriak
04-17-2002, 08:21 PM
How would I do: www.open-fire.com/board this (categories seperated, and forum posts thread, etc under each category), without the ugly extra space and messed up line at the top?

Any help appreciated.

Scrub
04-17-2002, 09:14 PM
For the forum, post thread:.
Open your forumhome template.
Look for:

<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}" nowrap><smallfont color="{ tableheadtextcolor}"><b>Last Post</b></smallfont></td>
<td bgcolor="{ tableheadbgcolor}" width="20%"><smallfont color="{ tableheadtextcolor}"><b>Moderator</b></smallfont></td>
</tr>



Note that there is a space between { and tableheadbgcolor}, but otherwise it will be parsed..


Cut that code and 'save' the template.

Now open the forumhome_forumbit_level1_nopost template.
Paste the code you cut from the other template below the last line of what
is currently there.
Save it
Now do the same for the forumhome_forumbit_level2_nopost template.
Save it.

1 down. :D

Xeriak
04-19-2002, 04:08 AM
polite bump

Admin
04-19-2002, 11:35 AM
Xiphoid posted a tutorial for this at vB.com.