MyBB Community Forums

Full Version: Change subscription email wording
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi - I have looked high & low and cannot find the language file that contains the wording of emailed notifications of new posts/threads, or figure how to send rich text notification messages (can I use use formatting codes for bold, underline etc in the language file?) rather than the rather ugly plain text version.

Can anyone point me in the right direction on these two issues?

Cheers
Just open up the file /MYBB_PATH/inc/languages/LANGUAGE/messages.lang.php

just find the following:

$l['emailsubject_lostpw'] = "Password Reset at {1}";

As this is where the email templates start, I am sure you can use <strong></strong>, <u></u> etc aswell.
Hi thanks for that. I was able to edit the wording, but any <strong></strong>, <u></u> etc codes are simply displayed as text as well, Is this possibly related to use of php based rather than smtp based email?
I am not to sure, if <strong> and <u> are not working, then I assume that you can not use them.