Quote:
The 'Last Post' column can be smaller than normal if the thread titles of the category forums are all small (you can only fix this with a template edit). Have a look at the attached screenshot to see this limitation.
|
I have this problem, how can I fix this?
Quote:
Originally Posted by KURTZ
In these templates:
- - FORUMDISPLAY
- - FORUMHOME
- - forumhome_seperate_forumcats
search:
PHP Code:
<tr align="center">
<td class="thead"> </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>
replace
PHP Code:
<tr align="center">
<td class="thead" width="5%"> </td>
<td class="thead" width="55%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="20%">$vbphrase[last_post]</td>
<td class="thead" width="5%">$vbphrase[threads]</td>
<td class="thead" width="5%">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead" width="10%">$vbphrase[moderator]</td>
</if>
</tr>
|
After installing this mod and editing the templates I still have this problem. It's a standard style.