I think a tool which would really help the overall game experience for team games is a one click button next to your team to send PM's to the entire team so you don't have to click on one go to PM's and then add people to the pm. Seems it would be a very easy feature to implement that would pull then information quickly. It would then also pull the game number in the pm which would automaticly allow your team to go directly to the game itself. I am sure anyone who played a team game would love this feature. Would cut down big time. Whoever is monitoring this if you could please let me know if this is something that could be done.
BOB is apparently grabbing the first form it sees instead of the actual chat form, so I tweaked my code (copying an idea from BOB) so it is impossible for things like this to happen
I'll setup a new thread in the other forum later today.
Lol, you're right. I'm taking the first form because the chat didn't have an ID at some time. But now it has, so I'll alter that a bit. But it's been a while since I saw that part of the code, so I can probably improve on it now.
Wow I am impressed. I don't know how to create any of this stuff. Can't wait to see the final product. Let me know when it is available to download. I saw that some people did but a few issues remaining. Hats off to you. I hope my idea is well received and is resourceful.
sherkaner wrote:Lol, you're right. I'm taking the first form because the chat didn't have an ID at some time. But now it has, so I'll alter that a bit. But it's been a while since I saw that part of the code, so I can probably improve on it now.
Ah your code makes sense then. I changed my script to insert the form into the page only when it is actually needed so it shouldn't cause incompatibilities with other scripts in the future.