News:

Wondering if this will always be free?  See why free is better.

Main Menu

Changing automated email signature in 2.0

Started by superiorpyro, July 07, 2011, 03:51:23 PM

Previous topic - Next topic

superiorpyro

Apologies if this is a basic question, but the automated responses that are emailed out when a new member signs up include this signature at the bottom:

Regards,
The Online Discussion Forum & Gallery Team

How and where can I change that to reflect the actual ownership of our organization?

Thank you all in advance.

Mark

MrPhil

I can tell you where to look in SMF 1.1.x, perhaps SMF 2 is the same (or similar)? In Themes/default/language/index.english.php and Post.english.php, there is
$txt[130] = "Regards,\nThe " . $context['forum_name'] . ' Team.';
Change those lines to whatever text you want (some other variable, or hardcoded text to replace the forum name).
$txt[130] = "Regards,\nThe Actual Organization Owners Team.";

Advertisement: