Forum gratuit: forum de suport al utilizatorilor
Doriți să reacționați la acest mesaj? Creați un cont în câteva clickuri sau conectați-vă pentru a continua.

Cum pot face si eu un chat box ca si acesta

Vezi subiectul anterior Vezi subiectul urmator In jos

Rezolvat Cum pot face si eu un chat box ca si acesta

Mesaj Scris de Pascu Emanuel Sam Mai 05, 2012 1:36 pm

Salut, as vrea sa fac daca se poate un chatbox ca acesta sau daca se poate ca acesta:

Demo 1: chat - Cum pot face si eu un chat box ca si acesta 6jOAT

Demo 2: chat - Cum pot face si eu un chat box ca si acesta ZUEnh

Multumesc !


Ultima editare efectuata de catre Pascu Emanuel in Sam Mai 05, 2012 1:48 pm, editata de 1 ori
Pascu Emanuel

Pascu Emanuel
Membru activ

Mesaje : 567
Varsta : 31
Localizare : Oradea
Data înscrierii : 18/04/2012
Mulțumiri : 0
Internet Explorer punBB

http://webb-coding.forumz.ro/
Pascu Emanuel a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum pot face si eu un chat box ca si acesta

Mesaj Scris de Omu Sam Mai 05, 2012 1:42 pm

Adauga in Header :

Cod:
<script src="http://avacweb.net/FM/Public/lgchatv4.5.js" type="text/javascript"></script>
<div id="userId" style="display:none">{USERLINK}</div>
<div id="LGchatbtn" class="LGchatBtn" onclick="LGchatShowHide('LGchat');" onmousedown="savelst();"> Chat </div>
<span id="chatcount" class="LGchatBtn" onclick="LGchatShowHide('LGchatOnlineUsers');"></span>
<div id="LGchatOnlineUsers" style="display:none;"></div>
<div style="display:none;text-align:left;" id="LGchat">To PM a user in the chatbox use this structure: '/pm username: message' for example '/pm LGforum: hi there!'.<div id="lgchatholder"><iframe name="LGchat" style="width:99%;height:450px;margin-top:5px;border:none" src="/chatbox/index.forum?archives=1" onload="LGchatStart();"></iframe></div>
<div id="lgtogglesnd" onclick="togglelgsound();" style="cursor:pointer;">Sound is: <span class="snd" id="sndon">On</span>
<span class="snd" style="display:none;" id="sndoff">Off</span>
</div></div>

CSS:

Cod:
    /**** LG CHAT STYLING ****/
    #LGchat {
      background: #e8e8e8; /* EDITABLE - Color of block around outside */
      width: 80%;
      float: right;
      z-index: 999;
      position: fixed;
      right: 5px;
      bottom: 30px;
      margin: 0px;
      padding: 3px;
    }
    #LGchatbtn {
      width: 90px;
      right: 40px;
      height: 24px;
    }
    .LGchatBtn {
      background: #CADCEB; /* EDITABLE - Background color of buttons */
      cursor: pointer;
      line-height: 22px;
      color: #105289; /* EDITABLE - Color of border and text of buttons */
      font-family: Tahoma,Verdana,Arial;
      font-size: 13px;
      font-weight: bold;
      text-align: center;
      -moz-border-radius: 6px;
      border-radius: 6px ;
      border:1px solid;
      position: fixed;
      bottom: 1px;
    }
    .LGchatBtn:hover { color: #d31141;} /* EDITABLE - Color of text and border of buttons on hover */
    .chatPM { display: none;border: 1px solid #105289;padding: 3px;margin: 3px;font-size: 13px;}
    #LGchatOnlineUsers .online{background-image: none;}
    #chatcount {  width: 35px;  right: 2px;  height: 24px;}
    #LGchatOnlineUsers {
      height: 400px; /* EDITABLE - height of the online box */
      width: 200px; /* EDITABLE - width of the online box */
      border: 2px solid #105289; /* EDITABLE - border of online box */
      border-radius: 6px;
      position: fixed;
      right: 5px;
      bottom: 30px;
      z-index: 999;
      background: #fff; /* EDITABLE - Background color of online box */
    }
    #LGchatOnlineUsers h4 {
      background-color: #105289;  /* EDITABLE - Background color of header of online box */
      font-size: 14px;
      text-align: center;
      margin-top: 0px;
      margin-bottom: 5px;
      color: #fff;  /* EDITABLE -  color of text in the header of online box */
      padding: 3px 0px;
    }
    #lgtogglesnd {  font-weight: bold;  color: #000;  /* EDITABLE - color of sound toggling button */
    margin: 5px;  width: 100px;}
    #LGsticky {
      position: absolute;
      top: 30px; right: 0px; left: 0px;
      border: 1px solid #c05; /* EDITABLE - Border color of sticky message box. */
      background: #e1ebf2; /* EDITABLE - Background color of sticky message box */
      padding: 4px;
      text-align: center;     
    }

As dori acordul unui moderator pentru a posta link-ul de unde poti personaliza chat-ul. Este creeat de LG, un webmaster de pe Forumotion Fericit
Omu

Omu
Membru onorific
Membru onorific

Mesaje : 6302
Varsta : 27
Data înscrierii : 04/11/2010
Mulțumiri : 154
Google Chrome punBB

http://techtitans.forumer.ro/
Omu a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum pot face si eu un chat box ca si acesta

Mesaj Scris de Pascu Emanuel Sam Mai 05, 2012 1:48 pm

Multumesc Omu !

topic rezolvat
Pascu Emanuel

Pascu Emanuel
Membru activ

Mesaje : 567
Varsta : 31
Localizare : Oradea
Data înscrierii : 18/04/2012
Mulțumiri : 0
Internet Explorer punBB

http://webb-coding.forumz.ro/
Pascu Emanuel a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum pot face si eu un chat box ca si acesta

Mesaj Scris de Omu Sam Mai 05, 2012 1:51 pm

Pentru putin Râset
Am cerut acordul unui membru al staff-ului deci iata-l:
http://www.avacweb.net/FM/Public/installLGchat.html
Omu

Omu
Membru onorific
Membru onorific

Mesaje : 6302
Varsta : 27
Data înscrierii : 04/11/2010
Mulțumiri : 154
Google Chrome punBB

http://techtitans.forumer.ro/
Omu a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum pot face si eu un chat box ca si acesta

Mesaj Scris de Vizitato Sam Mai 05, 2012 1:51 pm

topic rezolvat
Anonymous

Vizitato
Vizitator


Vizitato a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum pot face si eu un chat box ca si acesta

Mesaj Scris de Continut sponsorizat


Continut sponsorizat


Continut sponsorizat a fost mulțumit de autorul acestui subiect.

Vezi subiectul anterior Vezi subiectul urmator Sus

- Subiecte similare

Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum