I was wondering if there was a way to fix this issue when dealing with subforums.
Attachment 100205
Where there's an extra forums, last post, etc. row above the subforum.
Quote:
Originally Posted by RedHotChili
This seems to work okay for me in FF 3.0 and Google Chrome, with the exception of the Last Post column being wider than usual.
But it doesn't seem to work very well at all with IE7. The first column of the tables that shows post status (new/old posts) in forum is all over the place. Seems like there's nothing controlling the first cell width. Similar problem here too with the Last Post column width, it's wider than usual.
Anybody have any idea what might be going on?
|
You can try something like this in forumhome_forumbit_level1_nopost and adjust the %'s as you like.
PHP Code:
<td class="thead" width="5%"> </td>
<td class="thead" width="56%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="25%">$vbphrase[last_post]</td>
<td class="thead" width="7%">$vbphrase[threads]</td>
<td class="thead" width="7%">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead" width="0%">$vbphrase[moderator]</td>