GM Script: chatglove - a floating game chat - v 1.6.4
Moderator: Tech Team
Forum rules
Please read the Community Guidelines before posting.
Please read the Community Guidelines before posting.
Re: GM Script: chatglove - a floating game chat - v 1.6.4
Sorry, Lack did an update recently, it seems to have impacted negatively on some scripts tho, so until Fox is able to fix this, or the Tech dudes are able to translate all the update benefits to normal tongue, may I suggest disabling Chatglove temporarily if it's errors out-way it's usefulness for the time-being?
-
Dako
- Posts: 3987
- Joined: Sun Aug 26, 2007 9:07 am
- Gender: Male
- Location: St. Petersburg, Russia
- Contact:
Re: GM Script: chatglove - a floating game chat - v 1.6.4
Yeah, just wait for Foxy to update it or tell you how to fix it.

Re: GM Script: chatglove - a floating game chat - v 1.6.4
And for fox: I know of 1 change that could have a little impact. The structure around the game options has changed, so this won't succeed any more:
var gameType = (/Game\sType\:\s<b>(\w+)<\/b>/(document.getElementById("dashboard").innerHTML))[1];
Not sure why that breaks the script, but at least it's worth fixing.
var gameType = (/Game\sType\:\s<b>(\w+)<\/b>/(document.getElementById("dashboard").innerHTML))[1];
Not sure why that breaks the script, but at least it's worth fixing.
Re: GM Script: chatglove - a floating game chat - v 1.6.4
Hey everyone - sorry for the broken chatbug. It did break because of the site change.
I'm glad that so many people appreciate chatglove! Unfortunately, I will no longer have time to keep in updated and compatible with the current site code.
If anyone else would like to take it over, feel free! I hope that the CC community won't have to remain cold and gloveness without me.
[spoiler=If you are technically inclined and want to change your code, here is what you need to do]REPLACE THIS:
WITH THIS:
[/spoiler]
I'm glad that so many people appreciate chatglove! Unfortunately, I will no longer have time to keep in updated and compatible with the current site code.
If anyone else would like to take it over, feel free! I hope that the CC community won't have to remain cold and gloveness without me.
[spoiler=If you are technically inclined and want to change your code, here is what you need to do]REPLACE THIS:
Code: Select all
function isTeamGame() {
var gameType = (/Game\sType\:\s<b>(\w+)<\/b>/(document.getElementById("dashboard").innerHTML))[1];
if(gameType == "Doubles" || gameType == "Triples" || gameType == "Quadruples")
return true;
else
return false;
}
WITH THIS:
Code: Select all
function isTeamGame() {
try {
var gameType = document.getElementsByTagName("dd")[0].innerHTML;
if(gameType == "Doubles" || gameType == "Triples" || gameType == "Quadruples")
return true;
else
return false;
}
catch(e)
{
return false;
}
}
- Lindax
- Tournament Director

- Posts: 11207
- Joined: Sun Jan 20, 2008 12:58 pm
- Location: Paradise Rediscovered
Re: GM Script: chatglove - a floating game chat - v 1.6.4
Foxglove wrote:Hey everyone - sorry for the broken chatbug. It did break because of the site change.
I'm glad that so many people appreciate chatglove! Unfortunately, I will no longer have time to keep in updated and compatible with the current site code.
If anyone else would like to take it over, feel free! I hope that the CC community won't have to remain cold and gloveness without me.
[spoiler=If you are technically inclined and want to change your code, here is what you need to do]REPLACE THIS:Code: Select all
function isTeamGame() {
var gameType = (/Game\sType\:\s<b>(\w+)<\/b>/(document.getElementById("dashboard").innerHTML))[1];
if(gameType == "Doubles" || gameType == "Triples" || gameType == "Quadruples")
return true;
else
return false;
}
WITH THIS:[/spoiler]Code: Select all
function isTeamGame() {
try {
var gameType = document.getElementsByTagName("dd")[0].innerHTML;
if(gameType == "Doubles" || gameType == "Triples" || gameType == "Quadruples")
return true;
else
return false;
}
catch(e)
{
return false;
}
}
Nooooo! I want my floating chat! Nothing nicer than playing a speed game while having a chat floating next to the map....
Lx
"Winning Solves Everything" - Graeko
Re: GM Script: chatglove - a floating game chat - v 1.6.4
Any of you people who are far smarter than me wanting to pick up this project for the rest of us? I would love to have my floating chat back!
Re: GM Script: chatglove - a floating game chat - v 1.6.4
detachable chat, I must have it!!
please!
please!
- Commander62890
- Posts: 1415
- Joined: Sat Jun 07, 2008 1:52 pm
- Gender: Male
- Contact:
Re: GM Script: chatglove - a floating game chat - v 1.6.4
Need my detachable chat!!!
-
wisemanpsemc
- Posts: 1362
- Joined: Thu Dec 31, 2009 8:59 pm
Re: GM Script: chatglove - a floating game chat - v 1.6.4
Foxglove wrote:[spoiler=If you are technically inclined and want to change your code, here is what you need to do]REPLACE THIS:Code: Select all
function isTeamGame() {
var gameType = (/Game\sType\:\s<b>(\w+)<\/b>/(document.getElementById("dashboard").innerHTML))[1];
if(gameType == "Doubles" || gameType == "Triples" || gameType == "Quadruples")
return true;
else
return false;
}
WITH THIS:[/spoiler]Code: Select all
function isTeamGame() {
try {
var gameType = document.getElementsByTagName("dd")[0].innerHTML;
if(gameType == "Doubles" || gameType == "Triples" || gameType == "Quadruples")
return true;
else
return false;
}
catch(e)
{
return false;
}
}
I tried this but it didn't seem to work. Maybe I am not smart enough, lol.
- elfish_lad
- Posts: 1155
- Joined: Sat Jul 18, 2009 7:49 pm
Re: GM Script: chatglove - a floating game chat - v 1.6.4
OMG... say it ain't so!!!
~quickly enrols in a computer programming college thingy~
~quickly enrols in a computer programming college thingy~
- Incandenza
- Posts: 4949
- Joined: Thu Oct 19, 2006 5:34 pm
- Gender: Male
- Location: Playing Eschaton with a bucket of old tennis balls
Re: GM Script: chatglove - a floating game chat - v 1.6.4
Yep, the copypasta doesn't work...
THOTA: dingdingdingdingdingdingBOOM
Te Occidere Possunt Sed Te Edere Non Possunt Nefas Est
Te Occidere Possunt Sed Te Edere Non Possunt Nefas Est
Re: GM Script: chatglove - a floating game chat - v 1.6.4
We want more! WE WANT MORE! ](./images/smilies/eusa_wall.gif)
](./images/smilies/eusa_wall.gif)
- silverking8
- Posts: 9
- Joined: Tue Mar 23, 2010 1:01 pm
- Location: FL
Re: GM Script: chatglove - a floating game chat - v 1.6.4
Hello glovers,
[player]dwilhelmi[/player] has offered to take over this script.
Yay!
I will work with him get a new version going soon!
[player]dwilhelmi[/player] has offered to take over this script.
I will work with him get a new version going soon!
Re: GM Script: chatglove - a floating game chat - v 1.6.4
I already liked [player]dwilhelmi[/player] and all, but now I really like him!
Re: GM Script: chatglove - a floating game chat - v 1.6.4
Alright guys, new script is hosted. I will be working with Foxy to get the update to notify for everyone, but for now you can head over to http://www.conquerclub.com/forum/viewtopic.php?f=527&t=132761 to get the latest version.
Re: GM Script: chatglove - a floating game chat - v 1.6.4
Thanks foxy, for all your hard work. 
- silverking8
- Posts: 9
- Joined: Tue Mar 23, 2010 1:01 pm
- Location: FL
Re: GM Script: chatglove - a floating game chat - v 1.6.4
Thanks for taking over dwilhelmi... my gloveliness is back to a lovely state!
Thanks for all your work Foxy 

- fumandomuerte
- Posts: 620
- Joined: Sat Dec 29, 2007 1:27 am
- Gender: Male
- Location: The Cinderella of the Pacific
Re: GM Script: chatglove - a floating game chat - v 1.6.4
dwilhelmi wrote:Alright guys, new script is hosted. I will be working with Foxy to get the update to notify for everyone, but for now you can head over to http://www.conquerclub.com/forum/viewtopic.php?f=527&t=132761 to get the latest version.
You're my hero

Thanks to the CC staff for the perma-ban on [player]۩░▒▓₪№™℮₪▓▒░۩[/player]!
- Lindax
- Tournament Director

- Posts: 11207
- Joined: Sun Jan 20, 2008 12:58 pm
- Location: Paradise Rediscovered
Re: GM Script: chatglove - a floating game chat - v 1.6.4
fumandomuerte wrote:dwilhelmi wrote:Alright guys, new script is hosted. I will be working with Foxy to get the update to notify for everyone, but for now you can head over to http://www.conquerclub.com/forum/viewtopic.php?f=527&t=132761 to get the latest version.
You're my hero
And mine!
Lx
"Winning Solves Everything" - Graeko