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>
|
I have tried this, but they are still all squashed to the right. The only one that I couldn't do is:
forumhome_seperate_forumcats I don't have one of those unser my FORUMHOME or anywhere else that I can see.
Can you help me on this please?
Quote:
Originally Posted by Collectors
Solved. I deleted my Thread Prefixes for that subforum, now the columns are all the same.
|
Would you or some else be kind enough as to explain what you mean / have done in Layman's terms please? I am new to this.
Many Thanks.