The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
EASY - News Pop Up Details »» | |||||||||||||||||||||||||||
Go to: Styes & Templates> Style Manager> Your Style (drop down box) Edit Templates> vBAdvanced CMPS Templates> adv_portal Place this below <head> Code:
<!--News Pop Up--> <script type="text/javascript"> var ns4=document.layers var ie4=document.all var ns6=document.getElementById&&!document.all //drag drop function for NS 4//// ///////////////////////////////// var dragswitch=0 var nsx var nsy var nstemp function drag_dropns(name){ if (!ns4) return temp=eval(name) temp.captureEvents(Event.MOUSEDOWN | Event.MOUSEUP) temp.onmousedown=gons temp.onmousemove=dragns temp.onmouseup=stopns } function gons(e){ temp.captureEvents(Event.MOUSEMOVE) nsx=e.x nsy=e.y } function dragns(e){ if (dragswitch==1){ temp.moveBy(e.x-nsx,e.y-nsy) return false } } function stopns(){ temp.releaseEvents(Event.MOUSEMOVE) } //drag drop function for ie4+ and NS6//// ///////////////////////////////// function drag_drop(e){ if (ie4&&dragapproved){ crossobj.style.left=tempx+event.clientX-offsetx crossobj.style.top=tempy+event.clientY-offsety return false } else if (ns6&&dragapproved){ crossobj.style.left=tempx+e.clientX-offsetx+"px" crossobj.style.top=tempy+e.clientY-offsety+"px" return false } } function initializedrag(e){ crossobj=ns6? document.getElementById("showimage") : document.all.showimage var firedobj=ns6? e.target : event.srcElement var topelement=ns6? "html" : document.compatMode && document.compatMode!="BackCompat"? "documentElement" : "body" while (firedobj.tagName!=topelement.toUpperCase() && firedobj.id!="dragbar"){ firedobj=ns6? firedobj.parentNode : firedobj.parentElement } if (firedobj.id=="dragbar"){ offsetx=ie4? event.clientX : e.clientX offsety=ie4? event.clientY : e.clientY tempx=parseInt(crossobj.style.left) tempy=parseInt(crossobj.style.top) dragapproved=true document.onmousemove=drag_drop } } document.onmouseup=new Function("dragapproved=false") ////drag drop functions end here////// function hidebox(){ crossobj=ns6? document.getElementById("showimage") : document.all.showimage if (ie4||ns6) crossobj.style.visibility="hidden" else if (ns4) document.showimage.visibility="hide" } </script> <!-- /News Pop Up--> vBA CMPS> Add Module> BB Code Module Module Title: News Pop Up Allow HTML: Yes Use Module Wrapper Template: No Code:
<div id="showimage" style="position:absolute;width:250px;left:250px;top:250px"><table border="0" width="250" bgcolor="#BB0000" cellspacing="0" cellpadding="2"><tr><td width="100%"><table border="0" width="100%" cellspacing="0" cellpadding="0" height="36px"><tr><td id="dragbar" style="cursor:hand; cursor:pointer" width="100%" onMousedown="initializedrag(event)"><ilayer width="100%" onSelectStart="return false"><layer width="100%" onMouseover="dragswitch=1;if (ns4) drag_dropns(showimage)" onMouseout="dragswitch=0"><font face="Verdana" color="#FFFFFF"><strong><small>Your Header Name</small></strong></font></layer></ilayer></td><td style="cursor:hand"><a href="#" onClick="hidebox();return false"><img src="close.gif" width="16px" height="14px" border=0></a></td></tr><tr><td width="100%" bgcolor="#FFFFFF" style="padding:4px" colspan="2"><!-- PUT YOUR CONTENT BETWEEN HERE --><center>All Content Here!</center><!-- END YOUR CONTENT HERE --></td></tr></table></td></tr></table></div> Now just put your module on the bottom of whatever page you want it on To turn it on and off just remove and add the module Mod By: Jarhead Demo: www.extreme-gamers.org and click on "Scrim Teams and Stats" Download Now
Show Your Support
|
Comments |
#2
|
||||
|
||||
Cool! Downloaded. Going to try it now. One thing though! Can you please tell me what you use for that scroller "What games we play" on your site?
I will really appreciate it!! Thank you!! |
#3
|
|||
|
|||
Quote:
Vba CMPS> Add Module> BB Code Module Module Title: Whatever You Want Active: Yes Allow HTML: Yes Allow [IMG] Code: Yes Use Module Wrapper Template: Yes and use this for an example code: Code:
<marquee direction="up" scrollamount="3"><font size="2"><b> <!--Messages--> <center> <img src="http://extreme-gamers.org/images/favgame/Counter%20Strike%20Source.png"> <br> <img src="http://extreme-gamers.org/images/favgame/Counter%20Strike.png"> <br> <img src="http://extreme-gamers.org/images/favgame/Left4Dead.png"> </br> <img src="http://extreme-gamers.org/images/favgame/Left4Dead%202.png"> <br> <img src="http://extreme-gamers.org/images/favgame/Killing%20Floor.png"> <br> <img src="http://extreme-gamers.org/images/favgame/Grand%20Theft%20Auto%20San%20Andreas.png"> <br> <img src="http://extreme-gamers.org/images/favgame/Borderlands.png"> <br> <img src="http://extreme-gamers.org/images/favgame/Call%20of%20Duty%204.png"> <br> <img src="http://extreme-gamers.org/images/favgame/World%20at%20War.png"> <br> <img src="http://extreme-gamers.org/images/favgame/Insurgency.png"> <br> <img src="http://extreme-gamers.org/images/favgame/Team%20Fortress%202.png"> <br> <img src="http://extreme-gamers.org/images/favgame/Day%20of%20Defeat%20Source.png"> <br> <img src="http://extreme-gamers.org/images/favgame/Battlefield%202.png"> <br> <img src="http://i266.photobucket.com/albums/ii252/VGN-JarHeaD/WorldofWarcraft.png"> </center><!--/Messages--></b></font></marquee> |
#4
|
||||
|
||||
Trying now! Thank you very much!!
|
#5
|
||||
|
||||
Sorry if this is a stupid question, but can you please elaborate on what type of module etc??
(What about the title, etc!) Thank you very much!! |
#6
|
||||
|
||||
Yes i would like to have a go with that one too so any more info would be great!
Some brilliant stuff on your homepage there is looks great. |
#7
|
|||
|
|||
Quote:
i edited my other post ... see it for details on the module |
#8
|
||||
|
||||
Brill thanks
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|