
01-30-2009, 10:34 PM
|
|
|
Join Date: Apr 2006
Posts: 222
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Abe1
In the 'profile_start' hook, I changed:
PHP Code:
vbmail($invitation_email, $subject, $message, true, $vbulletin->options['webmasteremail'], '', $vbulletin->userinfo['username']);
to:
PHP Code:
vbmail($invitation_email, $subject, $message, true, $vbulletin->userinfo['email'], '', $vbulletin->userinfo['username']);
So the person getting the invite, gets the email from a freindly person and responds to them if they have any questions.
|
Great, I'm going to test this out on 3.8.1 and see if it works, and use the above modified code as well.
|