The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Need help: Problems with table size on forumhome
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) |
#2
|
||||
|
||||
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.
|
#3
|
||||
|
||||
Find and edit in templates:
- FORUMDISPLAY - forumhome_forumbit_level1_nopost Find: HTML 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> HTML Code:
<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> . |
#4
|
|||
|
|||
WOW !
Thank you very much !!! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|