View Full Version : Need help: Problems with table size on forumhome
mechanist
10-29-2008, 12:45 PM
I installed an new skin but it does have problems with the tables on forumhome. The table size of the forum description ist different.
I added a graphic so you can see what I mean.
Where can I adjust the table size of the forum description so they all look the same ?
The 2nd graphic does show the way it should be (standard style)
Lynne
10-29-2008, 01:57 PM
You can't make it always be exactly the same since your new style has separated the forums into separate tables. You can try to make them close by setting the width, but that is all. You should ask for help with your style in the style thread/forum.
Seven Skins
10-29-2008, 02:08 PM
Find and edit in templates:
- FORUMDISPLAY
- forumhome_forumbit_level1_nopost
Find:
<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>
<tr align="center">
<td class="thead"> </td>
<td class="thead" width="50%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="35%">$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="5%">$vbphrase[moderator]</td>
</if>
</tr>
.
mechanist
10-29-2008, 02:19 PM
WOW !
Thank you very much !!! :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.