Existe algún Hack Para POP UP

Esta es una discusión para el tema Existe algún Hack Para POP UP en el foro Soporte para Productos/Plugins, bajo la categoría Soporte vBulletin; Pues eso necesito esto, un pop up que se abra una vez cada 24 horas para que los usuarios puedan votar por mi web y no les moleste, uno de estos que aparecen y que ...
Página:


Página 1 de 2 12 ÚltimoÚltimo
Resultados 1 al 15 de 16

Temas similares

  1. Por caminero21 en el foro Soporte para Productos/Plugins
  2. Por gamejohn64 en el foro Archivos de vBulletin 3.0 - 3.7
  3. Por carenzo en el foro Soporte para Productos/Plugins
  4. Por El Toro en el foro Soporte para Productos/Plugins
  1. #1
    Miembro especial Miembro de plata Array Avatar de sarrianet
    Fecha de ingreso
    06 mar, 08
    Ubicación
    Sarria
    Mensajes
    64
    Gustado
    0 Veces
    Me Gustan
    0 Veces

    Predeterminado Existe algún Hack Para POP UP

    Pues eso necesito esto, un pop up que se abra una vez cada 24 horas para que los usuarios puedan votar por mi web y no les moleste, uno de estos que aparecen y que no los detectan los bloqueadores, tipo al hack que notifica que no estas registrado pero poniendole el link de votar y que no salga nada mas que cada 24 horas.

    Sería esto posible.?

  2. #2
    Miembro especial Miembro de platino Array Avatar de pollutioN
    Fecha de ingreso
    26 ago, 07
    Mensajes
    460
    Gustado
    6 Veces
    Me Gustan
    0 Veces

    Predeterminado Re: Existe algún Hack Para POP UP

    No estoy seguro pero creo que vi algo parecido en vbulletin.org , sino podrias poner el codigo del pop up en forumhome o algo por el estilo

  3. #3
    Miembro especial Miembro de plata Array Avatar de sarrianet
    Fecha de ingreso
    06 mar, 08
    Ubicación
    Sarria
    Mensajes
    64
    Gustado
    0 Veces
    Me Gustan
    0 Veces

    Predeterminado Respuesta: Existe algún Hack Para POP UP

    Ya prové de todas las maneras y no se mueve, sale como si fuera parte de la pagina, no se si me explico.

  4. #4
    Miembro especial Miembro de platino Array Avatar de pollutioN
    Fecha de ingreso
    26 ago, 07
    Mensajes
    460
    Gustado
    6 Veces
    Me Gustan
    0 Veces

    Predeterminado Re: Existe algún Hack Para POP UP

    Y editando el Floating Guest Notify o algun mod parecido, etc?

  5. #5
    Miembro especial Miembro de plata Array Avatar de sarrianet
    Fecha de ingreso
    06 mar, 08
    Ubicación
    Sarria
    Mensajes
    64
    Gustado
    0 Veces
    Me Gustan
    0 Veces

    Predeterminado Respuesta: Existe algún Hack Para POP UP

    seguramente que si pero el problema es que no se nada de javasript y la verdad veo muchos por muchas webs y nadie da info sobre el tema.

  6. #6
    Miembro especial Miembro de diamante Array
    Fecha de ingreso
    11 oct, 05
    Ubicación
    En el limbo
    Mensajes
    4,522
    Gustado
    22 Veces
    Me Gustan
    0 Veces

    Predeterminado Re: Existe algún Hack Para POP UP

    ¿Puedes indicar una web donde hayas visto eso que buscas?

    Es para hacerme una idea de lo que quieres y ver si te puedo ayudar

  7. #7
    Miembro especial Miembro de plata Array Avatar de sarrianet
    Fecha de ingreso
    06 mar, 08
    Ubicación
    Sarria
    Mensajes
    64
    Gustado
    0 Veces
    Me Gustan
    0 Veces

    Predeterminado Respuesta: Existe algún Hack Para POP UP


  8. #8
    Miembro especial Miembro de diamante Array
    Fecha de ingreso
    11 oct, 05
    Ubicación
    En el limbo
    Mensajes
    4,522
    Gustado
    22 Veces
    Me Gustan
    0 Veces

    Predeterminado Re: Existe algún Hack Para POP UP

    Ya tengo el archivo popupociotop.js, lo voy a echar un vistazo y te comentaré alog.

    Por cierto, ¿este problema es el mismo que el que publicas en este post ayuda sobre un pop-up?

    Saludos

  9. #9
    Miembro especial Miembro de diamante Array Avatar de Tharos
    Fecha de ingreso
    26 dic, 07
    Ubicación
    Chile
    Mensajes
    1,550
    Gustado
    33 Veces
    Me Gustan
    6 Veces

    Predeterminado Re: Existe algún Hack Para POP UP

    Creo que esto te puede servir. Fijate bien en cambiar las rutas que salen al final
    Código PHP:
    <if condition="$show[guest]">
     <!-- 
    Improve registration Rates -->
    <
    style type="text/css">
    #topbar{
        
    position:absolute;
        
    border0px solid black;
        
    padding5px;
        
    background-color: ;
        
    width500px;
        
    visibilityhidden;
        
    z-index200;
        
    top27px;
        
    height134px;
        
    left13px;
    }

    </
    style>

    <
    script type="text/javascript">
    var 
    persistclose=//set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session
    var startX 30 //set x offset of bar in pixels
    var startY //set y offset of bar in pixels
    var verticalpos="fromtop" //enter "fromtop" or "frombottom"

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

    function 
    get_cookie(Name) {
    var 
    search Name "="
    var returnvalue "";
    if (
    document.cookie.length 0) {
    offset document.cookie.indexOf(search)
    if (
    offset != -1) {
    offset += search.length
    end 
    document.cookie.indexOf(";"offset);
    if (
    end == -1end document.cookie.length;
    returnvalue=unescape(document.cookie.substring(offsetend))
    }
    }
    return 
    returnvalue;
    }

    function 
    closebar(){
    if (
    persistclose)
    document.cookie="remainclosed=1"
    document.getElementById("topbar").style.visibility="hidden"
    }

    function 
    staticbar(){
    barheight=document.getElementById("topbar").offsetHeight
    var ns = (navigator.appName.indexOf("Netscape") != -1) || window.opera;
    var 
    document;
    function 
    ml(id){
    var 
    el=d.getElementById(id);
    if (!
    persistclose || persistclose && get_cookie("remainclosed")=="")
    el.style.visibility="visible"
    if(d.layers)el.style=el;
    el.sP=function(x,y){this.style.left=x+"px";this.style.top=y+"px";};
    el.startX;
    if (
    verticalpos=="fromtop")
    el.startY;
    else{
    el.ns pageYOffset innerHeight iecompattest().scrollTop iecompattest().clientHeight;
    el.-= startY;
    }
    return 
    el;
    }
    window.stayTopLeft=function(){
    if (
    verticalpos=="fromtop"){
    var 
    pY ns pageYOffset iecompattest().scrollTop;
    ftlObj.+= (pY startY ftlObj.y)/8;
    }
    else{
    var 
    pY ns pageYOffset innerHeight barheightiecompattest().scrollTop iecompattest().clientHeight barheight;
    ftlObj.+= (pY startY ftlObj.y)/8;
    }
    ftlObj.sP(ftlObj.xftlObj.y);
    setTimeout("stayTopLeft()"10);
    }
    ftlObj ml("topbar");
    stayTopLeft();
    }
    if (
    window.addEventListener)
    window.addEventListener("load"staticbarfalse)
    else if (
    window.attachEvent)
    window.attachEvent("onload"staticbar)
    else if (
    document.getElementById)
    window.onload=staticbar
    </script>

    <div id="topbar">
    <p align="right"><a href="" onClick="closebar(); return false"><img src="AQUI LA RUTA PARA LA IMAGEN QUE CIERRA EL POP UP" border="0" /></a>
      </align>
    <a href="WWW.TUFORO/FORO/REGISTER.PHP"><img src=" AQUI LA IMAGEN DEL POPUP"></a></td>
    </div>
    <!-- End Improve Registration -->
     </if> 
    Awarez le gusta esto.

  10. #10
    Miembro especial Miembro de platino Array Avatar de pollutioN
    Fecha de ingreso
    26 ago, 07
    Mensajes
    460
    Gustado
    6 Veces
    Me Gustan
    0 Veces

    Predeterminado Re: Existe algún Hack Para POP UP

    Yo uso algo parecido al que posteo Tharos claro que con algunas modificaciones y que solo se muestra para registrados (invitados ni tiene sentido porque no van a votar , pienso yo xD)

  11. #11
    Miembro especial Miembro de plata Array Avatar de sarrianet
    Fecha de ingreso
    06 mar, 08
    Ubicación
    Sarria
    Mensajes
    64
    Gustado
    0 Veces
    Me Gustan
    0 Veces

    Predeterminado Respuesta: Re: Existe algún Hack Para POP UP

    Cita Iniciado por mcloud Ver mensaje
    Ya tengo el archivo popupociotop.js, lo voy a echar un vistazo y te comentaré alog.

    Por cierto, ¿este problema es el mismo que el que publicas en este post ayuda sobre un pop-up?

    Saludos
    si creo que si

  12. #12
    Miembro especial Array
    Fecha de ingreso
    30 abr, 08
    Ubicación
    Montevideo, Uruguay, Uruguay
    Mensajes
    39
    Gustado
    2 Veces
    Me Gustan
    0 Veces

    Predeterminado Respuesta: Existe algún Hack Para POP UP

    muchas gracias Tharos, hace tiempo buscaba eso... y no lo encontraba

    sos mi heroe

  13. #13
    Miembro especial Miembro de diamante Array Avatar de Tharos
    Fecha de ingreso
    26 dic, 07
    Ubicación
    Chile
    Mensajes
    1,550
    Gustado
    33 Veces
    Me Gustan
    6 Veces

    Predeterminado Re: Existe algún Hack Para POP UP

    jajaja no es para tanto xD
    que bueno haberte ayudado :p

  14. #14
    Miembro especial Miembro de diamante Array Avatar de Tharos
    Fecha de ingreso
    26 dic, 07
    Ubicación
    Chile
    Mensajes
    1,550
    Gustado
    33 Veces
    Me Gustan
    6 Veces

    Predeterminado Re: Existe algún Hack Para POP UP

    Cita Iniciado por Tharos Ver mensaje
    Creo que esto te puede servir. Fijate bien en cambiar las rutas que salen al final
    Código PHP:
    <if condition="$show[guest]">
     <!-- 
    Improve registration Rates -->
    <
    style type="text/css">
    #topbar{
        
    position:absolute;
        
    border0px solid black;
        
    padding5px;
        
    background-color: ;
        
    width500px;
        
    visibilityhidden;
        
    z-index200;
        
    top27px;
        
    height134px;
        
    left13px;
    }

    </
    style>

    <
    script type="text/javascript">
    var 
    persistclose=//set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session
    var startX 30 //set x offset of bar in pixels
    var startY //set y offset of bar in pixels
    var verticalpos="fromtop" //enter "fromtop" or "frombottom"

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

    function 
    get_cookie(Name) {
    var 
    search Name "="
    var returnvalue "";
    if (
    document.cookie.length 0) {
    offset document.cookie.indexOf(search)
    if (
    offset != -1) {
    offset += search.length
    end 
    document.cookie.indexOf(";"offset);
    if (
    end == -1end document.cookie.length;
    returnvalue=unescape(document.cookie.substring(offsetend))
    }
    }
    return 
    returnvalue;
    }

    function 
    closebar(){
    if (
    persistclose)
    document.cookie="remainclosed=1"
    document.getElementById("topbar").style.visibility="hidden"
    }

    function 
    staticbar(){
    barheight=document.getElementById("topbar").offsetHeight
    var ns = (navigator.appName.indexOf("Netscape") != -1) || window.opera;
    var 
    document;
    function 
    ml(id){
    var 
    el=d.getElementById(id);
    if (!
    persistclose || persistclose && get_cookie("remainclosed")=="")
    el.style.visibility="visible"
    if(d.layers)el.style=el;
    el.sP=function(x,y){this.style.left=x+"px";this.style.top=y+"px";};
    el.startX;
    if (
    verticalpos=="fromtop")
    el.startY;
    else{
    el.ns pageYOffset innerHeight iecompattest().scrollTop iecompattest().clientHeight;
    el.-= startY;
    }
    return 
    el;
    }
    window.stayTopLeft=function(){
    if (
    verticalpos=="fromtop"){
    var 
    pY ns pageYOffset iecompattest().scrollTop;
    ftlObj.+= (pY startY ftlObj.y)/8;
    }
    else{
    var 
    pY ns pageYOffset innerHeight barheightiecompattest().scrollTop iecompattest().clientHeight barheight;
    ftlObj.+= (pY startY ftlObj.y)/8;
    }
    ftlObj.sP(ftlObj.xftlObj.y);
    setTimeout("stayTopLeft()"10);
    }
    ftlObj ml("topbar");
    stayTopLeft();
    }
    if (
    window.addEventListener)
    window.addEventListener("load"staticbarfalse)
    else if (
    window.attachEvent)
    window.attachEvent("onload"staticbar)
    else if (
    document.getElementById)
    window.onload=staticbar
    </script>

    <div id="topbar">
    <p align="right"><a href="" onClick="closebar(); return false"><img src="AQUI LA RUTA PARA LA IMAGEN QUE CIERRA EL POP UP" border="0" /></a>
      </align>
    <a href="WWW.TUFORO/FORO/REGISTER.PHP"><img src=" AQUI LA IMAGEN DEL POPUP"></a></td>
    </div>
    <!-- End Improve Registration -->
     </if> 

    me doy las gracias porque estaba buscando este hack xD

  15. #15
    Miembro especial Array
    Fecha de ingreso
    30 abr, 08
    Ubicación
    Montevideo, Uruguay, Uruguay
    Mensajes
    39
    Gustado
    2 Veces
    Me Gustan
    0 Veces

    Predeterminado Respuesta: Re: Existe algún Hack Para POP UP

    Cita Iniciado por Tharos Ver mensaje
    me doy las gracias porque estaba buscando este hack xD
    jajajajajajajajajajajajajajajajaja

    yo lo utilizé y anda muy bien, tuve unas 400 quejas de que les molesta el cartelito.

    Así que puedo decir que es todo un exito XDDDDD

Página 1 de 2 12 ÚltimoÚltimo