The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Basically I want all my columns to align properly, but for some reason they are all different sizes.
http://img44.imageshack.us/img44/9307/columns.jpg Can someone tell me how to fix this? |
|
#2
|
||||
|
||||
|
Open forumhome_forumbit_level1_nopost template
you should assign width specifications to last post, threads etc.. Code:
<tr align="center">
<td class="thead" width="4%"> </td>
<td class="thead" width="50%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="25%" align="$stylevar[left]">$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>
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|