Previous Thread
Next Thread
Print Thread
Hop To
Joined: May 2009
Posts: 6
L
stranger
stranger
L Offline
Joined: May 2009
Posts: 6
I want to edit the email that people get when they register for our forum.
The one that says: "Thank you for registering on our forums at .........

Username .....
Password ..... To activate this account please use the following link.

I'd like to add a paragraph here - at the end of this email

How do I do that?

Thanks

Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
Answered via your support ticket. But in case anyone else happens upon this question and would like to know the answer:

You'll want to edit the mailer.php language file. The lines you're looking for are below. One is for HTML type emails and one is for regular.

Code
$ubbt_lang['REG_CONTENT4_TEXT'] = " the following link:<br /><br /> %%VERIFY_URL%%";

$ubbt_lang['REG_CONTENT4_HTML'] = " <a href="%%VERIFY_URL%%">this link</a>.";

You can change those to something like:

Code
$ubbt_lang['REG_CONTENT4_TEXT'] = " the following link:<br /><br /> %%VERIFY_URL%%.<br /><br />Your new paragraph can go here";

$ubbt_lang['REG_CONTENT4_HTML'] = " <a href="%%VERIFY_URL%%">this link</a>.<br /><br />Your new paragraph can go here.";

Last edited by Rick; 05/12/2009 5:02 PM.
Joined: May 2009
Posts: 6
L
stranger
stranger
L Offline
Joined: May 2009
Posts: 6
Thank you


Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Bots
by Outdoorking - 04/13/2024 5:08 PM
Can you add html to language files?
by Baldeagle - 04/07/2024 2:41 PM
Do I need to rebuild my database?
by Baldeagle - 04/07/2024 2:58 AM
This is not a bug, but a suggestion
by Baldeagle - 04/05/2024 11:25 PM
Is UBB.threads still going?
by Aaron101 - 04/01/2022 8:18 AM
Who's Online Now
0 members (), 872 guests, and 248 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)