MyBB Community Forums
Email change - wrong email subject - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html)
+--- Forum: General Support (https://community.mybb.com/forum-176.html)
+--- Thread: Email change - wrong email subject (/thread-158772.html)



Email change - wrong email subject - metonator - 2014-09-05

Detailed description of your problem, including steps to reproduce if necessary
Just change your email address and check email subject (Change of Email at {1})

URL to your forum/URL to specific problematic page
Any with MyBB 1.8

New installation or upgrade (from which version of MyBB)
Mine was new, MyBB.com have updated.

Test user account (if it requires additional permissions)
Not needed. Use your account on community.mybb.com

Screenshot or error text, verbatim
Sure: http://i.imgur.com/vrcY2g6.png

EDIT:
Found a solution. There's missing $lang->emailsubject_changeemail
https://github.com/mybb/mybb/blob/feature/usercp.php#L1261

Just insert between my_mail and $mail_message this string:
$lang->emailsubject_changeemail = $lang->sprintf($lang->emailsubject_changeemail, $mybb->settings['bbname']);


RE: Email change - wrong email subject - Destroy666 - 2014-09-05

It'll be fixed in 1.8.1: https://github.com/mybb/mybb/issues/1377