|
|
Forum moderator: bigblog |
uCoz Community For Webmasters Custom Solutions Instant Messager |
Instant Messager |
I talked it over with the other users of my site and came to the conclusion we really want a Instant Messager for our site. I am just curious if there is one already out there or if anyone has one I can use.
|
VanuWarrior123, unfortunately there are no system solutions for a messenger at this time. Most of us users are still waiting with baited breath for news of any updates that may occur in relation to the tag board - I have not heard of any that are planned.
As to a solution; you can use any third party chat room and install it on your site. Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
well i added one to the site but how do i access the coding for the forums?
Post edited by VanuWarrior123 - Saturday, 2013-08-03, 1:55 AM
|
dense0293, as for now, we don't know if there ever will be.
Proud uCoz user since 2006
Freelance designer - http://pixelkhaos.com PixelKhaos on twitter - @PixelKhaos I can help you develop your site for a small fee. |
Good afternoon, everybody.
I speak the Russian language. I read the first message. If I understand correctly, you want the messages in the chat updated automatically. This can be done by yourself. Here's a ready solution. Go to this page: http://adress/panel/?a=tmpl;m=17;t=2 Quote <div id="chata" onClick="go_again()" title="Auto-update">Auto<img id="chataimg" style="vertical-align: middle;" src="http://uanon.ucoz.ru/img/chataoff.png"/></div> <script> function again() { if (document.getElementById('chataimg').src == 'http://uanon.ucoz.ru/img/chataon.png') { document.getElementById('mchatIfm2').src='/mchat/?'+Math.random(); }; setTimeout(again, 4000); }; function go_again() { if (document.getElementById('chataimg').src == 'http://uanon.ucoz.ru/img/chataoff.png') { document.getElementById('chataimg').src = 'http://uanon.ucoz.ru/img/chataon.png'; } else { document.getElementById('chataimg').src = 'http://uanon.ucoz.ru/img/chataoff.png'; }; }; again() </script> Paste this code in a convenient location. 4000 - this time between updates. 1000 = 1 second. p.s. css from button: Quote #chata { height: 15px; font-size: 12px; margin: 0 2px; padding: 0 0 0 2px; border: 1px solid grey; border-radius: 2px; float: right; cursor: pointer; background-color: black; } Post edited by Бриз - Tuesday, 2013-08-06, 7:56 AM
|
Бриз,
Quote (Бриз) Good afternoon, everybody. I speak the Russian language. I read the first message. If I understand correctly, you want the messages in the chat updated automatically. This can be done by yourself. i think you got it mean wrong. all they want is IM or Instant Messenger just like facebook. but thanks for your css it really helps me. 1F4BF3B
|
| |||
| |||