Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
EASY - News Pop Up Details »»
EASY - News Pop Up
Version: 1.00, by soulnothing soulnothing is offline
Developer Last Online: Jan 2010 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.8.4 Rating:
Released: 01-02-2010 Last Update: Never Installs: 7
Additional Files  
No support by the author.



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-->
Then make a new module:
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>
You will need to download the close box image and put it in your website main folder


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

File Type: zip contents for news pop up.zip (249 Bytes, 40 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 01-03-2010, 05:04 AM
Taurus1's Avatar
Taurus1 Taurus1 is offline
 
Join Date: Dec 2009
Posts: 648
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!!
Reply With Quote
  #3  
Old 01-03-2010, 06:54 AM
soulnothing soulnothing is offline
 
Join Date: Dec 2008
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Can you please tell me what you use for that scroller "What games we play" on your site?
make a new module
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>
Reply With Quote
  #4  
Old 01-03-2010, 07:20 AM
Taurus1's Avatar
Taurus1 Taurus1 is offline
 
Join Date: Dec 2009
Posts: 648
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Trying now! Thank you very much!!
Reply With Quote
  #5  
Old 01-03-2010, 07:42 AM
Taurus1's Avatar
Taurus1 Taurus1 is offline
 
Join Date: Dec 2009
Posts: 648
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!!
Reply With Quote
  #6  
Old 01-03-2010, 08:24 AM
ProFifaLeagues's Avatar
ProFifaLeagues ProFifaLeagues is offline
 
Join Date: Aug 2009
Location: Uk
Posts: 1,191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #7  
Old 01-03-2010, 08:04 PM
soulnothing soulnothing is offline
 
Join Date: Dec 2008
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Some brilliant stuff on your homepage there is looks great
thanks alot

i edited my other post ... see it for details on the module
Reply With Quote
  #8  
Old 01-03-2010, 08:10 PM
ProFifaLeagues's Avatar
ProFifaLeagues ProFifaLeagues is offline
 
Join Date: Aug 2009
Location: Uk
Posts: 1,191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Brill thanks
Reply With Quote
Reply

Thread Tools

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:06 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04445 seconds
  • Memory Usage 2,283KB
  • Queries Executed 24 (?)
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
  • (3)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)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
  • (7)postbit
  • (1)postbit_attachment
  • (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_postinfo_query
  • fetch_postinfo
  • 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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete