wdwms
03-11-2013, 07:58 PM
In vb3 we were able to call the private message script and have some of the items pre-filled in, namely the subject and the message.
/member.php?s=&action=mailform&userid=" . $userid . "&subject=" . $subject . "&message=" . $message . ">
Is there a way to do this in VB5? I've figured out the link to create a PM is as follows:
PHP Code:
privatemessage/new/%USERID%
But how can i pre-populate the subject and message? Thanks!
/member.php?s=&action=mailform&userid=" . $userid . "&subject=" . $subject . "&message=" . $message . ">
Is there a way to do this in VB5? I've figured out the link to create a PM is as follows:
PHP Code:
privatemessage/new/%USERID%
But how can i pre-populate the subject and message? Thanks!