MyBB Community Forums

Full Version: Link to PM with 2 recipiants
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, i was wondering if its possible to create a link to the PM page so that both me and a mod are automatically added as recipients.

if i add this:
https://mysite.com/private.php?action=send&uid=1
I (admin) amd added to the recipient box. I also need this person to be added (it is for support questions)

https://mysite.com/private.php?action=send&uid=3

Thank you in advance
A trick would be something like:
http://forum.com/private.php?action=send&to=username1,username2&preview=1
So to input with comma separated urlencoded usernames and preview set to 1.