Page 1 of 1

Suggestion for PM's

PostPosted: Mon Dec 05, 2011 6:15 pm
by Hook2
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

Re: Suggestion for PM's

PostPosted: Tue Dec 06, 2011 3:49 am
by Nicky15
I love this idea. Great for clan challenges.

Re: Suggestion for PM's

PostPosted: Tue Dec 06, 2011 9:09 am
by Teflon Kris
=D> =D> =D> =D>

Re: Suggestion for PM's

PostPosted: Tue Dec 06, 2011 10:17 am
by anonymus
great suggestion! looking forward to seeing it implemented in 4 years!
/ :?:

Re: Suggestion for PM's

PostPosted: Tue Dec 06, 2011 7:23 pm
by hyposquasher
Great idea, Hook. I thought about making this tool one time. Then I remembered I have no experience making web apps or greasemonkey scripts. :D

Re: Suggestion for PM's

PostPosted: Tue Dec 06, 2011 7:36 pm
by QoH
Brilliant idea... shouldn't be too hard to make though. Basically just a PM *insert username here* kinda thing except for the entire team.

Re: Suggestion for PM's

PostPosted: Wed Dec 07, 2011 10:10 am
by usernamer
Solid idea. Would be great if it happens.

Re: Suggestion for PM's

PostPosted: Thu Dec 08, 2011 10:17 am
by macbone
I'd love to see this implemented.

Re: Suggestion for PM's

PostPosted: Thu Dec 08, 2011 7:14 pm
by Teflon Kris
chipv could have done in it blindfolded :cry:

Re: Suggestion for PM's

PostPosted: Mon Dec 12, 2011 7:20 pm
by ThrushAAX
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

Re: Suggestion for PM's

PostPosted: Mon Dec 12, 2011 8:38 pm
by mviola
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.

Re: Suggestion for PM's

PostPosted: Mon Dec 12, 2011 9:55 pm
by QoH
Brilliant! Go for it, and make a new thread!

Re: Suggestion for PM's

PostPosted: Tue Dec 13, 2011 6:47 am
by QoH
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.

Re: Suggestion for PM's

PostPosted: Tue Dec 13, 2011 8:42 am
by ThrushAAX
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

Re: Suggestion for PM's

PostPosted: Tue Dec 13, 2011 9:12 am
by sherkaner
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.

Re: Suggestion for PM's

PostPosted: Tue Dec 13, 2011 10:49 am
by Hook2
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. =D>

Re: Suggestion for PM's

PostPosted: Tue Dec 13, 2011 1:13 pm
by ThrushAAX
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