The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I have just paid someone to do me a simple design for my forum its been installed onto the forum but there is a issue with the cell alignments
what can i do/edit to correct this problem? |
|
#2
|
||||
|
||||
|
You need to check your templates usually in default vb its in forumhome but since urs is customized check the template forumhome_forumbit_level1_nopost
Code:
<tr align="center">
<td class="thead"> </td>
<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead">$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>
like width="200px" for latest thread cell and so on. |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|