vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   Help with Two Things (https://vborg.vbsupport.ru/showthread.php?t=49225)

bgtking 02-22-2003 08:44 PM

Help with Two Things
 
I have make a border for my forums and on the forum home, there is an extra category description table.
Page with the problem. It is the gray table above the first category.
Here is the HTML used.
Code:

<div align="center">
  <center>
  <table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="85%" id="AutoNumber1" cellspacing="0" height="100">
    <tr>
      <td width="32" background="images/top_left.jpg">&nbsp;</td>
      <td background="images/top_bar.jpg">&nbsp;</td>
      <td background="images/top.jpg" width="641" height="100">&nbsp;</td>
      <td background="images/top_bar.jpg">&nbsp;</td>
      <td width="33" background="images/top_right.jpg">&nbsp;</td>
    </tr>
  </table>
  </center>
</div>
<div align="center">
  <center>
  <table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="85%" id="AutoNumber2" cellspacing="0" height="18">
    <tr>
      <td width="21" background="images/side_left.jpg" height="18">&nbsp;</td>
      <td bgcolor="#ECECEC" height="18">
      <p align="center">&nbsp;{htmldoctype}
<html>
<head>
        <!-- no cache headers -->
        <meta http-equiv="Pragma" content="no-cache">
        <meta http-equiv="no-cache">
        <meta http-equiv="Expires" content="-1">
        <meta http-equiv="Cache-Control" content="no-cache">
        <!-- end no cache headers -->
        <meta name="keywords" content="vbulletin,forum,bbs,discussion,jelsoft">
        <meta name="description" content="$bbtitle is a discussion forum powered by vBulletin. To visit the forum, go to $bburl/ . To find out about vBulletin, go to http://www.vbulletin.com/ .">
        <title>$bbtitle - powered by vBulletin</title>
        $headinclude
</head>
<body>
$header

<!-- text -->
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr valign="top">
        <td><img src="{imagesfolder}/vb_bullet.gif" border="0" align="middle" alt="$bbtitle : Powered by vBulletin version $templateversion">
        <normalfont><b>$bbtitle</b></normalfont></td>
        <td align="right"><smallfont>$welcometext<br><b>$newposts</b></smallfont></td>
</tr>
</table>

<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
$unregwelcomemessage
<tr valign="bottom">
        <td><smallfont>
        Members: $numbermembers, Threads: $totalthreads, Posts: $totalposts<br>
        Welcome to our newest member, <a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$newuserid">$newusername</a>
        </smallfont></td>
        <td align="right"><smallfont>
        The time now is $timenow.<br>
        You last visited: $bbuserinfo[lastvisitdate].
        </smallfont></td>
</tr>
</table>
<!-- /text -->

<br>

<!-- main -->
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr align="center">
  <td bgcolor="{tableheadbgcolor}"><smallfont>&nbsp;</smallfont></td>
  <td bgcolor="{tableheadbgcolor}" width="80%" align="left"><smallfont color="{tableheadtextcolor}"><b>Forum</b></smallfont></td>
  <td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Posts</b></smallfont></td>
  <td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Threads</b></smallfont></td>
  <td bgcolor="{tableheadbgcolor}" nowrap><smallfont color="{tableheadtextcolor}"><b>Last Post</b></smallfont></td>
  <td bgcolor="{tableheadbgcolor}" width="20%"><smallfont color="{tableheadtextcolor}"><b>Moderator</b></smallfont></td>
</tr>
$forumbits
$loggedinusers
$birthdaybits
$pminfo
</table>
</td></tr></table>
<!-- /main -->

<br>

<!-- timezone/login-->
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr valign="top">
  <td><smallfont>$timezone</smallfont></td>
  <td align="right">$logincode</td>
</tr>
</table>
<!-- /timezone/login -->

<br>

<!-- icons -->
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr>
        <td align="center">
        <img src="{imagesfolder}/on.gif" border="0" alt="On" align="absmiddle">
        <b><smallfont>New posts</smallfont></b>
        &nbsp;&nbsp;
        <img src="{imagesfolder}/off.gif" border="0" alt="Off" align="absmiddle">
        <b><smallfont>No new posts</smallfont></b>
        &nbsp;&nbsp;
        <img src="{imagesfolder}/offlock.gif" border="0" alt="Closed Forum" align="absmiddle">
        <b><smallfont>A closed forum</smallfont></b>
        </td>
</tr>
</table>
<!-- /icons -->

</body></html></td>
      <td width="27" background="images/side_right.jpg" height="18">&nbsp;</td>
    </tr>
  </table>
  </center>
</div>
<div align="center">
  <center>
  <table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="85%" id="AutoNumber3" cellspacing="0">
    <tr>
      <td width="70" background="images/bottom_left.jpg">&nbsp;</td>
      <td background="images/bottom.jpg" height="30">&nbsp;</td>
      <td width="70" background="images/bottom_right.jpg" height="30">&nbsp;</td>
    </tr>
  </table>
  </center>
</div>
<p align="center">
<html>
<body>
$footer</body></html></p>

There is also one other thing on the showthread template. I use my border but there are 4 or 5 gaps on several different spots.
Example
Code Used
Code:

<div align="center">
  <center>
  <table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="85%" id="AutoNumber1" cellspacing="0" height="100">
    <tr>
      <td width="32" background="images/top_left.jpg">&nbsp;</td>
      <td background="images/top_bar.jpg">&nbsp;</td>
      <td background="images/top.jpg" width="641" height="100">&nbsp;</td>
      <td background="images/top_bar.jpg">&nbsp;</td>
      <td width="33" background="images/top_right.jpg">&nbsp;</td>
    </tr>
  </table>
  </center>
</div>
<div align="center">
  <center>
  <table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="85%" id="AutoNumber2" cellspacing="0" height="18">
    <tr>
      <td width="21" background="images/side_left.jpg" height="18">&nbsp;</td>
      <td bgcolor="#ECECEC" height="18">
      <p align="center">&nbsp;{htmldoctype}
<html>
<head><title>$bbtitle - $thread[title]</title>
$headinclude
<script language="javascript" type="text/javascript">
<!--
function aimwindow(aimid) {
        window.open("member.php?s=$session[sessionhash]&action=aimmessage&aim="+aimid,"_blank","toolbar=no,location=no,menubar=no,scrollbars=no,width=175,height=275,resizeable=yes,status=no")


}
// -->
</script>
</head>
<body>
$header

<!-- breadcrumb, nav links -->
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr>
        <td>$navbar</td>
        $ratingdisplay
</tr>
</table>
<!-- /breadcrumb, nav links -->

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

<!-- End content area table (CREATED IN HEADER!!) --> 
        </td>
      <td bgcolor="#ECECEC" width="27" background="images/side_right.jpg">
      &nbsp;</td>
</tr>
</table>

<!-- spacer -->
<!-- /spacer -->

    <p>  <body>

  <table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="85%" id="AutoNumber2" cellspacing="0" height="18">
    <tr>
      <td width="21" background="images/side_left.jpg" height="18">&nbsp;</td>
      <td bgcolor="#ECECEC" height="18" align="center">
      <p align="center">&nbsp;<table bgcolor="{pagebgcolor}" width="{tablewidth}" cellpadding="0" cellspacing="0" border="0">
<tr><td width="10">
  <img width="10" height="1" src="{imagesfolder}/space.gif" alt=""></td><td width="100%">
<!-- /spacer -->

$poll

<!-- first unread and next/prev -->
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr>
        <td><smallfont>$pagenav $firstunread&nbsp;</smallfont></td>
        <td align="right"><smallfont>
        <img src="{imagesfolder}/prev.gif" alt="" border="0">
        <a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextoldest">Last Thread</a>
        &nbsp;
        <a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextnewest">Next Thread</a>
        <img src="{imagesfolder}/next.gif" alt="" border="0">
        </smallfont></td>
</tr>
</table>
<!-- first unread and next/prev -->

<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr>
        <td bgcolor="{tableheadbgcolor}" width="175" nowrap><smallfont color="{tableheadtextcolor}" class="thtcolor"><b>Author</b></smallfont></td>
        <td bgcolor="{tableheadbgcolor}" width="100%">
        <!-- Thread nav and post images -->
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
        <tr>
                <td width="100%"><smallfont color="{tableheadtextcolor}" class="thtcolor"><b>Thread</b></smallfont></td>
                <td>
        <a href="newthread.php?s=$session[sessionhash]&action=newthread&forumid=$forum[forumid]">
        <img src="{newthreadimage}" border="0" alt="Post New Thread"></a></td>
                <td><normalfont>&nbsp;&nbsp;</normalfont></td>
                <td>
        <a href="newreply.php?s=$session[sessionhash]&action=newreply&threadid=$threadid">
        <img src="$replyclose" border="0" alt="Post A Reply"></a></td>
        </tr>
        </table>
        <!-- /Thread nav and post images -->
        </td>
</tr>
</table>
</td></tr></table>

<!-- /spacer -->
</td><td width="5">
    <td width="5">&nbsp;</td></tr></table>
</td>
      <td width="27" background="images/side_right.jpg" height="18" align="center">&nbsp;</td>
    </tr>
  </table>
 
  </body></p>
    <p>$postbits<body></p>

  <table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="85%" id="AutoNumber2" cellspacing="0" height="18">
    <tr>
      <td width="21" background="images/side_left.jpg" height="18">&nbsp;</td>
      <td bgcolor="#ECECEC" height="18" align="center">
      <p align="center">&nbsp;$replybox<table bgcolor="{pagebgcolor}" width="{tablewidth}" cellpadding="0" cellspacing="0" border="0">
<tr><td width="10">
  <img width="10" height="1" src="{imagesfolder}/space.gif" alt=""></td><td width="100%">
<!-- spacer -->

<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr>
        <td bgcolor="{tableheadbgcolor}" width="100%">
        <!-- time zone and post buttons -->
        <table border="0" cellspacing="0" cellpadding="0" bgcolor="{tableheadbgcolor}">
        <tr>
                <td width="100%"><smallfont color="{tableheadtextcolor}"><b>$timezone</b></smallfont></td>
                <td>
        <a href="newthread.php?s=$session[sessionhash]&action=newthread&forumid=$forum[forumid]">
        <img src="{newthreadimage}" border="0" alt="Post New Thread"></a></td>
                <td><normalfont>&nbsp;&nbsp;</normalfont></td>
                <td>
        <a href="newreply.php?s=$session[sessionhash]&action=newreply&threadid=$threadid">
        <img src="$replyclose" border="0" alt="Post A Reply"></a></td>
        </tr>
        </table>
        <!-- /time zone and post buttons -->
        </td>
</tr>
</table>
</td></tr></table>

<!-- first unread and next/prev -->
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr>
        <td><smallfont>$pagenav&nbsp;</smallfont></td>
        <td align="right"><smallfont>
        <img src="{imagesfolder}/prev.gif" alt="" border="0">
        <a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextoldest">Last Thread</a>
        &nbsp;
        <a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextnewest">Next Thread</a>
        <img src="{imagesfolder}/next.gif" alt="" border="0">
        </smallfont></td>
</tr>
</table>
<!-- first unread and next/prev -->

<!-- /spacer -->
</td><td width="10">
  <img width="10" height="1" src="{imagesfolder}/space.gif" alt=""></td></tr></table>
</td>
      <td width="27" background="images/side_right.jpg" height="18" align="center">&nbsp;</td>
    </tr>
  </table>
 
  </body>  <body>

  <table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="85%" id="AutoNumber2" cellspacing="0" height="18">
    <tr>
      <td width="21" background="images/side_left.jpg" height="18">&nbsp;</td>
      <td bgcolor="#ECECEC" height="18" align="center">
      <p align="center">&nbsp;<table cellpadding="10" cellspacing="0" border="0" width="{tablewidth}" bgcolor="{pagebgcolor}" align="center">
<tr>
<html>
<body>
    <td>

<!-- thread options links -->
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra}  align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr>
        <td bgcolor="{firstaltcolor}" align="center"><smallfont>
        <img src="{imagesfolder}/printer.gif" alt="" border="0" align="absmiddle">
        <a href="printthread.php?s=$session[sessionhash]&threadid=$threadid">Show Printable Version</a> |
        <img src="{imagesfolder}/sendtofriend.gif" alt="" border="0" align="absmiddle">
        <a href="sendtofriend.php?s=$session[sessionhash]&threadid=$threadid">Email this Page</a> |
        <img src="{imagesfolder}/subscribe.gif" alt="" border="0" align="absmiddle">
        <a href="member2.php?s=$session[sessionhash]&action=addsubscription&threadid=$threadid">Subscribe to this Thread</a>
        </smallfont></td>
</tr>
</table>
</td></tr></table>
<!-- /thread options links -->
       
<p>
       
<br>

<!-- forum jump and rate thread -->
</p>
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr>
        <td>$forumjump</td>
        <td align="right">$threadrateselect</td>
</tr>
</table>
<!-- /Rate this thread -->

<p>

<br>

<!-- forum rules and admin links -->
</p>
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr valign="bottom">
        <td><smallfont><b>Forum Rules:</b>$forumrules</smallfont></td>
        <td align="right">
        $adminoptions
        </td>
</tr>
</table>
<!-- /forum rules and admin links -->

<p>&nbsp;</body></html></td>
      <td width="27" background="images/side_right.jpg" height="18">&nbsp;</td>
    </tr>
  </table>
  </td>
      <td width="27" background="images/side_right.jpg" height="18" align="center">&nbsp;</td>
    </tr>
  </table>
 
  </body></p>
<!-- /spacer -->

<!-- restart content table from header -->

</body>
</html>
  </center>
</div>
<div align="center">
  <center>
  <table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="85%" id="AutoNumber3" cellspacing="0">
    <tr>
      <td width="70" background="images/bottom_left.jpg">&nbsp;</td>
      <td background="images/bottom.jpg" height="30">&nbsp;</td>
      <td width="70" background="images/bottom_right.jpg" height="30">&nbsp;</td>
    </tr>
  </table>
  </center>
</div>
<p align="center">$footer</p>

Can someone please try to help me out? Thanks.

Dean C 02-23-2003 11:59 AM

Go into your forumhome template and search for Moderator

This will be in between two tags <tr> and </tr>

Delete everything between those <tr> </tr> tags and it will be gone :)

Regards

- miSt

bgtking 02-23-2003 12:53 PM

Thanks. Anyone know about the second problem?

Dean C 02-23-2003 04:06 PM

What second problem?

bgtking 02-23-2003 04:19 PM

Quote:

Originally posted by bgtking
There is also one other thing on the showthread template. I use my border but there are 4 or 5 gaps on several different spots.
Example
Code Used
Code:

<div align="center">
  <center>
  <table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="85%" id="AutoNumber1" cellspacing="0" height="100">
    <tr>
      <td width="32" background="images/top_left.jpg">&nbsp;</td>
      <td background="images/top_bar.jpg">&nbsp;</td>
      <td background="images/top.jpg" width="641" height="100">&nbsp;</td>
      <td background="images/top_bar.jpg">&nbsp;</td>
      <td width="33" background="images/top_right.jpg">&nbsp;</td>
    </tr>
  </table>
  </center>
</div>
<div align="center">
  <center>
  <table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="85%" id="AutoNumber2" cellspacing="0" height="18">
    <tr>
      <td width="21" background="images/side_left.jpg" height="18">&nbsp;</td>
      <td bgcolor="#ECECEC" height="18">
      <p align="center">&nbsp;<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head><title>$bbtitle - $thread[title]</title>
$headinclude
<script language="javascript" type="text/javascript">
<!--
function aimwindow(aimid) {
        window.open("member.php?s=$session[sessionhash]&action=aimmessage&aim="+aimid,"_blank","toolbar=no,location=no,menubar=no,scrollbars=no,width=175,height=275,resizeable=yes,status=no")


}
// -->
</script>
</head>
<body>
$header

<!-- breadcrumb, nav links -->
<table cellpadding="2" cellspacing="0" border="0" width="95%"  align="center">
<tr>
        <td>$navbar</td>
        $ratingdisplay
</tr>
</table>
<!-- /breadcrumb, nav links -->

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

<!-- End content area table (CREATED IN HEADER!!) --> 
        </td>
      <td bgcolor="#ECECEC" width="27" background="images/side_right.jpg">
      &nbsp;</td>
</tr>
</table>

<!-- spacer -->
<!-- /spacer -->

    <p>  <body>

  <table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="85%" id="AutoNumber2" cellspacing="0" height="18">
    <tr>
      <td width="21" background="images/side_left.jpg" height="18">&nbsp;</td>
      <td bgcolor="#ECECEC" height="18" align="center">
      <p align="center">&nbsp;<table bgcolor="#0E3652" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td width="10">
  <img width="10" height="1" src="https://vborg.vbsupport.ru/images/space.gif" alt=""></td><td width="100%">
<!-- /spacer -->

$poll

<!-- first unread and next/prev -->
<table cellpadding="2" cellspacing="0" border="0" width="95%"  align="center">
<tr>
        <td><smallfont>$pagenav $firstunread&nbsp;</smallfont></td>
        <td align="right"><smallfont>
        <img src="https://vborg.vbsupport.ru/images/prev.gif" alt="" border="0">
        <a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextoldest">Last Thread</a>
        &nbsp;
        <a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextnewest">Next Thread</a>
        <img src="https://vborg.vbsupport.ru/images/next.gif" alt="" border="0">
        </smallfont></td>
</tr>
</table>
<!-- first unread and next/prev -->

<table cellpadding="0" cellspacing="0" border="0" bgcolor="#0A293E"  width="95%" align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0"  width="100%">
<tr>
        <td bgcolor="#1D6AA0" width="175" nowrap><smallfont color="#EEEEFF" class="thtcolor"><b>Author</b></smallfont></td>
        <td bgcolor="#1D6AA0" width="100%">
        <!-- Thread nav and post images -->
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
        <tr>
                <td width="100%"><smallfont color="#EEEEFF" class="thtcolor"><b>Thread</b></smallfont></td>
                <td>
        <a href="newthread.php?s=$session[sessionhash]&action=newthread&forumid=$forum[forumid]">
        <img src="https://vborg.vbsupport.ru/images/newthread.gif" border="0" alt="Post New Thread"></a></td>
                <td><normalfont>&nbsp;&nbsp;</normalfont></td>
                <td>
        <a href="newreply.php?s=$session[sessionhash]&action=newreply&threadid=$threadid">
        <img src="$replyclose" border="0" alt="Post A Reply"></a></td>
        </tr>
        </table>
        <!-- /Thread nav and post images -->
        </td>
</tr>
</table>
</td></tr></table>

<!-- /spacer -->
</td><td width="5">
    <td width="5">&nbsp;</td></tr></table>
</td>
      <td width="27" background="images/side_right.jpg" height="18" align="center">&nbsp;</td>
    </tr>
  </table>
 
  </body></p>
    <p>$postbits<body></p>

  <table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="85%" id="AutoNumber2" cellspacing="0" height="18">
    <tr>
      <td width="21" background="images/side_left.jpg" height="18">&nbsp;</td>
      <td bgcolor="#ECECEC" height="18" align="center">
      <p align="center">&nbsp;$replybox<table bgcolor="#0E3652" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td width="10">
  <img width="10" height="1" src="https://vborg.vbsupport.ru/images/space.gif" alt=""></td><td width="100%">
<!-- spacer -->

<table cellpadding="0" cellspacing="0" border="0" bgcolor="#0A293E"  width="95%" align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0"  width="100%">
<tr>
        <td bgcolor="#1D6AA0" width="100%">
        <!-- time zone and post buttons -->
        <table border="0" cellspacing="0" cellpadding="0" bgcolor="#1D6AA0">
        <tr>
                <td width="100%"><smallfont color="#EEEEFF"><b>$timezone</b></smallfont></td>
                <td>
        <a href="newthread.php?s=$session[sessionhash]&action=newthread&forumid=$forum[forumid]">
        <img src="https://vborg.vbsupport.ru/images/newthread.gif" border="0" alt="Post New Thread"></a></td>
                <td><normalfont>&nbsp;&nbsp;</normalfont></td>
                <td>
        <a href="newreply.php?s=$session[sessionhash]&action=newreply&threadid=$threadid">
        <img src="$replyclose" border="0" alt="Post A Reply"></a></td>
        </tr>
        </table>
        <!-- /time zone and post buttons -->
        </td>
</tr>
</table>
</td></tr></table>

<!-- first unread and next/prev -->
<table cellpadding="2" cellspacing="0" border="0" width="95%"  align="center">
<tr>
        <td><smallfont>$pagenav&nbsp;</smallfont></td>
        <td align="right"><smallfont>
        <img src="https://vborg.vbsupport.ru/images/prev.gif" alt="" border="0">
        <a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextoldest">Last Thread</a>
        &nbsp;
        <a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextnewest">Next Thread</a>
        <img src="https://vborg.vbsupport.ru/images/next.gif" alt="" border="0">
        </smallfont></td>
</tr>
</table>
<!-- first unread and next/prev -->

<!-- /spacer -->
</td><td width="10">
  <img width="10" height="1" src="https://vborg.vbsupport.ru/images/space.gif" alt=""></td></tr></table>
</td>
      <td width="27" background="images/side_right.jpg" height="18" align="center">&nbsp;</td>
    </tr>
  </table>
 
  </body>  <body>

  <table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="85%" id="AutoNumber2" cellspacing="0" height="18">
    <tr>
      <td width="21" background="images/side_left.jpg" height="18">&nbsp;</td>
      <td bgcolor="#ECECEC" height="18" align="center">
      <p align="center">&nbsp;<table cellpadding="10" cellspacing="0" border="0" width="100%" bgcolor="#0E3652" align="center">
<tr>
<html>
<body>
    <td>

<!-- thread options links -->
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#0A293E"  align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0"  width="100%">
<tr>
        <td bgcolor="#13486D" align="center"><smallfont>
        <img src="https://vborg.vbsupport.ru/images/printer.gif" alt="" border="0" align="absmiddle">
        <a href="printthread.php?s=$session[sessionhash]&threadid=$threadid">Show Printable Version</a> |
        <img src="https://vborg.vbsupport.ru/images/sendtofriend.gif" alt="" border="0" align="absmiddle">
        <a href="sendtofriend.php?s=$session[sessionhash]&threadid=$threadid">Email this Page</a> |
        <img src="https://vborg.vbsupport.ru/images/subscribe.gif" alt="" border="0" align="absmiddle">
        <a href="member2.php?s=$session[sessionhash]&action=addsubscription&threadid=$threadid">Subscribe to this Thread</a>
        </smallfont></td>
</tr>
</table>
</td></tr></table>
<!-- /thread options links -->
       
<p>
       
<br>

<!-- forum jump and rate thread -->
</p>
<table cellpadding="2" cellspacing="0" border="0" width="95%"  align="center">
<tr>
        <td>$forumjump</td>
        <td align="right">$threadrateselect</td>
</tr>
</table>
<!-- /Rate this thread -->

<p>

<br>

<!-- forum rules and admin links -->
</p>
<table cellpadding="2" cellspacing="0" border="0" width="95%"  align="center">
<tr valign="bottom">
        <td><smallfont><b>Forum Rules:</b>$forumrules</smallfont></td>
        <td align="right">
        $adminoptions
        </td>
</tr>
</table>
<!-- /forum rules and admin links -->

<p>&nbsp;</body></html></td>
      <td width="27" background="images/side_right.jpg" height="18">&nbsp;</td>
    </tr>
  </table>
  </td>
      <td width="27" background="images/side_right.jpg" height="18" align="center">&nbsp;</td>
    </tr>
  </table>
 
  </body></p>
<!-- /spacer -->

<!-- restart content table from header -->

</body>
</html>
  </center>
</div>
<div align="center">
  <center>
  <table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="85%" id="AutoNumber3" cellspacing="0">
    <tr>
      <td width="70" background="images/bottom_left.jpg">&nbsp;</td>
      <td background="images/bottom.jpg" height="30">&nbsp;</td>
      <td width="70" background="images/bottom_right.jpg" height="30">&nbsp;</td>
    </tr>
  </table>
  </center>
</div>
<p align="center">$footer</p>

Can someone please try to help me out? Thanks. [/B]


All times are GMT. The time now is 03:28 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.01292 seconds
  • Memory Usage 1,889KB
  • 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
  • (1)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