Cargando...
Notificaciones Password  Username

Regresar CPortada - Mas que un foro, tu Comunidad.  » Recursos para Forumotion - Foroactivo » INVISION
Actualizar esta página Pop Out Chatbox v2.0
Nombre de Usuario:
Contraseña:
   

Responder al tema
 
Herramientas Pop Out Chatbox v2.0 2x97uModos de visualización Pop Out Chatbox v2.0 2x97u

Pop Out Chatbox v2.0 UFXmlYjPop Out Chatbox v2.0 ZcHKMjL
(#1)
Old  Supervisor
">
Underground
Supervisor
Underground
2365931114/01/2010España
 
Pop Out Chatbox v2.0 Empty Pop Out Chatbox v2.0 - 8/10/2011, 9:05 am

Hola usuarios!
Esta es una actualización que todos hemos estado esperando! Hoy, estoy orgulloso de presentar a todo el mundo, el Pop "Advanced fuera Chatbox v2 ! V2 no sólo fijar v1.0, v1.5, pero lo arregla así. Junto con las revisiones de varios que hace, sino que también mejora su ventana de chat para una mejor Aquí está una lista de lo que se fija a partir de v1.5, v1.0 y.:


  • Corrige error cromo jQuery

  • Fija no ser capaz de iniciar sesión en absoluto

  • Fija no ser capaz de abrir incluso el chat

  • Corrige problemas de CSS (globalmente cross-browser)

  • Soluciona problemas de identificación

  • Las cookies soluciona los problemas


¿Cuál es nuevo junto con las actualizaciones:

  • Si el chat es libre, y usted va a un nuevo enlace, que permanecerá abierta!

  • Si alguien entra en un mensaje, el título de la ventana de la ficha se dice "! Mensaje Nuevo!"

  • Si alguien entra en un mensaje, escuchará un pitido (todo volumen)

  • A poco tiempo de respuesta más rápido
    Elección de los que reciben para ver el chat
    Y más ...



He aquí cómo instalarlo:

1. Ir al Panel de Administración -> Módulos - Chatbox> -> Configuración ->
Activar la Chatbox: "Sí"
pantalla Chatbox: "No mostrar" (o puede si lo desea)
. validar Hit

2. Navigate al Panel de Administración -> Módulos -> HTML y JavaScript -> páginas de administración HTML

3. Crear una nueva página HTML

4. Coloque la siguiente información:

  • Título: Chatbox

  • ¿Desea utilizar el foro de cabecera y pie de página: No

  • Utilice esta página como página de inicio: No

  • Pega el siguiente código en la casilla del código:


Código:
var cb_new=1;
var cbmp3='http://bit.ly/rupblD';
jQuery(document).ready(function(){
jQuery('body').append('<span id="cbalarm"></span>');
});
jQuery('body').append('<div style="border-top: 7px solid COLORHERE;border-left: 7px solid COLORHERE; border-radius: 20px 0 0 0; z-index: 10000; -moz-border-radius: 20px 0 0 0; -webkit-border-radius: 20px 0 0 0; background-color: COLORHERE; position: fixed; bottom: 0px; right: 0px;" onMousever="stopINT()" onClick="stopINT()" onClick="stopINT()" onMouseOut="stopINT()" id="chatbox_ret_cont"><div style="font-size: 12px; font-family: \'trebuchet ms\', serif; cursor: pointer; padding: 3px;"  onClick="(document.getElementById(\'chatbox_ret\').style.display==\'block\')?my_setcookie(\'chatbox_ret\',\'0\',0,0):my_setcookie(\'chatbox_ret\',\'1\',0,0); jQuery(\'#chatbox_ret\').toggle(\'normal\');"><span style="color:black" id="chat1">ChatBox</span><span id="chat2"></span></div><iframe src="/chatbox/index.forum" id="chatbox_ret" name="chatbox_ret" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" style="width: 740px; height: 400px; display: none;" onLoad="if(cb_new) { cb_start(); cb_new=0; }"></iframe></div>')
if(parseInt(my_getcookie('chatbox_ret'))==1) document.getElementById('chatbox_ret').style.display='block';
if(!document.getElementById('i_icon_mini_login')){var oldCCB;var oldDCB;var pageTitle=document.title; var INTCB;function stopINT(){ if(INTCB!=undefined){clearInterval(INTCB);document.title=pageTitle;} return true;} function checkCB(){ if(parent.chatbox_ret.connected){ if(parent.chatbox_ret.document.getElementById('chatbox_members').childNodes.length==2) { if(parent.chatbox_ret.document.getElementById('chatbox_members').childNodes[0].className=='member-title away') { document.getElementById('chat1').innerHTML="Chat";document.getElementById('chat2').innerHTML="Box"; } else { document.getElementById('chat2').innerHTML="Box";document.getElementById('chat1').innerHTML="Chat"; } } else if(parent.chatbox_ret.document.getElementById('chatbox_members').childNodes.length>2) { document.getElementById('chatbox_ret_online').innerHTML=parent.chatbox_ret.document.getElementById('chatbox_members').childNodes[1].childNodes.length;document.getElementById('chatbox_ret_offline').innerHTML=parent.chatbox_ret.document.getElementById('chatbox_members').childNodes[5].childNodes.length; }
 parent.chatbox_ret.document.getElementById('refresh_auto').checked=true; var newDCB= parent.chatbox_ret.document.getElementById('chatbox').childNodes[ parent.chatbox_ret.document.getElementById('chatbox').childNodes.length-1].firstChild.innerHTML; if(newDCB!=oldDCB){oldDCB=newDCB;var newCCB= parent.chatbox_ret.document.getElementById('chatbox').childNodes[ parent.chatbox_ret.document.getElementById('chatbox').childNodes.length-1].childNodes[2].innerHTML; stopINT();if(newCCB!=oldCCB){ oldCCB=newCCB; jQuery('#cbalarm').html('<object id="cbalarm" type="application/x-shockwave-flash" data="http://tinyurl.com/minidew-fa" width="0" height="0" style="visibility:hidden"><param name="movie" value="http://tinyurl.com/minidew-fa" /><param name="flashvars" value="mp3='+cbmp3+'&autoplay=1" /></object>');INTCB=setInterval("document.title=(document.title==pageTitle)?'!!! New Message !!!':pageTitle;",500); setTimeout('stopINT()',300000);}}}else {  stopINT();}} function cb_start() { if(parent.chatbox_ret.connected) { oldDCB= parent.chatbox_ret.document.getElementById('chatbox').childNodes[ parent.chatbox_ret.document.getElementById('chatbox').childNodes.length-1].firstChild.innerHTML;oldCCB= parent.chatbox_ret.document.getElementById('chatbox').childNodes[ parent.chatbox_ret.document.getElementById('chatbox').childNodes.length-1].childNodes[2].innerHTML; } else { oldDCB=''; oldCCB=''; } setInterval('checkCB()',1000); parent.chatbox_ret.onfocus= parent.chatbox_ret.onkeypress= parent.chatbox_ret.onclick= parent.chatbox_ret.onblur=stopINT;}}

Para modificar los colores del borde y el color de fondo, por favor, editar los campos que dicen: color aquí .
4. Pulse Guardar
5. Navegue hasta el Panel de Administración -> Módulos -> Portal y Widgets -> Foro reproductores de gestión
6. Asegúrese de que "widgets foro de pantalla" se ajusta en "Sí"
7. Crear un nuevo widget
8. Coloque la siguiente información:
  • Nombre del Widget: Chatbox v2.0

  • Utilice el tipo de mesa: No

  • Título Widget: Dejar en blanco!

  • Pega el siguiente código en la casilla del código:


Código:
<script src="http://code.jquery.com/jquery-latest.js"> </ script>
<script src="PASTE página HTML URL HERE" type="text/javascript"> </ script>

Para encontrar el código de la página HTML URL, vaya al Panel de Administración -> Módulos -> HTML y JavaScript -> HTML de gestión de páginas ... luego encontrar el Chatbox, y copiar el "Link URL".
9. Pulse Guardar
10. Arrastre el widget a donde quieras.
11. Pulse Guardar
12. Cambie los permisos del widget haciendo clic en el widget Chatbox v2.0 ha arrastrado.
13. Cambiar los permisos para lo que quieras. (De preferencia los miembros, moderadores y administradores)
14. Luego, vaya a Panel de Administración -> Pantalla -> Colores -> Hoja de estilos CSS: Pegar:

Código:
. Resize_process img.resize_img {
display: block;
}

Y ya está!

Demo:

Pop Out Chatbox v2.0 Chat110

Pop Out Chatbox v2.0 Chat210

Pop Out Chatbox v2.0 Chat310

Pop Out Chatbox v2.0 UFXmlYjPop Out Chatbox v2.0 ZcHKMjL
(#2)
Old  Developer
">
Axtrix
Developer
Axtrix
99138424/01/2011España
 
 http://tptf.foroactivo.com
Pop Out Chatbox v2.0 Empty Re: Pop Out Chatbox v2.0 - 9/10/2011, 8:53 am

Por que no poneis cosas originales

Comentar con facebook:
Pop Out Chatbox v2.0 Imagen11
 » Temas similares en otros foros
» Eliminar "@" de la chatbox
» Poner sonido a la ChatBox
» Poner sonido a la ChatBox
» Cambiar la apariencia de la Chatbox
» [Resuelto] Sonido en el ChatBox
 
Permisos de este foro:
No puedes responder a temas en este foro.

 Los Códigos BB están Activado
 Los Emoticonos están Activado
 Código [IMG] está Activado
 Código HTML está Activado