MyBB Community Forums

Full Version: Change notification wording
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I know this is here somewhere, but I'm not finding it by searching. I'm sorry.

How do I change the wording on the email notification for new threads? Thanks!
Go to:
ACP > Configuration > Languages > [Edit your Language] > messages.lang.php

Find the field for:
email_forumsubscription

and place the text whatever you want in it. Remember to reuse the variables (placed as {..}) in your text to reflect the dynamic value in your mail matter.
inc/languages/[your_lang]/messages.lang.php

$l['email_forumsubscription'] = "{1},

{2} has just started a new thread in {3}. This is a forum you have subscribed to at {4}.

The thread is titled {5}

Here is an excerpt of the message:
--
{6}
--

To view the thread, you can go to the following URL:
{7}/{8}

There may also be other new threads and replies but you will not receive anymore notifications until you visit the board again.

Thank you,
{4} Staff

------------------------------------------
Unsubscription Information:

If you would not like to receive any more notifications of new threads in this forum, visit the following URL in your browser:
{7}/usercp2.php?action=removesubscription&type=forum&fid={9}&my_post_key={10}

------------------------------------------";