no, the link isn't anywhere in the PM area.
Ok, let's see.
In HTML when you hit a "E-Mail Me" link or what have you, the code is
Code:
<a href="mailto:name@domain.com" subject="Subject Name">E-Mail Me</a>
The 'subject="Subject Name' set's the e-mails subject to Subject Name.
I'm trying to do that, but with a private message.
Code:
<a href="/forums/private.php?do=newpm&u=1">Send PM<a/>
That will set the user 1's username to send the message too. How do i also get it to set the title?
Thanks.