The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to adjust field widths
On the forum home page and forum display page, how can I make the first column (Forum) narrower and the 2nd column (Last Post) wider (see screen shot)? Thanks.
|
#2
|
|||
|
|||
in FORUMHOME and FORUMDISPLAY templates find:
Code:
<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead">$vbphrase[last_post]</td> Code:
<td class="thead" width="65%" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead" width="35%">$vbphrase[last_post]</td> Regards |
#3
|
|||
|
|||
Thanks, that's a little better, but the last post title is still truncated with ... at the same length, leaving only more whitespace after it.
|
#4
|
||||
|
||||
That is from a setting, it has nothing to do with the width of the box (well, mostly...) - vboptions > forum listings display options > Last Thread Title Maximum Displayed Characters
|
#5
|
|||
|
|||
Excellent, thank you both.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|