
08-05-2008, 02:42 AM
|
|
|
Join Date: Mar 2008
Posts: 437
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by TriMe
Here is a modified xml of the latest version. For those of you who want the senders email changed back. Changed in the xml was
This:
Code:
vbmail($invitation_email, $subject, $message, true, $vbulletin->options['webmasteremail'], '', $vbulletin->userinfo['username']);
To This:
Code:
vbmail($invitation_email, $subject, $message, true, $vbulletin->GPC['email'], '', $vbulletin->userinfo['username']);
make sure you overwrite when importing.
Keep up the great work Hasann!
TriMe
|
Hey,
Thanks for this
best regards
|