PDA

View Full Version : Default PM links to a destination


COBRAws
10-19-2007, 03:22 PM
Hellooooooooooo


I need to know if there is a way so I can add an automatic "send pm to user" specifying the destination with a string in the url.


I dont know, but for example something like:

http://dot.com/forum/private.php?do=newpm&recipients=1,5,13
Being 1, 5 and 13 the recipients. Could be just one of could be as much as I wanted to be.

Thanks,
Jack

Paul M
10-19-2007, 07:10 PM
You can do this ;

http://www.dot.info/forum/private.php?do=newpm&userid[]=1&userid[]=5&userid[]=13

COBRAws
10-20-2007, 04:49 AM
You can do this ;

http://www.dot.info/forum/private.php?do=newpm&userid[]=1&userid[]=5&userid[]=13
Thanks Paul!