Customising user confirmation emails in phpBB? April 12, 2006 6:31 AM Subscribe
Is there a phpBB mod that allows the admin to customise the content of the email users get upon signing up? posted by By The Grace of God to computers & internet (3 comments total)
You don't need a mod for that -- just edit the relevant translation strings in language/lang_english/lang_main.php. Search for "Welcome_subject" in that file -- the strings you'll want to change start there. The email bodies themselves are in the set of strings just below there, from "Account_added" to "COPPA", all depending on what your board requires for new accounts. posted by mendel at 7:13 AM on April 12, 2006
Moo of glorious resolved problem-itude, mendel! posted by By The Grace of God at 7:58 AM on April 12, 2006
Follow-up: the strings I needed were actually .tpl files not in the PHP. (Them's template files.) They live in \forum\language\lang_english\email. posted by By The Grace of God at 5:51 AM on April 19, 2006
« Older
Pregnancy filter: did you do ...
| Blogging 201: Let's kick it u...
Newer »
posted by mendel at 7:13 AM on April 12, 2006