I had the same problem as a few of the other ppl in this thread, everything was working fine except for my Forumhome template the alignment was way off, plus i didnt have the specified text as described above by angelus0.
Here are the modifications to fix the above problem
in the
forumhome_forumbit_level1_nopost template find:
Code:
</span>
</td>
</tr>
Below this add:
Code:
]<tr align="center">
<td class="thead"><span class="smallfont"> </span></td>
<td class="thead" width="60%" 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="40%"><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>
Do the same for
forumhome_forumbit_level2_nopost template.
Open the
FORUMHOME template and Remove:
Code:
<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>
Follow the rest of Miko's instructions from Step 10 onwards.
This will give you the
forum|threads|posts|last post under Each seperated Forum Title
Hope this Helpsa angelus and J-J
Flame