Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Member Archives
Help with Two Things Details »»
Help with Two Things
Version: , by bgtking bgtking is offline
Developer Last Online: Jul 2015 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 02-22-2003 Last Update: Never Installs: 0
 
No support by the author.

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.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 02-23-2003, 11:59 AM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #3  
Old 02-23-2003, 12:53 PM
bgtking's Avatar
bgtking bgtking is offline
 
Join Date: Sep 2002
Location: Florida
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks. Anyone know about the second problem?
Reply With Quote
  #4  
Old 02-23-2003, 04:06 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What second problem?
Reply With Quote
  #5  
Old 02-23-2003, 04:19 PM
bgtking's Avatar
bgtking bgtking is offline
 
Join Date: Sep 2002
Location: Florida
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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]
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:04 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03995 seconds
  • Memory Usage 2,335KB
  • Queries Executed 20 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (5)post_thanks_box
  • (5)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (5)post_thanks_postbit_info
  • (4)postbit
  • (5)postbit_onlinestatus
  • (5)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete