Poner Inferno ShoutBox en el Portal

Esta es una discusión para el tema Poner Inferno ShoutBox en el Portal en el foro Tips y tutoriales, bajo la categoría Recursos para vBulletin (Descargas); PRIMERO ANTES QUE NADA DEBEN TENER INSTALADO Y SUBIDOS TODOS LOS ARCHIVOS DEL INFERNO SHOUTBOX. 1. En el ACP: vbadvanced / add module / template 2. Código HTML: <table class= "tborder" cellpadding= "$stylevar[cellpadding]" cellspacing= "$stylevar[cellspacing]" ...
Página:


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

Temas similares

  1. Poner un chat o shoutbox Respuestas: 34
    Por RiCoTeRo X en el foro Sala de Charla
  2. Por chicho en el foro vBulletin 3 - Preguntas, Problemas y Soluciones
  3. Por Arrested_Surfer en el foro Soporte para Productos/Plugins
  4. Por filtrosoft en el foro Archivos de vBulletin 3.0 - 3.7
  1. #1
    Miembro especial Miembro de diamante Array Avatar de Ricardo Núñez
    Fecha de ingreso
    17 dic, 08
    Ubicación
    San Diego, CA
    Mensajes
    2,057
    Gustado
    423 Veces
    Me Gustan
    148 Veces

    Cool Poner Inferno ShoutBox en el Portal

    PRIMERO ANTES QUE NADA DEBEN TENER INSTALADO Y SUBIDOS TODOS LOS ARCHIVOS DEL INFERNO SHOUTBOX.

    1. En el ACP: vbadvanced / add module / template

    2.
    Código HTML:
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> 
    
    <thead> 
    <tr> 
        <td class="tcat" align="center"> 
            <a style="float:right" href="#top" onclick="return toggle_collapse('forumhome_infernoshout')"><img id="collapseimg_forumhome_infernoshout" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_infernoshout].gif" alt="" border="0" /></a> 
            <a href="infernoshout.php?do=archive" title="Ver Archivo">.:: Chat - Portal por Rinunez - vBhispano XD ::.</a> 
        </td> 
    
    </tr> 
    </thead> 
    <tbody id="shoutbox_editshout" style="display: none;"> 
        <tr> 
            <td class="alt1" align="left" width="100%"> 
                <form onsubmit="return InfernoShoutbox.do_edit_shout();" action="index.php" id="editshoutform"> 
                    <span style="float: right;"> 
                        <input type="submit" class="button" value="Update" /> 
                        <input type="button" class="button" value="Delete" onclick="InfernoShoutbox.do_edit_shout(true);" /> 
                        <input type="button" class="button" value="Cancel" onclick="InfernoShoutbox.cancel_edit_shout();" /> 
    
                    </span> 
                    <input type="text" size="60" class="bginput" name="editshout" /> 
                    <input type="hidden" name="shoutid" value="" /> 
                </form> 
            </td> 
        </tr> 
    </tbody> 
    <tbody id="shoutbox_smilies" style="display: none;"> 
        <tr> 
            <td class="alt1" align="center" width="100%" id="shoutbox_smilies_row"> 
    
            </td> 
        </tr> 
    </tbody> 
    <tbody id="collapseobj_forumhome_infernoshout" style=""> 
        <tr> 
            <td class="alt1" align="left" width="100%"> 
             
                <form onsubmit="return InfernoShoutbox.shout();" action="index.php"> 
                <table width='100%' border='0' cellpadding='0' cellspacing='0'> 
        <tr> 
        <td width='100%'> 
    
            <input type="text" name="vbshout_pro_shoutbox_editor" style="width: 93%" class="bginput" id="vbshout_pro_shoutbox_editor" /> 
        </td> 
        <td style='white-space:nowrap' width='1%'> 
            <input type="button" value="Shout" class="button" onclick='InfernoShoutbox.shout();' /> 
            <input type="button" value="Opcion" class="button" onclick='InfernoShoutbox.goto_options();' /> 
        </td> 
    
    </tr> 
    </table> 
                <div style="height: 4px"></div> 
                </form> 
             
    
    
            <div class="alt2" style="padding: 0px; margin: 0px; border: 0px;"> 
                    <table width="100%" cellpadding="0" cellspacing="0" id="vbshout_pro_tabs"> 
                    <tr> 
                        <td class="alt1" width="100%" style="padding: 0px; margin: 0px; border: 0px;">&nbsp;</td> 
                    </tr> 
                    </table> 
    
            </div> 
    
            <div class="alt2" id="shoutbox_notice" style="display: none; padding-left: 3px; padding-top: 3px;"><b class="highlight">Noticia del Shoutbox:</b> <span class="smallfont" id="shoutbox_notice_message"></span></div> 
            <div class="alt2" id="shoutbox_window"><span id="shoutbox_frame" style="display: block; padding: 3px; overflow:auto;height:250px; width: 99%;">Cargando...</span><span id="shoutbox_users_frame" style="display: none; padding: 3px; overflow:auto;height:250px; width: 99%;">Cargando...</span></div> 
    
             
            </td> 
        </tr> 
    </tbody> 
    
    </table> 
    
    <script type="text/javascript" src="infernoshout/browser/infernoshout.js?ver=1.0.1"></script> 
    <script type="text/javascript"> 
    <!-- 
    
    /** 
     * Inferno Shoutbox Javascript Engine 
     * Created By Inferno Technologies 
     * All Rights Reserved 
     * * * * * * * * * * * * * * * 
     */ 
    
    InfernoShoutbox = new _ishout; 
    InfernoShoutbox.initiate( 
        'index', 
        '1.8E+15', 
        '0', 
        '0', 
        '0', 
        '0', 
        '0', 
        '250', 
        parseInt("5") * 1000 
    ); 
    
    --> 
    </script>
    3. OjO: Busca en el modulo Use Module Wrapper Template ponle no

    Listo..! ya tienes el Shoutbox en el Portal =D

    PD: Por Ahi dice: .:Chat en el portal Por Rinunez-vBhispano ahi modificas por lo que quieras que salga en el titulo de tu chatbox

    Agradece si te Gusto..!!
    Wachiin, Prefix y hqa18 les gusta esto.

  2. #2
    Miembro Array
    Fecha de ingreso
    25 may, 09
    Mensajes
    1
    Gustado
    0 Veces
    Me Gustan
    0 Veces

    Smile Re: Poner Inferno ShoutBox en el Portal

    Y como lo puedo esconder o osea que sea visible para los usuarios registrado nada mas ... ?

    Gracias!

  3. #3
    Miembro especial Miembro de diamante Array Avatar de Ricardo Núñez
    Fecha de ingreso
    17 dic, 08
    Ubicación
    San Diego, CA
    Mensajes
    2,057
    Gustado
    423 Veces
    Me Gustan
    148 Veces

    Predeterminado Re: Poner Inferno ShoutBox en el Portal

    Donde estas creando el modulo salen unas palomitas en donde estan los nombres de los grupos, entonces desmarcas donde dice: UNREGISTERED/NOT LOGUED IN

  4. #4
    Miembro especial Miembro de diamante Array Avatar de Golem
    Fecha de ingreso
    27 jul, 08
    Mensajes
    1,545
    Gustado
    39 Veces
    Me Gustan
    14 Veces

    Predeterminado Re: Poner Inferno ShoutBox en el Portal

    este es parecido al vbshout?

  5. #5
    Miembro especial Miembro de diamante Array Avatar de Ricardo Núñez
    Fecha de ingreso
    17 dic, 08
    Ubicación
    San Diego, CA
    Mensajes
    2,057
    Gustado
    423 Veces
    Me Gustan
    148 Veces

    Predeterminado Re: Poner Inferno ShoutBox en el Portal

    si se parece xD pero prefiero este...

  6. #6
    Miembro Array
    Fecha de ingreso
    26 may, 09
    Mensajes
    26
    Gustado
    0 Veces
    Me Gustan
    0 Veces

    Predeterminado Re: Poner Inferno ShoutBox en el Portal

    muchas gracias por el tuto, esto es lo q necesitaba, pero...como puedo añadirle las demás opciones al chat?

  7. #7
    Miembro especial Miembro de diamante Array Avatar de Ricardo Núñez
    Fecha de ingreso
    17 dic, 08
    Ubicación
    San Diego, CA
    Mensajes
    2,057
    Gustado
    423 Veces
    Me Gustan
    148 Veces

    Predeterminado Re: Poner Inferno ShoutBox en el Portal

    pss la verdad no sabria decirte...

  8. #8
    Miembro Array
    Fecha de ingreso
    26 may, 09
    Mensajes
    26
    Gustado
    0 Veces
    Me Gustan
    0 Veces

    Predeterminado Re: Poner Inferno ShoutBox en el Portal

    He estado modificando el código y ya pude poner los emoticons y otros archivos, pero no puedo lograr que funcionen correctamente ((no se casi nada de programación T_T ))
    En fin, este es el código para añadir los botones

    Código:
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> 
    
    <thead> 
    <tr> 
        <td class="tcat" align="center"> 
            <a style="float:right" href="#top" onclick="return toggle_collapse('forumhome_infernoshout')"><img id="collapseimg_forumhome_infernoshout" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_infernoshout].gif" alt="" border="0" /></a> 
            <a href="infernoshout.php?do=archive" title="Ver Archivo">.:: Chat - Portal Extremo::.</a> 
        </td> 
    
    </tr> 
    </thead> 
    <tbody id="shoutbox_editshout" style="display: none;"> 
        <tr> 
            <td class="alt1" align="left" width="240"> 
                <form onsubmit="return InfernoShoutbox.do_edit_shout();" action="index.php" id="editshoutform"> 
                    <span style="float: right;"> 
                        <input type="submit" class="button" value="Update" /> 
                        <input type="button" class="button" value="Delete" onclick="InfernoShoutbox.do_edit_shout(true);" /> 
                        <input type="button" class="button" value="Cancel" onclick="InfernoShoutbox.cancel_edit_shout();" /> 
    
                    </span> 
                    <input type="text" size="60" class="bginput" name="editshout" /> 
                    <input type="hidden" name="shoutid" value="" /> 
                </form> 
            </td> 
        </tr> 
    </tbody> 
    <tbody id="shoutbox_smilies" style="display: none;"> 
        <tr> 
            <td class="alt1" align="center" width="240" id="shoutbox_smilies_row"> 
    
            </td> 
        </tr> 
    </tbody> 
    <tbody id="collapseobj_forumhome_infernoshout" style=""> 
        <tr> 
            <td class="alt1" align="left" width="240"> 
             
                <form onsubmit="return InfernoShoutbox.shout();" action="index.php"> 
                <table width='240' border='0' cellpadding='0' cellspacing='0'> 
        <tr> 
        <td width='240'> 
    
            <input type="text" name="vbshout_pro_shoutbox_editor" style="width: 240" class="bginput" id="vbshout_pro_shoutbox_editor" /> 
        </td> 
        <td style='white-space:nowrap' width='1%'> 
            <input type="button" value="Enviar" class="button" onclick='InfernoShoutbox.shout();' /> 
            <input type="button" value="Opciones" class="button" onclick='InfernoShoutbox.goto_options
            <input type="button" value="Limpiar" class="button" onclick='InfernoShoutbox.clear();'/>
            <input type="button" value="Emoticons" class="button" onclick='InfernoShoutbox.smilies();'/>
        </td> 
    
    </tr> 
    </table> 
                <div style="height: 4px"></div> 
                </form> 
             
    
    
            <div class="alt2" style="padding: 0px; margin: 0px; border: 0px;"> 
                    <table width="240" cellpadding="0" cellspacing="0" id="vbshout_pro_tabs"> 
                    <tr> 
                        <td class="alt1" width="240" style="padding: 0px; margin: 0px; border: 0px;">&nbsp;</td> 
                    </tr> 
                    </table> 
    
            </div> 
    
            <div class="alt2" id="shoutbox_notice" style="display: none; padding-left: 3px; padding-top: 3px;"><b class="highlight">Noticia del Shoutbox:</b> <span class="smallfont" id="shoutbox_notice_message"></span></div> 
            <div class="alt2" id="shoutbox_window"><span id="shoutbox_frame" style="display: block; padding: 3px; overflow:auto;height:250px; width: 240;">Cargando...</span><span id="shoutbox_users_frame" style="display: none; padding: 3px; overflow:auto;height:240px; width: 240">Cargando...</span></div> 
    
             
            </td> 
        </tr> 
    </tbody> 
    
    </table> 
    
    <script type="text/javascript" src="infernoshout/browser/infernoshout.js?ver=1.0.1"></script> 
    <script type="text/javascript"> 
    <!-- 
    
    /** 
     * Inferno Shoutbox Javascript Engine 
     * Created By Inferno Technologies 
     * All Rights Reserved 
     * * * * * * * * * * * * * * * 
     */ 
    
    InfernoShoutbox = new _ishout; 
    InfernoShoutbox.initiate( 
        'index', 
        '1.8E+15', 
        '0', 
        '0', 
        '0', 
        '0', 
        '0', 
        '250', 
        parseInt("5") * 1000 
    ); 
    
    --> 
    </script>
    Espero que ayuden a configurarlo para que contenga todas las opciones como vienen por default.
    Así como tambien poder usar el 'adv_portal_module_wrapper' para que se autoajuste al foro.

  9. #9
    Miembro especial Miembro de diamante Array Avatar de Ricardo Núñez
    Fecha de ingreso
    17 dic, 08
    Ubicación
    San Diego, CA
    Mensajes
    2,057
    Gustado
    423 Veces
    Me Gustan
    148 Veces

    Predeterminado Re: Poner Inferno ShoutBox en el Portal

    Despues de moderar un poco mis foros trabajare en ese codigo para dejarlo en completo pero haber si no se desajusta el foro...

  10. #10
    Miembro especial Miembro de oro Array Avatar de ximenavi
    Fecha de ingreso
    07 jun, 09
    Ubicación
    Santiago
    Mensajes
    122
    Gustado
    2 Veces
    Me Gustan
    30 Veces

    Predeterminado Re: Poner Inferno ShoutBox en el Portal

    Cita Iniciado por rinunez Ver mensaje
    Despues de moderar un poco mis foros trabajare en ese codigo para dejarlo en completo pero haber si no se desajusta el foro...

    Hay perrito, dime si es confiable este shoubox?
    es para todas las versiones?, y otra cosa, este es el mejor?
    o hay otros?

  11. #11
    Miembro especial Miembro de diamante Array Avatar de Ricardo Núñez
    Fecha de ingreso
    17 dic, 08
    Ubicación
    San Diego, CA
    Mensajes
    2,057
    Gustado
    423 Veces
    Me Gustan
    148 Veces

    Predeterminado Re: Poner Inferno ShoutBox en el Portal

    Para mi si es confiable este shoutbox.
    Si sirve para todas las versiones del hack =D

  12. #12
    Miembro Premium Array Avatar de MacGiber
    Fecha de ingreso
    09 abr, 09
    Ubicación
    Puerto Rico
    Mensajes
    208
    Gustado
    3 Veces
    Me Gustan
    42 Veces

    Predeterminado Re: Poner Inferno ShoutBox en el Portal

    panin en el mio despues de trabajar perfecto ahora se queda todo el tiempo cargando !!

  13. #13
    Miembro especial Miembro de diamante Array Avatar de Ricardo Núñez
    Fecha de ingreso
    17 dic, 08
    Ubicación
    San Diego, CA
    Mensajes
    2,057
    Gustado
    423 Veces
    Me Gustan
    148 Veces

    Predeterminado Re: Poner Inferno ShoutBox en el Portal

    Pero, deseguro, o actualizaste el hack o modificaste algo...

  14. #14
    Miembro Premium Array Avatar de MacGiber
    Fecha de ingreso
    09 abr, 09
    Ubicación
    Puerto Rico
    Mensajes
    208
    Gustado
    3 Veces
    Me Gustan
    42 Veces

    Predeterminado Re: Poner Inferno ShoutBox en el Portal

    la version del inferno es 2.5.0!!

  15. #15
    Miembro especial Miembro de diamante Array Avatar de Ricardo Núñez
    Fecha de ingreso
    17 dic, 08
    Ubicación
    San Diego, CA
    Mensajes
    2,057
    Gustado
    423 Veces
    Me Gustan
    148 Veces

    Predeterminado Re: Poner Inferno ShoutBox en el Portal

    que raro :S

    Yo uso la Pro y va de maravilla!!

    No intentaste modificar el logo?

    Borra el modulo y vulvelo a poner y me dices que tal

Página 1 de 2 12 ÚltimoÚltimo