The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to Increase this Space
How can i increase this Last post Size?
|
#2
|
|||
|
|||
FORUMHOME template find:
Code:
<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> Code:
<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> 60 + 20 + 10 + 10 = 100 For those using the moderater column this should also be included in the ratio 100 split over 5 columns rather than just 4 as above. Code:
<td class="thead" width="50%" 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" width="10%">$vbphrase[moderator]</td> </if> This can and probably should be done in the FORUMDISPLAY template to. |
Благодарность от: | ||
yellow_spider |
#3
|
|||
|
|||
Its working But Post Looks short. How can i show more ??
|
#4
|
|||
|
|||
vBulletin Options > Forum Listings Display Options > Last Thread Title Maximum Displayed Characters
|
#5
|
||||
|
||||
And if you want to display all your content in two columns, you put all your code in a table like this one:
Code:
<table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="75%">your code</td> <td width="25%"> </td> </tr> </table> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|