2014-09-05, 05:52 PM
(This post was last modified: 2014-09-05, 06:08 PM by metonator.
Edit Reason: Found a solution
)
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/featur....php#L1261
Just insert between my_mail and $mail_message this string:
$lang->emailsubject_changeemail = $lang->sprintf($lang->emailsubject_changeemail, $mybb->settings['bbname']);
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/featur....php#L1261
Just insert between my_mail and $mail_message this string:
$lang->emailsubject_changeemail = $lang->sprintf($lang->emailsubject_changeemail, $mybb->settings['bbname']);