need help With Joomla Pop-up menu

User Tag List

Results 1 to 2 of 2
  1. #1
    Corruptedwow's Avatar Member
    Reputation
    13
    Join Date
    Dec 2007
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    need help With Joomla Pop-up

    i got a new website for my server..and currently running Joomla for it


    i looked around, and found that i need a mod called HTML module (which i have) which allows JS and HTML addons to joomla


    the following script used to work for my old website
    Code:
    <!-- begin WoWServerListing code -->
    <SCRIPT language=JavaScript1.2>
    
    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
    
    crossobj.style.top=tempy+e.clientY-offsety
    
    return false
    
    }
    
    }
    
    
    
    function initializedrag(e){
    
    crossobj=ns6? document.getElementById("dnwtop_100_showimage") : document.all.dnwtop_100_showimage
    
    
    
    var firedobj=ns6? e.target : event.srcElement
    
    var topelement=ns6? "HTML" : "BODY"
    
    
    
    while (firedobj.tagName!=topelement&&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.onmousedown=initializedrag
    
    document.onmouseup=new Function("dragapproved=false")
    
    
    
    ////drag drop functions end here//////
    
    
    
    function hidebox(){
    
    if (ie4||ns6)
    
     crossobj.style.visibility="hidden"
    
    else if (ns4)
    
     document.dnwtop_100_showimage.visibility="hide"
    
    }
    
    
    
    document.write('');
    
    
    document.write('<div id="dnwtop_100_showimage" style="z-index: 300; position:absolute;width:380px;left:30;top:60"><table border="1" bordercolor="95938D" width="380" bgcolor="404040" cellspacing="0" cellpadding="0"><tr><td width="100%"><table border="0" width="100%" cellspacing="0" cellpadding="0" height="36"><tr><td width="100%" background="" id="dragbar" title="you may drag me" height="25"><ilayer width="100%" onSelectStart="return false"><layer width="100%" onMouseover="dragswitch=1;if (ns4) drag_dropns(dnwtop_100_showimage)" onMouseout="dragswitch=0"><span style="font-weight: bold; font-family: Verdana; font-size: 12px; color: 928A70; padding: 6px; padding-bottom: 4px;"></span></layer></ilayer></td></tr><tr><td width="100%" bgcolor="E0DFE3" style="padding:10px; border: solid 404040 2px; border-top:0px; font-family:Verdana; font-size:12px; color:404040;"><!-- PUT YOUR CONTENT BETWEEN HERE ----><p align="center"<img src="http://i41.photobucket.com/albums/e282/lilnate22/banr.gif"</p><i><BR>Would you like to vote for WOWBLAZE?</i> <br><br><div align="right"><a href="http://wow-v.com/vote.php?id=543" target="_blank" onClick="hidebox()"><img src="http://chaoscrusade.com/yes.jpg" border="0"></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="#" onClick="hidebox(); "><img src="http://chaoscrusade.com/no.jpg" border="0"></a>&nbsp;&nbsp;&nbsp;</div><!-- END YOUR CONTENT HERE-----></td></tr></table></td></tr></table></div>');
    
    
    </SCRIPT>
    <!-- end WoWServerListing code -->

    but on joomla it fails to pop up


    any f you 1337 webscriptors know a way to get this pop up in joomla?

    need help With Joomla Pop-up
  2. #2
    beltic's Avatar Member
    Reputation
    9
    Join Date
    May 2007
    Posts
    127
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think this will work -

    1. Goto the Admin pages, components, banners, Manage banners
    2. Click NEW (right side, next to the help life preserver)
    3. set a name, etc.. set impressions to unlimitied.
    4. set the "click url" to the actual html file (for my test, i used "test.html" in the root of the joomla so = /web/test.html)
    5. paste the entire script in the "custom banner code" box.
    6. pic a img. (wont work with out a image!).

    least, it seems to work for me!

    Good luck.

Similar Threads

  1. Need help with sig
    By sudnrage111 in forum Community Chat
    Replies: 0
    Last Post: 09-24-2006, 02:12 AM
  2. Need help with weapon model edit!
    By Chewbbaca in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 09-20-2006, 07:02 PM
  3. need help with model editing experts please
    By sportstud10124 in forum Community Chat
    Replies: 0
    Last Post: 08-10-2006, 09:30 PM
  4. need help with shammy talents
    By jason in forum World of Warcraft General
    Replies: 5
    Last Post: 07-19-2006, 02:02 AM
  5. Need Help with WoW Glider
    By paypal in forum World of Warcraft General
    Replies: 2
    Last Post: 07-07-2006, 02:08 AM
All times are GMT -5. The time now is 09:02 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search