vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Problem with post layout (https://vborg.vbsupport.ru/showthread.php?t=244725)

A|3 06-16-2010 12:55 PM

Problem with post layout
 
Hi,
i've got a little problem with vb and i don't know how to fix it.

The text of almost every post i insert into my forum fills about half the width of the space it could fill...

you can see it at this link: my post link

i don't know why nor how to fix it..

i just updated my vb from version 3.6 to 4.03
i tried to look into css styles but i found the new stylevar panel very difficult to search for a particular class

can someone help me?

p.s.
sorry for my english (if bad), i'm italian

Lynne 06-16-2010 01:30 PM

This is a bug in 4.0.3PL1. You may do a temporary fix by opening the postbit_legacy and/or postbit template and finding this line:
<div class="content<vb:if condition="$show['first_ad'] OR $show['last_ad']"> hasad</vb:if>">

Replace with this line:
<div class="content">

ChopSuey 06-16-2010 01:31 PM

Your skin is super narrow! :p

Quote:

Originally Posted by GriZzm0 (Post 1984564)
postbit_legacy has the user info to the left of the actual post while postbit has the userinfo about the post itself. And btw, removing the space is not the correct solution as you create an invalid class called "contenthasad".
Change <div class="content<vb:if condition="$show['first_ad'] OR $show['last_ad']"> hasad</vb:if>">
Into <div class="content<!--<vb:if condition="$show['first_ad'] OR $show['last_ad']"> hasad</vb:if>-->">

From vB.com :)

A|3 06-16-2010 02:29 PM

thanks, that's exactly what i needed :)

@ chopsuey
it's 850px .. the maximum to fit my wii browser :)


All times are GMT. The time now is 02:39 AM.

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.00991 seconds
  • Memory Usage 1,714KB
  • 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
  • (1)bbcode_quote_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