vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Trouble with getting postbit to fit (https://vborg.vbsupport.ru/showthread.php?t=181020)

petertdavis 05-30-2008 01:41 PM

Trouble with getting postbit to fit
 
I am working on getting a forum style setup. It fits like I want on the forum index, the forum pages, etc, but when I look in a thread it doesn't fit.

example 1 - fits fine
http://www.bonnevilleforum.com/index.php

example 2 - fits fine
http://www.bonnevilleforum.com/forumdisplay.php?f=93

example 3 - doesn't fit
http://www.bonnevilleforum.com/showthread.php?t=276550

Now, I don't see anything in that thread that would cause the content to not fit within the margins. In fact, it does that in every thread, no matter what's the content of the thread.

Does anyone have suggestions on where I should look for a setting to make the threads fit?

Thanks,

Lynne 05-30-2008 01:48 PM

Take a look at the source code on the showthread page. The part in red indents all the postbits by 15px on both sides:

Code:

    <!-- open content container -->

<div align="center">
    <div class="page" style="width:1000px; text-align:left">
        <div style="padding:0px 15px 0px 15px">

    <div id="edit1346621" style="padding:0px 0px 6px 0px">
    <!-- this is not the last post shown on the page -->


petertdavis 05-30-2008 03:00 PM

Quote:

Originally Posted by Lynne (Post 1536282)
Take a look at the source code on the showthread page. The part in red indents all the postbits by 15px on both sides:

Code:

    <!-- open content container -->

<div align="center">
    <div class="page" style="width:1000px; text-align:left">
        <div style="padding:0px 15px 0px 15px">

    <div id="edit1346621" style="padding:0px 0px 6px 0px">
    <!-- this is not the last post shown on the page -->




Thanks for the reply. That is the settings on all pages, not just the showthread pages.

Lynne 05-30-2008 05:01 PM

Sure, but that line shows up only once, at the beginning, in the page that works, and several times, at the beginning *and* before each postbit, on the page that doesn't.


All times are GMT. The time now is 03:27 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.01936 seconds
  • Memory Usage 1,718KB
  • 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)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