3Likes
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:
PRIMERO ANTES QUE NADA DEBEN TENER INSTALADO Y SUBIDOS TODOS LOS ARCHIVOS DEL INFERNO SHOUTBOX.
1. En el ACP: vbadvanced / add module / template
2.3. OjO: Busca en el modulo Use Module Wrapper Template ponle noCó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;"> </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>
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
Espero que ayuden a configurarlo para que contenga todas las opciones como vienen por default.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;"> </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>
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...
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