PDA

View Full Version : in the demo how do i...



Carrie Anderson
Wed 21st May '03, 4:13pm
in the demo how do i set up the main page so that it shows like

Main Forum One
Forum Posts Threads Last Post
-- subs here
Main Forum Two
Forum Posts Threads Last Post
-- subs here

instead of like

Forum Posts Threads Last Post
Main Forum One
-- subs here
Main Forum Two
-- subs here

or is this a mod?

thanks.

Steve Machol
Wed 21st May '03, 4:20pm
That's a simple modification of the templates. I've done that on my forums.

Carrie Anderson
Thu 22nd May '03, 10:28am
That's a simple modification of the templates. I've done that on my forums.

lots of templates... which ones and what to change please? thanks.

Steve Machol
Thu 22nd May '03, 1:23pm
Open forumhome and cut this:


<tr align="center">
<td bgcolor="{tableheadbgcolor}"><smallfont>&nbsp;</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>

Then place it at the end of the forumhome_forumbit_level1_nopost template.