I wanted to run my forum at 80% of the original size. Before this i had added spaces between my forums.
At 100% size the forums display properly but at 80% i have the problem that the thread name is stretching the table of whichever forum it is posted in. I found the hack to restrict the thread title but i would rather not do this.
Is there a way for me fix this problem?
forumhome_forumbit_level1_nopost: settings
Thanks for any advice
At 100% size the forums display properly but at 80% i have the problem that the thread name is stretching the table of whichever forum it is posted in. I found the hack to restrict the thread title but i would rather not do this.
Is there a way for me fix this problem?
forumhome_forumbit_level1_nopost: settings
<td class="thead"width="5%"> </td>
<td class="thead" width="60%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="25%">$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="0%">$vbphrase[moderator]</td>
</if>
</tr>
<td class="thead" width="60%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="25%">$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="0%">$vbphrase[moderator]</td>
</if>
</tr>

Comment