vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Threads not nested in design (https://vborg.vbsupport.ru/showthread.php?t=90211)

roxics 12-21-2004 01:44 PM

Threads not nested in design
 
I can't figure out why this is happening.

http://www.scapefilms.com/board/show...&threadid=3312

Notice how the thread is all the way below the design instead of nested in it. However if you look at the index or the forumlist it's nested just fine. It's only when you view a thread that is messes up like this.

I'm wondering if it has to do with my header/footer html or if the problem is somewhere in one of the vb templates itself.

Here is my header footer HTML

Header
PHP Code:

<table border="0" cellpadding="0" cellspacing="0">
<
tr><td width="100%" colspan="2"><div id="topbar"><img src="/mini.gif"></div></td></tr>
  <
tr>
    <
td width="100%" colspan="2"><div class="banner"><img src="/strip.jpg" class="border" border="0"></div></td>
  </
tr>
  <
tr>
    <
td width="15%" valign="top">

<
div id="navright">
<
h4>Current Films</h4>
<
A HREF="http://www.scapefilms.com/board/view.php?s=&pg=scape_fallingapart">Falling.Apart</A>
<
A HREF="http://www.scapefilms.com/board/view.php?s=&pg=scape_mistake">Mistake</A>
<
A HREF="http://www.scapefilms.com/board/view.php?s=&pg=scape_vigario">Vigario</A>

<
p>
<
h4>Finished Films</h4
<
A HREF="http://www.scapefilms.com/board/view.php?s=&pg=scape_wchb">What could...</A>
<
A HREF="http://www.scapefilms.com/board/view.php?s=&pg=scape_osn">One Strange Night</A>
<
A HREF="http://www.scapefilms.com/board/view.php?s=&pg=scape_maintain">Maintain</A>
<
A HREF="http://www.scapefilms.com/board/view.php?s=&pg=scape_w1">Withers Trilogy</A>
<
A HREF="http://www.scapefilms.com/board/view.php?s=&pg=scape_quickguns">Quickguns</A>
<
A HREF="http://www.scapefilms.com/board/view.php?s=&pg=scape_stopmotion">Stop Motion</A>
<
A HREF="http://www.scapefilms.com/mptom.php">MPTOM (old)</A>
<
p>


<
p>
<
h4>Community</h4>
<
A HREF="/board/">Messageboard</A>
<
A HREF="/board/usercp.php?s">My Profile</A>
<
A HREF="/board/search.php?s=">Search</A>
<
A HREF="/board/memberlist.php?s=">Members</A>
<
A HREF="/board/vbstats.php?s=">Stats</A>
<
A HREF="/board/admin>Backstage</A>
<p>



  <br><A HREF="
http://www.scapefilms.com/shop.php"><img src="/shopicon.jpg" border="0"></A> 

  
</div>



</
td>
    <
td width="85%" valign="top">

<
div class="mainmenu">
<
A HREF="http://www.scapefilms.com/board/view.php?s=&pg=scape_index">Home</A>
 : <
A HREF="http://www.scapefilms.com/board/view.php?s=&pg=scape_who">Who is SF?</A>
 : <
A HREF="http://www.scapefilms.com/shop.php">Scape Shop</A>
 : <
A HREF="http://www.scapefilms.com/galleries.php">Galleries</A>
 : <
A HREF="http://www.scapefilms.com/contact.php">Contact</A>
 : <
A HREF="http://www.scapefilms.com/board/view.php?s=&pg=scape_banners">Banners</A>
 : <
A HREF="http://www.scapefilms.com/board/view.php?s=&pg=articles">Film Articles</A>
 : <
A HREF="http://www.scapefilms.com/board/view.php?s=&pg=linksold">Links</A>
: <
A HREF="http://www.scapefilms.com/board/view.php?s=&pg=scape_siteinfo">:SI:</A>

</
div>


<
div class="content">

<
p


Footer
PHP Code:

</div
</
td>
  </
tr>
  <
tr>
    <
td width="100%" colspan="2"><p><center><font face="verdana, arial, san-serif" size="1">All content copyright 1992-2005 Scape Films</font>
<
p>
</
center></td>
  </
tr>
</
table>



<
p align="center"><smallfont>
<!-- Do 
not remove this copyright notice -->
  
Powered byvBulletin Version $templateversion<br>
  
Copyright &copy;20002001Jelsoft Enterprises Limited.<br>
<!-- Do 
not remove this copyright notice -->
$copyrighttext
</smallfont></p


imported_frage 12-21-2004 09:11 PM

your html code is so good as my english ;)
try to use this one
first the header
:-)
Code:

<table border="0" cellpadding="0" cellspacing="0">
<tr><td width="100%" colspan="2"><div id="topbar"><img src="/mini.gif"></div></td></tr>
  <tr>
    <td width="100%" colspan="2"><div class="banner"><img src="/strip.jpg" class="border" border="0"></div></td>
  </tr>
  <tr>
    <td width="15%" valign="top">

<div id="navright">
        <h4>Current Films</h4>
                <a href="http://www.scapefilms.com/board/view.php?s=&amp;pg=scape_fallingapart">Falling.Apart</a>
                <a href="http://www.scapefilms.com/board/view.php?s=&amp;pg=scape_mistake">Mistake</a>
                <a href="http://www.scapefilms.com/board/view.php?s=&amp;pg=scape_vigario">Vigario</a>


        <h4>Finished Films</h4>
                <a href="http://www.scapefilms.com/board/view.php?s=&amp;pg=scape_wchb">What could...</a>
                <a href="http://www.scapefilms.com/board/view.php?s=&amp;pg=scape_osn">One Strange Night</a>
                <a href="http://www.scapefilms.com/board/view.php?s=&amp;pg=scape_maintain">Maintain</a>
                <a href="http://www.scapefilms.com/board/view.php?s=&amp;pg=scape_w1">Withers Trilogy</a>
                <a href="http://www.scapefilms.com/board/view.php?s=&amp;pg=scape_quickguns">Quickguns</a>
                <a href="http://www.scapefilms.com/board/view.php?s=&amp;pg=scape_stopmotion">Stop Motion</a>
                <a href="http://www.scapefilms.com/mptom.php">MPTOM (old)</a>


                <h4>Community</h4>
                <a href="/board/">Messageboard</a>
                <a href="/board/usercp.php?s">My Profile</a>
                <a href="/board/search.php?s=">Search</a>
                <a href="/board/memberlist.php?s=">Members</a>
                <a href="/board/vbstats.php?s=">Stats</a>
                <a href="/board/admin>Backstage"></a>




  <br /><a href="http://www.scapefilms.com/shop.php"><img src="/shopicon.jpg" border="0" alt="" ></a>

 
        </div>



</td>
    <td width="85%" valign="top">

<div class="mainmenu">
<a href="http://www.scapefilms.com/board/view.php?s=&amp;pg=scape_index">Home</a>
: <a href="http://www.scapefilms.com/board/view.php?s=&amp;pg=scape_who">Who is SF?</a>
: <a href="http://www.scapefilms.com/shop.php">Scape Shop</a>
: <a href="http://www.scapefilms.com/galleries.php">Galleries</a>
: <a href="http://www.scapefilms.com/contact.php">Contact</a>
: <a href="http://www.scapefilms.com/board/view.php?s=&amp;pg=scape_banners">Banners</a>
: <a href="http://www.scapefilms.com/board/view.php?s=&amp;pg=articles">Film Articles</a>
: <a href="http://www.scapefilms.com/board/view.php?s=&amp;pg=linksold">Links</a>
: <a href="http://www.scapefilms.com/board/view.php?s=&amp;pg=scape_siteinfo">:SI:</a>

</div>


<div class="content">

after div class content you have a p tag but next to this there is a table tag and this is very incorrect
also h1,h2,h3.... never after an open p tag
and one of your links have missed a "
also your & not correkt use always &amp;

your footer
Code:

</div></td> </tr>
  <tr>  <td width="100%" colspan="2"><div class="smallfont" align="center">All content copyright 1992-2005 Scape Films</div>
</td></tr><tr>  <td width="100%" colspan="2"><div align="center" class="smallfont">
<!-- Do not remove this copyright notice -->
  Powered by: vBulletin Version $templateversion<br>
  Copyright &copy;2000, 2001, Jelsoft Enterprises Limited.<br>
<!-- Do not remove this copyright notice -->
$copyrighttext</div> </td></tr></table>

I hope this is Ok because I dont know what html version uses your board
`
frage

roxics 12-22-2004 03:58 AM

Thank you very much. I'm a bit of a hack at HTML. But I'm always learning how to use it better.

I guess the HTML in the header and footer was not the problem though. I still have the same issue with the thread breaking out of the design.

roxics 12-22-2004 04:11 AM

As for your English

Quote:

Originally Posted by frage
your html code is so good as my english ;)
try to use this one
first the header
:-)

Your html code is as good as my english
try to use this one
first the header

Quote:

Originally Posted by frage
after div class content you have a p tag but next to this there is a table tag and this is very incorrect
also h1,h2,h3.... never after an open p tag
and one of your links have missed a "
also your & not correkt use always &amp;

your footer


I hope this is Ok because I dont know what html version uses your board
`
frage

after div class content you have a p tag but next to this there is a table tag and this is very incorrect
also h1,h2,h3.... never after an open p tag
and one of your links have a missing "
also your use of & is not correct always use an &amp;

your footer


I hope this is Ok because I dont know what html version your board uses

Your english is better then my Deutsch though
:)

imported_frage 12-23-2004 09:03 AM

thanks abomb!

please post a picture of your prob


<img src="images/vb_bullet.gif" border="0" align="middle" alt="Scape Films : Powered by vBulletin version 2.2.6">
this tag is open

Code:

<div class="content">

<!-- breadcrumb, nav links -->
<table cellpadding="2" cellspacing="0" border="0" width="96%"  align="center">
<tr>
        <td><img src="images/vb_bullet.gif" border="0" align="middle" alt="Scape Films : Powered by vBulletin version 2.2.6">
<font face="verdana, arial, helvetica" size="2" ><b><a href="index.php?">Scape Films</a> &gt; <a href="forumdisplay.php?forumid=29">General</a> &gt; <a href="forumdisplay.php?forumid=34">Our Films and News</a> &gt; amber's death 2</b></font></td>

       
</tr>
</table>
<!-- /breadcrumb, nav links -->

<a name="posttop"></a>

<!-- End content area table (CREATED IN HEADER!!) -->

after <!-- /breadcrumb, nav links -->
close the div tag ---> /div
++++++++++++++++++++++++++++++
part</a> - latest film </font></p></p>
delete the last </p>
++++++++++++++++++++++++++
all img tags should have an alt=" ich freue mich ?ber Deine Korrektur"
++++++++++++++++
apersands:
as an example
<img src="avatar.php?userid=1&dateline=1101177450" border="0" alt=""> the red code is false


<img src="avatar.php?userid=1&amp;dateline=1101177450" border="0" alt="">--here is the red code correct

the same:
e1&amp;postid=19597">Report this post to a moderator<
or
&amp;action=newreply&amp;postid=19596"><i
or
5e1&amp;action=getip&amp;postid=19597">Logged</a></font
or
e1&amp;action=addlist&amp;userlist=buddy&amp;userid

+++++++++++++++++++++++
align="absbottom"
"roxics is offline" align="absmiddle">
align must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"
++++++++++++++++++++++++++


know I would like to eat something


with kind regards

frage


All times are GMT. The time now is 03:42 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.01303 seconds
  • Memory Usage 1,803KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_php_printable
  • (2)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