New chat box, a brief analysis!
+10
smurfavr
FrOsTyXi
Van-Helsing
smejker
Daemon
CovalentBond
Niko
Tonight
Eugeo Igvalt
JScript
14 posters
Page 3 of 4
Page 3 of 4 • 1, 2, 3, 4
New chat box, a brief analysis!
First topic message reminder :
Hello everybody!
I've been checking how is the current structure of response of this new version of the chatbox and I was surprised with the content that is now in JSON format !!!
That's right, now more professional and with that we have to make sure that the avatar in posts is closer than we think ...
Look beneath the format returned by the function initListening():
Now see the return of the url http://f36.dnspro.org/sub/cb.366bc21 <- this end I think it's on my forum...
And finally, the return of the posts through prototype get():
Realize that is well structured and that soon we will have the avatar in the messages!
Done: https://help.forumotion.com/t139068-add-your-avatar-into-the-chatbox
Anyone want to comment something?
JS
Hello everybody!
I've been checking how is the current structure of response of this new version of the chatbox and I was surprised with the content that is now in JSON format !!!
That's right, now more professional and with that we have to make sure that the avatar in posts is closer than we think ...
Look beneath the format returned by the function initListening():
- Code:
{
"url": "http:\/\/f36.dnspro.org\/sub\/cb.366bc21",
"lastModified": "Thu, 05 Feb 2015 12:23:56 GMT",
"tag": "0"
}
Now see the return of the url http://f36.dnspro.org/sub/cb.366bc21 <- this end I think it's on my forum...
- Code:
{
"channel": "cb.366bc21",
"text": "init",
"tag": "0",
"time": "Thu, 05 Feb 2015 12:23:56 GMT"
}
And finally, the return of the posts through prototype get():
- Code:
{
"connected": true,
"messages": [{
"userId": "-10",
"msg": "Messages cleared by JScript",
"time": "1423140436",
"username": "JScript",
"action": "clear",
"chat_level": null,
"user_level": null,
"date": "05 Feb 2015",
"datetime": "05:47:16 05\/02\/2015"
}, {
"userId": "1",
"msg": "<span style="color: #222222">Test 01<\/span>",
"time": "1423140440",
"username": "JScript",
"action": "msg",
"chat_level": "2",
"user_level": "1",
"date": "05 Feb 2015",
"datetime": "05:47:20 05\/02\/2015",
"user": {
"color": "#000099",
"admin": true
}
}],
"users": {
"1": {
"online": true,
"id": "1",
"username": "JScript",
"admin": true,
"userLebel": "1",
"chatLevel": "2",
"color": "#000099"
}
}
}
Done: https://help.forumotion.com/t139068-add-your-avatar-into-the-chatbox
Anyone want to comment something?
JS
Last edited by JScript on February 17th 2015, 9:09 am; edited 1 time in total
Re: New chat box, a brief analysis!
@smurfavr
See my code running on Google Chrome without any visual problem:
I'll repeat: The problem is the skin that you use on your forum!
This skin was poorly designed!
JS
See my code running on Google Chrome without any visual problem:
I'll repeat: The problem is the skin that you use on your forum!
This skin was poorly designed!
JS
Re: New chat box, a brief analysis!
@Black-Shadow
@FrOsTyXi@
Ok, download the current version as it fixes this problem!
Link: https://help.forumotion.com/t138790-new-chat-box-a-brief-analysis#944916
Note: Remember to delete messages with /cls before or after changing the code!
JS
@FrOsTyXi@
Ok, download the current version as it fixes this problem!
Link: https://help.forumotion.com/t138790-new-chat-box-a-brief-analysis#944916
Note: Remember to delete messages with /cls before or after changing the code!
JS
Re: New chat box, a brief analysis!
Hello @JScript,
Its says the file has been moved or deleted on this link help.forumotion.com/t138790-new-chat-box-a-brief-analysis#944916.
Its says the file has been moved or deleted on this link help.forumotion.com/t138790-new-chat-box-a-brief-analysis#944916.
Re: New chat box, a brief analysis!
Hello @JScript
Is there away to have the users connected to chatbox while are online on forum? Have you add the commands /system [msg] for system messages and /warning [msg] for custom messages?
Is there away to have the users connected to chatbox while are online on forum? Have you add the commands /system [msg] for system messages and /warning [msg] for custom messages?
Re: New chat box, a brief analysis!
Hello @JScript,
It not working correctly on mozilla firefox it is displaying again the messages id numbers after 2-3 page refreshes
and it entering in the archives mode.
When I am pressing back to chat link it is displaying again "Member Connected/Disconnected" (Green/Red Message)
Notice: I have done /cls after update and cleared browser's cache and cookies but the problem still remaining.
It not working correctly on mozilla firefox it is displaying again the messages id numbers after 2-3 page refreshes
and it entering in the archives mode.
When I am pressing back to chat link it is displaying again "Member Connected/Disconnected" (Green/Red Message)
Notice: I have done /cls after update and cleared browser's cache and cookies but the problem still remaining.
Re: New chat box, a brief analysis!
@FrOsTyXi & Black-Shadow and others:
I did some fixes and improvements in the code, try and let me know about any problems okay?
Download link: https://help.forumotion.com/t138790-new-chat-box-a-brief-analysis#956061
JS
I did some fixes and improvements in the code, try and let me know about any problems okay?
Download link: https://help.forumotion.com/t138790-new-chat-box-a-brief-analysis#956061
JS
Re: New chat box, a brief analysis!
@JScript The code is installed and working fine so far, if any issue I will post immediately.
Regards
FrOsTyXi
Regards
FrOsTyXi
Re: New chat box, a brief analysis!
OK thank you!
I added the command /info that shows basic information of the code, with this I can know information about the used version.
JS
I added the command /info that shows basic information of the code, with this I can know information about the used version.
JS
Re: New chat box, a brief analysis!
I installed it in my forum but I'm not able to see the rest of the forums anymore why would it be?
Have to say that I only have few forums because it's my forum test.
Have to say that I only have few forums because it's my forum test.
Guest- Guest
Re: New chat box, a brief analysis!
@mpelmmc
Hello!
We can know what is your forum?
You've followed all the guidelines of what was posted at this link: https://help.forumotion.com/t138790-new-chat-box-a-brief-analysis#956061 ?
JS
Hello!
We can know what is your forum?
You've followed all the guidelines of what was posted at this link: https://help.forumotion.com/t138790-new-chat-box-a-brief-analysis#956061 ?
JS
Re: New chat box, a brief analysis!
@JScript after timed out logout from the chatbox when I am doing refresh is not forcing auto-login function and I have set the auto-login value to 1(enabled).
But it is working when I giving the command /exit
But it is working when I giving the command /exit
Re: New chat box, a brief analysis!
Sure @JScript I did that but it looks like this in my Admin account:
In guest mode:
I'll let you my link forum into the hide thing so It won't be spam. I can send you the link for PM anyways.
The forum is in Spanish cuz I'm Spanish. I can change the language if you feel comforted.
Thanks.
In guest mode:
I'll let you my link forum into the hide thing so It won't be spam. I can send you the link for PM anyways.
The forum is in Spanish cuz I'm Spanish. I can change the language if you feel comforted.
Thanks.
Guest- Guest
Re: New chat box, a brief analysis!
@mpelmmc
You confused the codes with the topics!
What you want is related to this topic: https://help.forumotion.com/t137294p60-project-staff-s-chatbox#927268
This one is only for FM chatbox,
JS
You confused the codes with the topics!
What you want is related to this topic: https://help.forumotion.com/t137294p60-project-staff-s-chatbox#927268
This one is only for FM chatbox,
JS
Re: New chat box, a brief analysis!
@Black-Shadow
Based on the fact that I did not change anything significantly in the editing of messages in code and your forum contains the following error:
Then, with your forum containing errors, it is difficult to assess the problem!
JS
Based on the fact that I did not change anything significantly in the editing of messages in code and your forum contains the following error:
Then, with your forum containing errors, it is difficult to assess the problem!
JS
Re: New chat box, a brief analysis!
Ok @JScript,
I found it and remove it. What must I do now?Re-Install the chat code again or must I fix something else?
I found it and remove it. What must I do now?Re-Install the chat code again or must I fix something else?
Re: New chat box, a brief analysis!
@Black-Shadow
And this error persists? Interesting that does not happen in any of the four forums that I'm using at the moment!
Try reinstalling the code, clear messages from chat ...
JS
And this error persists? Interesting that does not happen in any of the four forums that I'm using at the moment!
Try reinstalling the code, clear messages from chat ...
JS
Re: New chat box, a brief analysis!
@JScript,
Yes the error is still appearing, I cleared the chatbox and cookies, re-install the code but with no result, it was worked for a little time and now the error is back again. I cant locate where is the error now it is on and off periodically the chatbox code.
Yes the error is still appearing, I cleared the chatbox and cookies, re-install the code but with no result, it was worked for a little time and now the error is back again. I cant locate where is the error now it is on and off periodically the chatbox code.
Re: New chat box, a brief analysis!
Ok @JScript I have reactivated the testing account the details are the same as pm you.
Update:
Hello @JScript,
After yesterday's night little modification the chatbox working perfect and problems fixed.
Thank you.
Is possible to add the command /system [message] and the command /warning [message](with custom background color)?
These command are similar with command /shake.
*[message] custom Administrator/Moderator message
Update:
Hello @JScript,
After yesterday's night little modification the chatbox working perfect and problems fixed.
Thank you.
Is possible to add the command /system [message] and the command /warning [message](with custom background color)?
These command are similar with command /shake.
*[message] custom Administrator/Moderator message
Re: New chat box, a brief analysis!
@JScript we are having a issue, my admin says when she goes to edit messages she gets the undefined message in the text input line. You have a test account for my forum and as I said this has happened to a moderator and a admin, I myself do very little shout edits so I have not seen a issue. Maybe it was a glitch but not sure.
Please do not rush to assist on this as I do not see it as a major issue at the moment, we can wait for a code update.
I really like what @Black-Shadow is asking for with custom commands but in future updates!
Regards
FrOsTyXi
Please do not rush to assist on this as I do not see it as a major issue at the moment, we can wait for a code update.
I really like what @Black-Shadow is asking for with custom commands but in future updates!
Regards
FrOsTyXi
Re: New chat box, a brief analysis!
Hello @FrOsTyXi,
I think another addon chatbox function which allowing only external links to social media and youtube and rejecting all other links by displaying a message "[External links are not allowed to the chatbox]".
I hope @JScript to include these four functions on next update:
1. System Message [Custom message by Adm/mod]
2. Warning Message [Custom message by Adm/mod]
3. Automated Message Filtering on External Links
4. Members connected to chatbox while they are connected to forum
Best Regards,
Black-Shadow.
I think another addon chatbox function which allowing only external links to social media and youtube and rejecting all other links by displaying a message "[External links are not allowed to the chatbox]".
I hope @JScript to include these four functions on next update:
1. System Message [Custom message by Adm/mod]
2. Warning Message [Custom message by Adm/mod]
3. Automated Message Filtering on External Links
4. Members connected to chatbox while they are connected to forum
Best Regards,
Black-Shadow.
Re: New chat box, a brief analysis!
@Black-Shadow I love the ideas I hope it will not be too hard for @JScript to implement these into the code!
Regards
FrOsTyXi
Regards
FrOsTyXi
Page 3 of 4 • 1, 2, 3, 4
Similar topics
» How to remove the @ in the Chat box/ How to make the default chat box on every page of forum?
» Hide chat/Ban all users chat (except Admin/Mods/Group)
» The Pig Chat Forums, A Place To Chat About Anything
» Chat World Chat site
» How to put FM Chat or other CHAT on ALL pages
» Hide chat/Ban all users chat (except Admin/Mods/Group)
» The Pig Chat Forums, A Place To Chat About Anything
» Chat World Chat site
» How to put FM Chat or other CHAT on ALL pages
Page 3 of 4
Permissions in this forum:
You cannot reply to topics in this forum