View Full Version : Anyway to set width of 'Forum, Last Post, Threads, Posts' columns?
dpatel304
06-06-2007, 08:35 PM
For some reason, those columns are not aligned on my forums. Anyway to make them all a set length?
Thanks.
Dismounted
06-07-2007, 07:43 AM
forumhome_nopost_level1 or something along those lines.
dpatel304
06-08-2007, 09:31 PM
Thanks for the response, but I am not sure where I would find this. A little help would be appreciated. Thank you.
Dismounted
06-09-2007, 04:00 AM
It's a template, and it's a Forum Home template.
markbolyard
06-09-2007, 04:30 AM
In your FORUMHOME template, look for the following 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>
you can change the existing "width" tags to suit your needs, and / or add additional width tags to $vbphrase[threads] and $vbphrase[posts], right after "thead" like the previous lines.
If you have a custom style, this code might be located in your forumhome_forumbit_level1_nopost template.
dpatel304
06-09-2007, 09:20 PM
thanks a bunch.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.