View Full Version : Forum Home Width
tiedyetoga
05-07-2004, 11:51 PM
How can you change the width of the each one of the colums on the forumhome.
Example:
last post would more to the right and such.
Tony G
05-08-2004, 12:24 AM
Find in forumhome:
<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>
You can add width to the other <td> tags for the other columns, otherwise they will all just work themselves around the width you set for last post column. You may also need to edit the amount of characters showing of the last post thread if you make your last post column much smaller. Hope this helps.
pikapin
06-16-2005, 07:23 PM
How do you increase the amount of characters showing in the last post column ???
Thanks
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.