Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 08-20-2002, 01:58 PM
Majestic3d Majestic3d is offline
 
Join Date: Nov 2001
Location: United Kingdom
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Forum Border Problem.

I have used the forum boarder template mod that was posted here at VBT. I cannot get it work on my forums.
Reply With Quote
  #2  
Old 08-20-2002, 05:26 PM
mashby's Avatar
mashby mashby is offline
 
Join Date: Jan 2002
Location: Nashville, TN - USA
Posts: 736
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can you post a screenshot of what's wrong?
Reply With Quote
  #3  
Old 08-20-2002, 06:44 PM
Majestic3d Majestic3d is offline
 
Join Date: Nov 2001
Location: United Kingdom
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #4  
Old 08-20-2002, 06:50 PM
turdboy's Avatar
turdboy turdboy is offline
 
Join Date: Aug 2002
Posts: 244
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Post your Header script and insert Header. Maybe you messed something small and we can help you find it.
Reply With Quote
  #5  
Old 08-20-2002, 08:39 PM
Majestic3d Majestic3d is offline
 
Join Date: Nov 2001
Location: United Kingdom
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #6  
Old 08-20-2002, 08:46 PM
turdboy's Avatar
turdboy turdboy is offline
 
Join Date: Aug 2002
Posts: 244
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<!-- 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.
Reply With Quote
  #7  
Old 08-20-2002, 09:12 PM
Majestic3d Majestic3d is offline
 
Join Date: Nov 2001
Location: United Kingdom
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<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>
Reply With Quote
  #8  
Old 08-20-2002, 10:18 PM
turdboy's Avatar
turdboy turdboy is offline
 
Join Date: Aug 2002
Posts: 244
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.

Code:
<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.
Reply With Quote
Reply


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 10:06 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.04544 seconds
  • Memory Usage 2,258KB
  • Queries Executed 11 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (8)post_thanks_box
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (8)post_thanks_postbit_info
  • (8)postbit
  • (8)postbit_onlinestatus
  • (8)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_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