vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Column width on forumhome (https://vborg.vbsupport.ru/showthread.php?t=160387)

Davey-UK 10-16-2007 06:06 PM

Column width on forumhome
 
I am struggling to find the template or value to change the column width of the "last post" on the forum home page. Mine seem to be different widths, depending on the number of letters in the last post.

Take a look at the screenshot.

http://www.contrastweb.co.uk/stuff/capt.jpg

Thankyou

Davey-UK 10-18-2007 04:20 PM

Anyone?
Surely someone can workthis one out for me??:(

Freesteyelz 10-19-2007 03:59 AM

In the "FORUMHOME" group templates you'll find these two templates:

forumhome_forumbit_level2_post
forumhome_forumbit_level1_post

Where you see:

Code:

<td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td>
Add the width:

Code:

<td class="alt2" width="200px" nowrap="nowrap">$forum[lastpostinfo]</td>
Change "200px" to whatever you want.

I find that <div> tags within the <td> tags with width settings are more accurate. For an edit such as this, however, I think the above code will work fine.

FaNtAzY 01-09-2008 08:39 AM

*usedsearchfunction* ;)

i tried to do it like you wrote it down but it doesen't chance anything after the template modification (adding the width)...

... what is the problem? i am searching the value to chance the width of the "letzter beitrag" / "last post" column also but i couldn't find where i can chance it yet...

... please help me i'm a rookie in editing templates in vBulletin ^^


All times are GMT. The time now is 07:19 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.00959 seconds
  • Memory Usage 1,713KB
  • 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
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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