MyBB Community Forums

Full Version: User confirmation messages
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi friends, I want to edit user confirmation message so where i get it..??
(2013-01-13, 08:34 AM)Rockstar4m Wrote: [ -> ]Hi friends, I want to edit user confirmation message so where i get it..??

What do you mean by the user confirmation message?
Could possibly mean the account activation page text.
yes yes bro account activation page which emailed users when they reg.
Do you mean the messages inside the activation mail? You can find it in messages.lang.php file.
activation mail yes it is

not found i want to edit the activation email
(2013-01-15, 05:41 AM)Rockstar4m Wrote: [ -> ]not found i want to edit the activation email

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

To complete the registration process on {2}, you will need to go to the URL below in your web browser.

{3}/member.php?action=activate&uid={4}&code={5}

If the above link does not work correctly, go to

{3}/member.php?action=activate

You will need to enter the following:
Username: {1}
Activation Code: {5}

Thank you,
{2} Staff";

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

To complete the registration process on {2}, you will need to go to the URL below in your web browser.

{3}/member.php?action=activate&uid={4}&code={5}

If the above link does not work correctly, go to

{3}/member.php?action=activate

You will need to enter the following:
Your email address
Activation Code: {5}

Thank you,
{2} Staff";

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

To complete the registration process on {2}, you will need to go to the URL below in your web browser.

{3}/member.php?action=activate&uid={4}&code={5}

If the above link does not work correctly, go to

{3}/member.php?action=activate

You will need to enter the following:
Username: {1} (Or your email address)
Activation Code: {5}

Thank you,
{2} Staff";
There are 3 which i edit
email_activateaccount

email_activateaccount1

email_activateaccount2