PDA

View Full Version : Static PM link to multiple users


speedingpanther
07-17-2009, 08:10 AM
I want to make a link for members to PM any administrators (or set users) all at once.

The usual link would be....

www.mysite.co.uk/private.php?do=newpm&u=xxxxxxxx

xxxxxxxx being the userid

Any ideas if this is possible?

I tried a few combinations like...
www.mysite.co.uk/private.php?do=newpm&u=xxxxxxxx&u=yyyyyyyyyy

etc - but failed lol

Hornstar
01-05-2013, 09:44 PM
I am trying the same thing. Is this possible?

kh99
01-06-2013, 05:08 PM
This works in vb3:
private.php?do=newpm&u[]=1&u[]=2&u[]=3


Of course you'd use the actual userids instead of 1, 2, 3. Also if you have a limit on the number of recipients, this won't let you override that.