Suggestion for PM's
Moderator: Tech Team
Forum rules
Please read the Community Guidelines before posting.
Please read the Community Guidelines before posting.
Suggestion for PM's
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.
It could simply be listed as PM Team.
Thanks,
Hook2
It could simply be listed as PM Team.
Thanks,
Hook2

Re: Suggestion for PM's
I love this idea. Great for clan challenges.
- Teflon Kris
- Posts: 4236
- Joined: Sun Jul 13, 2008 4:39 pm
- Gender: Male
- Location: Lancashire, United Kingdom
Re: Suggestion for PM's
great suggestion! looking forward to seeing it implemented in 4 years!
/
/
[bigimg]https://u.cubeupload.com/SoNic11111/eb7ezgifcomgifmaker2023.gif[/bigimg]
[spoiler=BoganGod speaks the truth][/spoiler]
[spoiler=BoganGod speaks the truth][/spoiler]
- hyposquasher
- Posts: 297
- Joined: Thu Aug 16, 2007 1:19 pm
- Gender: Male
- Location: Pennsylvania, USA
Re: Suggestion for PM's
Great idea, Hook. I thought about making this tool one time. Then I remembered I have no experience making web apps or greasemonkey scripts. 
This image cannot be clicked.

High Score: 4112 - 11-30-2014
New High Score: 4164 - 4/9/20
New High Score: 4315 - 4/5/21

High Score: 4112 - 11-30-2014
New High Score: 4164 - 4/9/20
New High Score: 4315 - 4/5/21
Re: Suggestion for PM's
Brilliant idea... shouldn't be too hard to make though. Basically just a PM *insert username here* kinda thing except for the entire team.
Last edited by QoH on Wed Dec 07, 2011 7:59 pm, edited 1 time in total.

Please don't invite me to any pickup games. I will decline the invite.
Re: Suggestion for PM's
Solid idea. Would be great if it happens.
- macbone
- Posts: 6217
- Joined: Wed Jun 03, 2009 7:12 pm
- Gender: Male
- Location: Running from a cliff racer
- Contact:
Re: Suggestion for PM's
I'd love to see this implemented.
- Teflon Kris
- Posts: 4236
- Joined: Sun Jul 13, 2008 4:39 pm
- Gender: Male
- Location: Lancashire, United Kingdom
Re: Suggestion for PM's
chipv could have done in it blindfolded 
Re: Suggestion for PM's
So, I just put together a rough version of this...
http://userscripts.org/scripts/show/120340
Though not sure what I should do with it now... I guess I could make a new thread in the available tools section...
2 issues: currently includes yourself in the PM to area and only tested in firefox 8.0
http://userscripts.org/scripts/show/120340
Though not sure what I should do with it now... I guess I could make a new thread in the available tools section...
2 issues: currently includes yourself in the PM to area and only tested in firefox 8.0
Re: Suggestion for PM's
ThrushAAX wrote:So, I just put together a rough version of this...
http://userscripts.org/scripts/show/120340
Though not sure what I should do with it now... I guess I could make a new thread in the available tools section...
2 issues: currently includes yourself in the PM to area and only tested in firefox 8.0
It works in Nightly as well.
High Score: 2906
Re: Suggestion for PM's
Brilliant! Go for it, and make a new thread!

Please don't invite me to any pickup games. I will decline the invite.
Re: Suggestion for PM's
Big problme here.
When you click on "Take Snapshot in Chat" your script over rides that for some reason and send the PM to your team mates.
When you click on "Take Snapshot in Chat" your script over rides that for some reason and send the PM to your team mates.

Please don't invite me to any pickup games. I will decline the invite.
Re: Suggestion for PM's
haha, so it does... thanks for that.
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.
http://userscripts.org/scripts/show/120340
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.
http://userscripts.org/scripts/show/120340
Re: Suggestion for PM's
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.
But it's been a while since I saw that part of the code, so I can probably improve on it now.
Re: Suggestion for PM's
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. 

Re: Suggestion for PM's
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.
I have created a new thread and officially released it! viewtopic.php?f=527&t=159621
