I have adjusted the script a little bit.
It's now nearly the same as the "Send eMail to users"-Feature, so now you can test the process before sending and all variables get replaced correct.
The Script works perfect for vBulletin 2.2.x!
I have attached the script (
German an English version!) to this Posting.
@NAM
Quote:
2. We really need Save function that keep all of our mass PM to users in Send Folder box. To keep for the record.
|
To save the sent PM in the Send Folder Box of the Admin who sent the PM, do the following (referring to my version of the script):
Search:
PHP Code:
echo "<p><b>All done!</b></p>";
and replace it with:
PHP Code:
echo "<p><b>All done!</b></p>";
if (!$test) {
$sql=$DB_site->query("INSERT INTO privatemessage (privatemessageid, folderid, userid, touserid, fromuserid, title, message, dateline, showsignature, iconid, messageread) VALUES (NULL,'-1','$fromuserid','$fromuserid','$fromuserid','".addslashes(htmlspecialchars($subject))."','".addslashes($sendmessage)."',".time().",'1','0','0')");
}
2003-07-09:
Small update (changed code order)
2002-09-21:
Updated the archive with new versions (Bugfix + Automatic redirect Feature when sending over several pages.)
2002-07-12:
Updated the archive with new versions (Bugfix + eMail Feature)
Greetings,
Mystics