• Page 1 of 1
  • 1
Forum moderator: bigblog  
uCoz Community » For Webmasters » Custom Solutions » Instant Messager
Instant Messager
VanuWarrior123
Posts: 6
Reputation: 0

Message # 1 | 2:17 AM
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.
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 2 | 4:42 AM
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. smile

Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
VanuWarrior123
Posts: 6
Reputation: 0

Message # 3 | 1:19 AM
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
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 4 | 1:55 AM
VanuWarrior123, open CP > Design Customisation > Forum > General appearance of forum pages. smile
Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
Cyberdasm
Posts: 639
Reputation: 7

Message # 5 | 1:24 PM
Quote (Paradox)
I have not heard of any that are planned.

Paradox, so it means that it will not be open up this year sir?

1F4BF3B
PixelKhaos
Posts: 636
Reputation: 26

Message # 6 | 6:34 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.
Бриз
Posts: 23
Reputation: 2

Message # 7 | 7:55 AM
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
Cyberdasm
Posts: 639
Reputation: 7

Message # 8 | 8:01 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
uCoz Community » For Webmasters » Custom Solutions » Instant Messager
  • Page 1 of 1
  • 1
Search: