Quote:
Originally Posted by reverse1312
would it be possible to have another author for the PM to the users than the one of main admin
|
Untested, but I think all you need to do is find the following within the ezbounce.php script:
PHP Code:
$pmdm->set('fromuserid', $vbulletin->userinfo['userid']);
$pmdm->set('fromusername', $vbulletin->userinfo['username']);
Then change
$vbulletin->userinfo['userid'] to the userid of the member you want to send the PM and change
$vbulletin->userinfo['username'] to that same user's username.