PDA

View Full Version : Forum Border Problem.


Majestic3d
08-20-2002, 01:58 PM
I have used the forum boarder template mod that was posted here at VBT. I cannot get it work on my forums.

mashby
08-20-2002, 05:26 PM
Can you post a screenshot of what's wrong?

Majestic3d
08-20-2002, 06:44 PM
I dont need to post a SS m8, the border does not show up at all even though i have followed steps in the txt file. Take a look at my forums m8.

turdboy
08-20-2002, 06:50 PM
Post your Header script and insert Header. Maybe you messed something small and we can help you find it.

Majestic3d
08-20-2002, 08:39 PM
OK guys, thankyou for the replys, here is my header insert:
<meta http-equiv="MSThemeCompatible" content="Yes">
<style type="text/css">
BODY {
SCROLLBAR-BASE-COLOR: "#90B9F1" background="images/cat_bg.gif";
SCROLLBAR-ARROW-COLOR: #FFFFFF;
}
SELECT {
FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
FONT-SIZE: 11px;
COLOR: #000000;
BACKGROUND-COLOR: #CFCFCF
}
TEXTAREA, .bginput {
FONT-SIZE: 12px;
FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
COLOR: #000000;
BACKGROUND-COLOR: #CFCFCF
}
A:link, A:visited, A:active {
COLOR: #4274B6;
}
A:hover {
COLOR: #FF7200;
}
#cat A:link, #cat A:visited, #cat A:active {
COLOR: #FFFFFF;
TEXT-DECORATION: none;
}
#cat A:hover {
COLOR: #FFFFFF;
TEXT-DECORATION: underline;
}
#ltlink A:link, #ltlink A:visited, #ltlink A:active {
COLOR: #4274B6;
TEXT-DECORATION: none;
}
#ltlink A:hover {
COLOR: #FF7200;
TEXT-DECORATION: underline;

}
.thtcolor {
COLOR: #000000;
}
.bordert {
BORDER: 1px solid #001525;
}
</style>
<script src="fade.js" language="Javascript"></script>
<STYLE>
}
a:hover {
color: #FF6600;
text-decoration: none;
}
a:visited {
color: #CCCCCC;
text-decoration: none;
}
a:link {
color: #CCCCCC;
text-decoration: none;
}
a:active {
color: #CCCCCC;
text-decoration: none;
}
</STYLE>

$headnewpm[/CODE]

And My header:
[CODE]<!-- logo and buttons -->
<center>
<table bgcolor=""#FFFFFF" background="images/mainbg.gif"" class="bordert" border="0" width="750" cellpadding="0" cellspacing="0">
<tr><td>
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" align="center"><a href="index.php?s=$session[sessionhash]"><img src="http://www.raven-shield.info/forums/images/forum_logo.gif" border="0" alt="$bbtitle"></a></td>
</tr>
<td width="20"><img width="10" height="3" border="0" src="https://vborg.vbsupport.ru/images/space.gif" alt=""></td>
<tr>
<td valign="bottom" align="center">
<!-- toplinks -->
<a href="index.php?s=$session[sessionhash]"><img src="images/top_home.gif" alt="Home" border="0"></a>
<a href="usercp.php?s=$session[sessionhash]"><img src="images/top_profile.gif" alt="Here you can view your subscribed threads, work with private messages and edit your profile and preferences" border="0"></a>
<a href="register.php?s=$session[sessionhash]&action=signup"><img src="images/top_register.gif" alt="Registration is free!" border="0"></a>
<a href="calendar.php?s=$session[sessionhash]"><img src="images/top_calendar.gif" alt="Calendar" border="0"></a>
<a href="memberlist.php?s=$session[sessionhash]"><img src="images/top_members.gif" alt="Find other members" border="0"></a>
<a href="misc.php?s=$session[sessionhash]&action=faq"><img src="images/top_faq.gif" alt="Frequently Asked Questions" border="0"></a>
<a href="$bburl/tetris.php?action=leaderboard"><img src="images/top_scores.gif" alt="Veiw tetris leaderboard" border="0"></a>
<a href="search.php?s=$session[sessionhash]"><img src="images/top_search.gif" alt="Search" border="0"></a>
<a href="newstatistik.php?s=$session[sessionhash]"><img src="images/top_stats.gif" alt="Boards stats" border="0"></a>
<a href="$bburl/tetris.php?action=play&s=$session[sessionhash]"><img src="images/top_tetris.gif" alt="Play tetris now" border="0"></a>
<!-- <a href="member.php?s=$session[sessionhash]&action=logout"><img src="images/top_logout.gif" alt="Logout" border="0"></a> -->
&nbsp;
<!-- /toplinks -->
</td>
</tr>
</table>
<!-- /logo and buttons -->

<!-- content table -->
<table bgcolor=""#FFFFFF" background="images/mainbg.gif"" width="750" cellpadding="10" cellspacing="0" border="0">
<tr>
<td>
<!-- kaotixVIBEinc -->
<script>
<!--
function jumpPage(newLoc) {
newPage = newLoc.options[newLoc.selectedIndex].value
if (newPage != "") { window.location.href = newPage }
}
// -->
</script>
<!-- /kaotixVIBEinc -->

EDIT Moderator: it's best to include large chunks of code as a .txt file so as not to destroy the layout of the forums.

turdboy
08-20-2002, 08:46 PM
<!-- logo and buttons -->
<center>
<table bgcolor=""#FFFFFF" background="images/mainbg.gif"" class="bordert" border="0" width="750" cellpadding="0" cellspacing="0">
<tr><td>
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" align="center"><a href="index.php?s=$session[sessionhash]"><img src="http://www.raven-shield.info/forums/images/forum_logo.gif" border="0" alt="$bbtitle"></a></td>
</tr>
<td width="20"><img width="10" height="3" border="0" src="https://vborg.vbsupport.ru/images/space.gif" alt=""></td>
<tr>
<td valign="bottom" align="center">
<!-- toplinks -->
<a href="index.php?s=$session[sessionhash]"><img src="images/top_home.gif" alt="Home" border="0"></a>
<a href="usercp.php?s=$session[sessionhash]"><img src="images/top_profile.gif" alt="Here you can view your subscribed threads, work with private messages and edit your profile and preferences" border="0"></a>
<a href="register.php?s=$session[sessionhash]&action=signup"><img src="images/top_register.gif" alt="Registration is free!" border="0"></a>
<a href="calendar.php?s=$session[sessionhash]"><img src="images/top_calendar.gif" alt="Calendar" border="0"></a>
<a href="memberlist.php?s=$session[sessionhash]"><img src="images/top_members.gif" alt="Find other members" border="0"></a>
<a href="misc.php?s=$session[sessionhash]&action=faq"><img src="images/top_faq.gif" alt="Frequently Asked Questions" border="0"></a>
<a href="$bburl/tetris.php?action=leaderboard"><img src="images/top_scores.gif" alt="Veiw tetris leaderboard" border="0"></a>
<a href="search.php?s=$session[sessionhash]"><img src="images/top_search.gif" alt="Search" border="0"></a>
<a href="newstatistik.php?s=$session[sessionhash]"><img src="images/top_stats.gif" alt="Boards stats" border="0"></a>
<a href="$bburl/tetris.php?action=play&s=$session[sessionhash]"><img src="images/top_tetris.gif" alt="Play tetris now" border="0"></a>
<!-- <a href="member.php?s=$session[sessionhash]&action=logout"><img src="images/top_logout.gif" alt="Logout" border="0"></a> -->
&nbsp;
<!-- /toplinks -->
</td>
</tr>
</table>
<!-- /logo and buttons -->

<!-- content table -->
<table bgcolor=""#FFFFFF" background="images/mainbg.gif"" width="750" cellpadding="10" cellspacing="0" border="0">
<tr>
<td>
<!-- kaotixVIBEinc -->
<script>
<!--
function jumpPage(newLoc) {
newPage = newLoc.options[newLoc.selectedIndex].value
if (newPage != "") { window.location.href = newPage }
}
// -->
</script>
<!-- /kaotixVIBEinc -->[/CODE]

Everything looks good but maybe try putting the <table bgcolor=""#FFFFFF" background="images/mainbg.gif"" class="bordert" border="0" width="750" cellpadding="0" cellspacing="0">
<tr><td> right after the <center> tag instead of one line below so it should look this

[CODE]<!-- logo and buttons -->
<center><table bgcolor=""#FFFFFF" background="images/mainbg.gif"" class="bordert" border="0" width="750" cellpadding="0" cellspacing="0">
<tr><td>
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" align="center"><a href="index.php?s=$session[sessionhash]"><img src="http://www.raven-shield.info/forums/images/forum_logo.gif" border="0" alt="$bbtitle"></a></td>
</tr>
<td width="20"><img width="10" height="3" border="0" src="https://vborg.vbsupport.ru/images/space.gif" alt=""></td>
<tr>
<td valign="bottom" align="center">
<!-- toplinks -->
<a href="index.php?s=$session[sessionhash]"><img src="images/top_home.gif" alt="Home" border="0"></a>
<a href="usercp.php?s=$session[sessionhash]"><img src="images/top_profile.gif" alt="Here you can view your subscribed threads, work with private messages and edit your profile and preferences" border="0"></a>
<a href="register.php?s=$session[sessionhash]&action=signup"><img src="images/top_register.gif" alt="Registration is free!" border="0"></a>
<a href="calendar.php?s=$session[sessionhash]"><img src="images/top_calendar.gif" alt="Calendar" border="0"></a>
<a href="memberlist.php?s=$session[sessionhash]"><img src="images/top_members.gif" alt="Find other members" border="0"></a>
<a href="misc.php?s=$session[sessionhash]&action=faq"><img src="images/top_faq.gif" alt="Frequently Asked Questions" border="0"></a>
<a href="$bburl/tetris.php?action=leaderboard"><img src="images/top_scores.gif" alt="Veiw tetris leaderboard" border="0"></a>
<a href="search.php?s=$session[sessionhash]"><img src="images/top_search.gif" alt="Search" border="0"></a>
<a href="newstatistik.php?s=$session[sessionhash]"><img src="images/top_stats.gif" alt="Boards stats" border="0"></a>
<a href="$bburl/tetris.php?action=play&s=$session[sessionhash]"><img src="images/top_tetris.gif" alt="Play tetris now" border="0"></a>
<!-- <a href="member.php?s=$session[sessionhash]&action=logout"><img src="images/top_logout.gif" alt="Logout" border="0"></a> -->
&nbsp;
<!-- /toplinks -->
</td>
</tr>
</table>
<!-- /logo and buttons -->

<!-- content table -->
<table bgcolor=""#FFFFFF" background="images/mainbg.gif"" width="750" cellpadding="10" cellspacing="0" border="0">
<tr>
<td>
<!-- kaotixVIBEinc -->
<script>
<!--
function jumpPage(newLoc) {
newPage = newLoc.options[newLoc.selectedIndex].value
if (newPage != "") { window.location.href = newPage }
}
// -->
</script>
<!-- /kaotixVIBEinc -->

Could you also post your footer maybe you put the </td></tr>
</table> in a different place rather then at the very bottom. Could you also post a link to your forum.

Majestic3d
08-20-2002, 09:12 PM
<a href="http://forums.raven-shield.info" target="_blank">http://forums.raven-shield.info</a>

Footer:
</td>
</tr>
</table>
<!-- /content area table -->
</center>

<p align="center">
<normalfont><b>&lt; <a href="$contactuslink">Contact Us</a> - <a href="$homeurl">$hometitle</a>
<!-- - <a href="$privacyurl">Privacy Statement</a> --> &gt;</b></normalfont>
</p>

<p align="center"><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
</smallfont></p>
</td></tr>
</table>

turdboy
08-20-2002, 10:18 PM
Hmm I dont know if it is a hack or what but you were missing some stuff in your header insert. Here's what it should look like overall.

<meta http-equiv="MSThemeCompatible" content="Yes">
<style type="text/css">
.pagenumstatic {
color: #000000;
background-color: {secondaltcolor};
border-color: #000000;
border-style: solid;
border-width: 1px;
margin: 0px;
padding: 0px;
padding-left: 4px;
padding-right: 4px;
padding-top: 1px;
padding-bottom: 1px;
width: 1em;
text-decoration: none;
}
.pagenum A:link, .pagenum A:visited, .pagenum A:active {
color: #000088;
background-color: {categorybackcolor};
border-color: #000000;
border-style: solid;
border-width: 1px;
margin: 0px;
padding: 0px;
padding-left: 4px;
padding-right: 4px;
padding-top: 1px;
padding-bottom: 1px;
width: 1em;
text-decoration: none;
}
.pagenum A:hover {
color: #000000;
background-color: {secondaltcolor};
text-decoration: none;
border-color: #000000;
border-style: solid;
border-width: 1px;
margin: 0px;
padding: 0px;
padding-left: 4px;
padding-right: 4px;
padding-top: 1px;
padding-bottom: 1px;
width: 1em;
text-decoration: none;
}
.cat A:link, .cat A:visited, .cat A:active {
color: {linkcolor};
text-decoration: none;
}
.cat A:hover {
color: {hovercolor};
text-decoration: underline;
}


BODY {
SCROLLBAR-BASE-COLOR: {categorybackcolor};
SCROLLBAR-ARROW-COLOR: {categoryfontcolor};
}
SELECT {
FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
FONT-SIZE: 11px;
COLOR: #000000;
BACKGROUND-COLOR: #CFCFCF
}
TEXTAREA, .bginput {
FONT-SIZE: 12px;
FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
COLOR: #000000;
BACKGROUND-COLOR: #CFCFCF
}
A:link, A:visited, A:active {
COLOR: {linkcolor};
}
A:hover {
COLOR: {hovercolor};
}
#cat A:link, #cat A:visited, #cat A:active {
COLOR: {categoryfontcolor};
TEXT-DECORATION: none;
}
#cat A:hover {
COLOR: {categoryfontcolor};
TEXT-DECORATION: underline;
}
#ltlink A:link, #ltlink A:visited, #ltlink A:active {
COLOR: {linkcolor};
TEXT-DECORATION: none;
}
#ltlink A:hover {
COLOR: {hovercolor};
TEXT-DECORATION: underline;

}
.thtcolor {
COLOR: {tableheadtextcolor};
}
.bordert {
BORDER: 1px solid #001525;
}
</style>
<script src="fade.js" language="Javascript"></script>
<STYLE>
}
a:hover {
color: #FF6600;
text-decoration: none;
}
a:visited {
color: #CCCCCC;
text-decoration: none;
}
a:link {
color: #CCCCCC;
text-decoration: none;
}
a:active {
color: #CCCCCC;
text-decoration: none;
}
</STYLE>

$headnewpm

Now Im not to expirenced so I'm just trying to point out the little things. If you put those things in it might help but again I dont know if it was removed for a hack or not.