BigJohnny |
08-14-2010 11:19 AM |
This is how you fix the last post alignement. However I can't remember which version of this mod I'm running. I think I'm using the 3.7 versions, but my board is 3.8.3, and I have upgraded from 3.8.1 but beyond that I don't remember if I started with 3.8.1 or upgraded from 3.7 as it was a long time ago....as per my postbit I think I upgraded from 3.7.3
in forumhome_forumbit_level1_nopost Copy the sizes listed for this table. That should correct the last post tables.
Code:
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
<tr align="center">
<td class="thead" width="35"> </td>
<td class="thead" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="235">$vbphrase[last_post]</td>
<td class="thead" width="80">$vbphrase[threads]</td>
<td class="thead" width="80">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead" width="125">$vbphrase[moderator]</td>
</if>
</tr>
$childforumbits
|