The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Columns not aligned
How do I make my forums columns align with each other. Particularly the "Last Post" column.
|
#2
|
|||
|
|||
Quote:
The problem is when you seperate the forum categories by way of a gap. Will post here when i find it :up: Heres my fix, i knew it was somewhere Works fine with latest version, I'm using 3.7.4. had problems with wonky forums and nothing lining up, Played around with all these template edits, got no where, The answer was staring me right in the face Goto AdminCP> vbulletin options> Forum Listings Display Options> scroll down> find> Last Thread Title Maximum Displayed Characters > set to 20 and save... Now works a treat, thought i'd share it here Let me know how you got on, There are other methods and template edits |
#3
|
|||
|
|||
Didn't work. It shrunk the columns width, but didn't align it back up.
|
#4
|
||||
|
||||
Find in forumhome/forumdispaly/forumhome_forumbit_level1_nopost .. depending on style:
HTML 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> HTML Code:
<tr align="center"> <td class="thead"> </td> <td class="thead" width="60%" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead" width="20%">$vbphrase[last_post]</td> <td class="thead" width="10%">$vbphrase[threads]</td> <td class="thead" width="10%">$vbphrase[posts]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="thead">$vbphrase[moderator]</td> </if> </tr> Adjust the width according to your need, make sure the width add upto 100% . |
#5
|
||||
|
||||
Thanks so much for this fix. I hadn't even noticed they were off so much till I found this thread.
I will make the fix as once you notice it, it really does get annoying. Actually, my code was already like that. I did change the character count though and is a bit better. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|