Poner Inferno ShoutBox en el Portal

  • Autor Autor Ricardo Núñez
  • Fecha de inicio Fecha de inicio
R

Ricardo Núñez

Eta
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
PRIMERO ANTES QUE NADA DEBEN TENER INSTALADO Y SUBIDOS TODOS LOS ARCHIVOS DEL INFERNO SHOUTBOX.

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

2.
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..!!
 
Y como lo puedo esconder o osea que sea visible para los usuarios registrado nada mas ... ?

Gracias!🙂
 
Donde estas creando el modulo salen unas palomitas en donde estan los nombres de los grupos, entonces desmarcas donde dice: UNREGISTERED/NOT LOGUED IN
 
este es parecido al vbshout?
 
si se parece xD pero prefiero este...
 
muchas gracias por el tuto, esto es lo q necesitaba, pero...como puedo añadirle las demás opciones al chat?
 
pss la verdad no sabria decirte...
 
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

Insertar CODE, HTML o PHP:
<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.
 
Despues de moderar un poco mis foros trabajare en ese codigo para dejarlo en completo pero haber si no se desajusta el foro...
 
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?
 
Para mi si es confiable este shoutbox.
Si sirve para todas las versiones del hack =D
 
panin en el mio despues de trabajar perfecto ahora se queda todo el tiempo cargando !!
 
Pero, deseguro, o actualizaste el hack o modificaste algo...
 
la version del inferno es 2.5.0!!
 
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
 
lo deje tal como tu lo bajastes al foro!! pero intento y te dejo saber !!
 
lo instale en el foro me corre de 10
pero en el portal dice
Cargando... y hay se queda T_T
PD: no lo quiero en el foro solo lo instale para probarlo hay
lo quiero en en portal :'(
please help me
 
Hola moises9633.

Prueba reemplazando ese código con el que te adjunto en este *.txt:

Ver el archivo adjunto 2361

Si estás en un servidor gratuito, dudo que pueda funcionarte
 
Ver el archivo adjunto 2362
no tengo un servidor pago privado para mi solo
remplaze el archivo y nada mira la imagen :'(
que rarro en el foro si me corre pero en el portal no
 
Hola moises9633.

Busca en el código que te adjunté esta línea:

HTML:
<script type="text/javascript" src="infernoshout/browser/infernoshout.js?ver=1.0.1"></script>

Y la reemplazas por esta:

HTML:
<script type="text/javascript" src="$vboptions[bburl]/infernoshout/browser/infernoshout.js?ver=1.0.1"></script>

Si no te funciona, por favor me lo haces saber.
 
Atrás
Arriba