Quote:
Originally Posted by Antivirus
Sure, you could simply edit the ezbounce.php file as follows...
Find this:
PHP Code:
// Set other funky stuff for PM $pmdm->set('fromuserid', $vbulletin->userinfo['userid']);
Replace with this:
PHP Code:
// Set other funky stuff for PM $pmdm->set('fromuserid', FUSER);
Be sure to replace FUSER above with the actual userid of the user you want to have sent the PM.
|
I appreciate your getting back to me with this although it didn't work for me. The title and notification show one sender and the PM itself another. Regardless would it be possible to include some kind of logic to check what the user's settings are and not make any changes (or send notifications) if they've already been processed in order to avoid accidental spamming?
Anyway thanks for this, you've allowed me to deal with about 500 members who's bounces have been bothering me...
hugh