Log in

View Full Version : Table Header row similar to vb.org?


calgarypuck
10-20-2005, 08:02 PM
How do I change it so the Table Header row displays under each Category Strip like this forum has (rather than one above the first Category Strip as the default skin has)?

calgarypuck
10-24-2005, 03:37 PM
I did try to search for this with terms such as table header but couldn't find anything. Is this a skin or template change, or is there an option for it somewhere?

calgarypuck
10-30-2005, 04:53 PM
One more bump...

Neutral Singh
10-31-2005, 04:27 AM
What are you talking about? Please be more specific as to what do you really desire. :)

Vierie
10-31-2005, 10:28 AM
That should work:

Go into your forumhome template and find this code:

<tr align="center">
<td class="thead">&nbsp;</td>
<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="175">$vbphrase[last_post]</td>
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>
<if condition="$vboptions[showmoderatorcolumn]">
<td class="thead">$vbphrase[moderator]</td>
</if>
</tr>

Copy it and delete this code in that template.

Go into your forumhome_forumbit_level1_nopost template.

Find:
$childforumbits

Enter the code you copied from forumhome above it.

That's it.