The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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.
|
#2
|
||||
|
||||
Can you post a screenshot of what's wrong?
|
#3
|
|||
|
|||
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.
|
#4
|
||||
|
||||
Post your Header script and insert Header. Maybe you messed something small and we can help you find it.
|
#5
|
|||
|
|||
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> --> <!-- /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. |
#6
|
||||
|
||||
<!-- 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> --> <!-- /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> --> <!-- /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. |
#7
|
|||
|
|||
<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>< <a href="$contactuslink">Contact Us</a> - <a href="$homeurl">$hometitle</a> <!-- - <a href="$privacyurl">Privacy Statement</a> --> ></b></normalfont> </p> <p align="center"><smallfont> <!-- Do not remove this copyright notice --> Powered by: vBulletin Version $templateversion<br> Copyright ©2000, 2001, Jelsoft Enterprises Limited.<br> <!-- Do not remove this copyright notice --> $copyrighttext </smallfont></p> </td></tr> </table> |
#8
|
||||
|
||||
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 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|