Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Programming Discussions
  #1  
Old 11-12-2008, 06:58 PM
DieselMinded's Avatar
DieselMinded DieselMinded is offline
 
Join Date: Mar 2007
Posts: 1,655
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default I wrote this templete and its showing up red in debugger

PHP Code:
<style type="text/css">
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width200px;
displayblock;
text-indent3px;
border-bottom1px solid black;
padding1px 0;
text-decorationnone;
font-weightbold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-coloryellow;
}

</
style>
<
script language="JavaScript" type="text/JavaScript">
<!--
function 
MM_jumpMenu(targ,selObj,restore){ //v3.0
  
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (
restoreselObj.selectedIndex=0;
}
//-->
</script>
<
table border="0" width="992" height="26" cellspacing="0" cellpadding="0" background="http://www.dieselbombers.com/images/headbar.png">
    <
tr>
        <
td height="100%" width="375" align="center"><p style="margin-top: 10px; margin-bottom: 5px">
    <
font face="Verdana"><b>
    <
font size="2">&nbsp;&nbsp;&nbsp;&nbsp;
    </
font></b></font>
    <
a target="_self" href="http://www.dieselbombers.com">
    <
font size="2">
    <
img border="0" src="http://www.dieselbombers.com/images/home24.png" width="24" height="24" alt="Go To The Home Page"></font></a>
    <
a target="_self" href="http://www.dieselbombers.com/About.php">
    <
img border="0" src="http://www.dieselbombers.com/images/infoabout24.png" width="24" height="24" alt="About Us"></a>

<if 
condition="$vbulletin->userinfo['userid']"> <a target="_self" href="http://www.dieselbombers.com/search.php"><img border="0" src="http://www.dieselbombers.com/images/find24.png" width="24" height="24" alt="Search The Forums"></a>
    <
a target="_self" href="http://www.dieselbombers.com/all_albums.php">
    <
img border="0" src="http://www.dieselbombers.com/images/pictures24.png" width="24" height="24" alt="All Photo Albums"></a>
<
a target="_self" href="http://www.dieselbombers.com/casino.php">
    <
img border="0" src="http://www.dieselbombers.com/images/casino.png" width="24" height="24" alt="Enter The Casino"></a>
<
a target="_self" href="http://www.dieselbombers.com/arcade.php">
    <
img border="0" src="http://www.dieselbombers.com/images/arcade.png" width="24" height="24" alt="Enter The Arcade"></a>
    <
script type="text/javascript"><!--
function 
openPoker(cn) {pipwin=open("","pipwin","scrollbars=no,width=715,height=510").document.write("<html><title>Texas Holdem</title><frameset rows=* cols=* border=0 frameborder=0><frame noresize scrolling=no src=http://www.pluginpoker.com/popup/lobby.asp?c="+cn+"&phpu=$bbuserinfo[username]&phpp=$bbuserinfo[password]&phpe=$bbuserinfo[email]></frameset></html>");}
--></
script>
<
a href=javascript:void(0target=_top onClick=openPoker(1202)>
<
img border="0" src="http://www.dieselbombers.com/images/poker.png" width="24" height="24" alt="Our Private Texas Holdem Table"></a>
<
a target="_self" href="http://www.dieselbombers.com/awc_ds.php?do=donation"><img border="0" src="http://www.dieselbombers.com/images/money24.png" width="24" height="24" alt="Make a Donation "></a>
    <
a target="_self" href="http://www.dieselbombers.com/usercp.php">
    <
img border="0" src="http://www.dieselbombers.com/images/configure24.png" width="24" height="24" alt="Edit Your Settings"></a><font size="2">
<
a target="_self" href="http://www.dieselbombers.com/search.php?do=getnew"><img border="0" src="http://www.dieselbombers.com/images/chat24.png" width="24" height="24" alt="See All The Newest Posts"></a></font></if>
<if 
condition="$vbulletin->userinfo['userid']==0">
<
a target="_self" href="http://www.dieselbombers.com/register.php"><img border="0" src="http://www.dieselbombers.com/images/adduser24.png" alt="Join The Bombers" width="24" height="24"></a></td></if>    </td>
        <
td height="100%" width="325" align="center">
        <
p style="padding-top: 0px; margin-top:5px; margin-bottom: 5px">
<
script type="text/javascript">

/***********************************************
* AnyLink Drop Down Menu- ? Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

//Contents for menu 1
var menu1=new Array()
menu1[0]='<a target="_blank" href="http://www.thedieselclassifieds.com">The Diesel Classifieds</a>'
menu1[1]='<a target="_blank" href="http://www.dieselbookmarks.com">Diesel Bookmarks</a>'
menu1[2]='<a target="_blank" href="http://www.dieselswag.com">Diesel Swag</a>'
menu1[3]='<a target="_blank" href="http://www.cafepress.com/dieselbombers">Bomber Gear</a>'
menu1[4]='<a target="_blank" href="http://www.youtube.com/dieselbombers">You Tube Channel</a>'
menu1[5]='<a target="_blank" href="http://dieselsites.gotop100.com/in.php?ref=101">Top Diesel Sites</a>'

        
var menuwidth='200px' //default menu width
var menubgcolor='lightyellow'  //menu bgcolor
var disappeardelay=250  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?

/////No further editting needed

var ie4=document.all
var ns6=document.getElementById&&!document.all

if (ie4||ns6)
document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')

function 
getposOffset(whatoffsettype){
var 
totaloffset=(offsettype=="left")? what.offsetLeft what.offsetTop;
var 
parentEl=what.offsetParent;
while (
parentEl!=null){
totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft totaloffset+parentEl.offsetTop;
parentEl=parentEl.offsetParent;
}
return 
totaloffset;
}


function 
showhide(objevisiblehiddenmenuwidth){
if (
ie4||ns6)
dropmenuobj.style.left=dropmenuobj.style.top="-500px"
if (menuwidth!=""){
dropmenuobj.widthobj=dropmenuobj.style
dropmenuobj
.widthobj.width=menuwidth
}
if (
e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
obj.visibility=visible
else if (e.type=="click")
obj.visibility=hidden
}

function 
iecompattest(){
return (
document.compatMode && document.compatMode!="BackCompat")? document.documentElement document.body
}

function 
clearbrowseredge(objwhichedge){
var 
edgeoffset=0
if (whichedge=="rightedge"){
var 
windowedge=ie4 && !window.operaiecompattest().scrollLeft+iecompattest().clientWidth-15 window.pageXOffset+window.innerWidth-15
dropmenuobj
.contentmeasure=dropmenuobj.offsetWidth
if (windowedge-dropmenuobj.dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth
}
else{
var 
topedge=ie4 && !window.operaiecompattest().scrollTop window.pageYOffset
var windowedge=ie4 && !window.operaiecompattest().scrollTop+iecompattest().clientHeight-15 window.pageYOffset+window.innerHeight-18
dropmenuobj
.contentmeasure=dropmenuobj.offsetHeight
if (windowedge-dropmenuobj.dropmenuobj.contentmeasure){ //move up?
edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure//up no good either?
edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge
}
}
return 
edgeoffset
}

function 
populatemenu(what){
if (
ie4||ns6)
dropmenuobj.innerHTML=what.join("")
}


function 
dropdownmenu(objemenucontentsmenuwidth){
if (
window.eventevent.cancelBubble=true
else if (e.stopPropagatione.stopPropagation()
clearhidemenu()
dropmenuobj=document.getElementByIddocument.getElementById("dropmenudiv") : dropmenudiv
populatemenu
(menucontents)

if (
ie4||ns6){
showhide(dropmenuobj.stylee"visible""hidden"menuwidth)
dropmenuobj.x=getposOffset(obj"left")
dropmenuobj.y=getposOffset(obj"top")
dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj"rightedge")+"px"
dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj"bottomedge")+obj.offsetHeight+"px"
}

return 
clickreturnvalue()
}

function 
clickreturnvalue(){
if (
ie4||ns6) return false
else return true
}

function 
contains_ns6(ab) {
while (
b.parentNode)
if ((
b.parentNode) == a)
return 
true;
return 
false;
}

function 
dynamichide(e){
if (
ie4&&!dropmenuobj.contains(e.toElement))
delayhidemenu()
else if (
ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTargete.relatedTarget))
delayhidemenu()
}

function 
hidemenu(e){
if (
typeof dropmenuobj!="undefined"){
if (
ie4||ns6)
dropmenuobj.style.visibility="hidden"
}
}

function 
delayhidemenu(){
if (
ie4||ns6)
delayhide=setTimeout("hidemenu()",disappeardelay)
}

function 
clearhidemenu(){
if (
typeof delayhide!="undefined")
clearTimeout(delayhide)
}

if (
hidemenu_onclick=="yes")
document.onclick=hidemenu

</script>
<
a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '200px')" onMouseout="delayhidemenu()">
<
img border="0" src="http://www.dieselbombers.com/images/dbs4.png"></a>
</
p>
</
td>
        <
td height="100%" width="390" align="center"><form action="http://www.google.com/cse" id="cse-search-box" target="_blank">
  <
div>
    <
input type="hidden" name="cx" value="partner-pub-6341648289900751:pw95wgotmpe" />
    <
input type="hidden" name="ie" value="ISO-8859-1" />
    <
input type="text" name="q" size="31" />
    <
input type="submit" name="sa" value="Search" style="font-family: Verdana; font-weight: bold"/>
  &
nbsp;&nbsp;</div>
</
form>
<
script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en"></script>
</
td>
    </
tr>
</
table
Whats wrong with it?
Reply With Quote
Reply

Thread Tools
Display Modes

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 05:27 PM.


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.08418 seconds
  • Memory Usage 2,397KB
  • 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)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)showthread_list
  • (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_threadedmode.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_threaded
  • showthread_threaded_construct_link
  • 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