Quote:
Originally Posted by Mone'
Author: Miko
Description: This will allow you to allign the forumhome columns (Forum, Posts, Threads, Last Post )
Requirments: "Spacing Between Categories" by SaintDog
Demo: see "b3.gif" attachment for a screenshot
|
In forumhome_forumbit_level1_nopost we have :
Code:
<tr>
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
<a href="forumdisplay.php?$session[sessionurl]forumid=$forum[forumid]"><b>$forum[title]</b></a>
<span class="smallfont">
<if condition="$forum[description]"><br />$forum[description]</if>
<if condition="$forum[subforums]"><hr size="1" /><b>Sous-forums:</b> $forum[subforums]</if>
</span>
</td>
</tr>
None of what is in your text file
Code:
7. Look for:
<tr align="center">
<td class="thead"><span class="smallfont"> </span></td>
<td class="thead" width="100%" align="left"><span class="smallfont"><b>Forum</b></span></td>
<td class="thead" width="75"><span class="smallfont"><b>Posts</b></span></td>
<td class="thead" width="75"><span class="smallfont"><b>Threads</b></span></td>
<td class="thead" width="150"><span class="smallfont"><b>Last Post</b></span></td>
<if condition="$vboptions[showmoderatorcolumn]">
<td class="thead"><span class="smallfont"><b>Moderator</b></span></td>
</if>
</tr>