vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How to Increase this Space (https://vborg.vbsupport.ru/showthread.php?t=327532)

yousufkanan 09-11-2019 01:21 PM

How to Increase this Space
 
How can i increase this Last post Size?

https://vborg.vbsupport.ru/external/2019/09/1.gif

PinkMilk 09-11-2019 02:35 PM

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>

Replace with:
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>

You can always play around with the ratio of each column just make sure the ratio always equals 100:
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.

yousufkanan 09-14-2019 02:57 AM

Its working But Post Looks short. How can i show more ??

https://vborg.vbsupport.ru/external/2019/09/9.jpg

PinkMilk 09-14-2019 05:14 PM

Quote:

Originally Posted by yousufkanan (Post 2600652)
Its working But Post Looks short. How can i show more ??

vBulletin Options > Forum Listings Display Options > Last Thread Title Maximum Displayed Characters

lange 09-15-2019 11:18 AM

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%">&nbsp;</td>
  </tr>
</table>

This table is valid for forumhome, forumdisplay, etc.


All times are GMT. The time now is 04:18 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01136 seconds
  • Memory Usage 1,724KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete