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)
-   -   Vbulletin Design Flaw (https://vborg.vbsupport.ru/showthread.php?t=154606)

wickland 08-08-2007 02:58 AM

Vbulletin Design Flaw
 
I was trying all day to get some certain things to work on my design and realized that the code changes as you log in and log out.

My tables get completely screwed up because when you log in, vbulletin throws in another table statement that it doesn't need to do.

Here is the partial code when I am logged out:
Code:

<table cellspacing="0" cellpadding="0" border="0" width="760">
<tr><td valign="top">

<!-- open content container -->

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

Here is the partial code that screws up my design when I log in:
Code:

<table cellspacing="0" cellpadding="0" border="0" width="760">
<tr><td valign="top">

<table width="760" border="0" cellpadding="0" cellspacing="0" align="center"><tr><td valign="top"><!-- open content container -->

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

That statement in bold shouldn't be in there when I log in, it should either be there all the time or none of the time, not at different times because my design will end up changing during logins and logouts.

Can someone tell me how to fix this problem? (what template to edit, etc) It has been a very frustrating day trying to even figure that problem out on top of the Mozilla and IE compatibility problems along with it.

Thanks
Best Regards

Opserty 08-08-2007 10:35 AM

There are hundreds of tables in vBulletin it would be helpful if you told us where it was :p (PHP page and where abouts)

wickland 08-08-2007 05:03 PM

This table is right where the header template ends and goes into the forum. In the style manager - header template, I see these two variables at the end:

$spacer_open
$_phpinclude_output

This is where the problem is originating and the new table forms when I log in.

I need something done quick because I can't move forward with my designing until this issue is cleared up.

Nevermind, found the source of the bug - Vb Ad Mangement
Disabled and problem went away. - notifying the manager of this software :D

StrifeX 08-10-2007 11:00 AM

Is it just me or was an almost exact copy of this thread made :confused:


All times are GMT. The time now is 07:06 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.01027 seconds
  • Memory Usage 1,715KB
  • 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