MyBB Community Forums

Full Version: Change text in email subscribtion
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I change the content on the email notifications about new posts on my board? which template or file handles it?
Line 202 - 225 of messages.lang.php:

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

{2} has just replied to a thread which you have subscribed to at {3}. This thread is titled {4}.

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

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

There may also be other replies to this thread but you will not receive anymore notifications until you visit the board again.

Thank you,
{3} Staff

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

If you would not like to receive any more notifications of replies to this thread, visit the following URL in your browser:
{6}/usercp2.php?action=removesubscription&tid={8}&key={9}

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

Be careful about the numbers in { and } (like {1} for example) as these are what load the actual information.
awesome! thanks a lot Smile that's exactly what I needed Smile