Quote:
Originally Posted by Super Jinni
agreed
I think it will be better if you make it optional Hasann
|
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