Email Notification Subject

Temporary forum to obtain support while phpBB.com is offline.
Please use the support forum on phpBB.com
Forum rules
Temporary forum to obtain support while phpBB.com is offline.
Please use the support forum on phpBB.com
Locked
RJaxon
Registered User
Posts: 11
Joined: Sun Feb 08, 2009 7:13 pm

Email Notification Subject

Post by RJaxon »

When someone selects the "Notify me when a reply is posted" when they post something. It send them an Email telling them that a reply was made.

I'm trying to figure out how to change what the subject of this Email they receive. Can anyone tell me where to change this?

Thanks you.

Ron

User avatar
Lumpy Burgertushie
Registered User
Posts: 1006
Joined: Tue Feb 28, 2006 5:26 pm

Re: Email Notification Subject

Post by Lumpy Burgertushie »

language/en/email/topic_notify.txt

only use a real text editor to edit the file.


robert

RJaxon
Registered User
Posts: 11
Joined: Sun Feb 08, 2009 7:13 pm

Re: Email Notification Subject

Post by RJaxon »

Thank you.

Do I just replace the:

Code: Select all

Subject: Topic reply notification - "{TOPIC_TITLE}"
?

User avatar
COD3M4ST3R-X
Registered User
Posts: 228
Joined: Wed Nov 05, 2008 7:52 am
Location: Lahore,Pakistan
Contact:

Re: Email Notification Subject

Post by COD3M4ST3R-X »

RJaxon wrote:Thank you.

Do I just replace the:

Code: Select all

Subject: Topic reply notification - "{TOPIC_TITLE}"
?
Well this is the topic title for which they are being Notify.
Change this as you want it. :D

Code: Select all

TOPIC_TITLE
Image
Long Live PhpBB!

User avatar
Lumpy Burgertushie
Registered User
Posts: 1006
Joined: Tue Feb 28, 2006 5:26 pm

Re: Email Notification Subject

Post by Lumpy Burgertushie »

depends on what you want it to say.

if you do not want it to say "Subject: Topic reply notification" then change it to whatever you want.

the script will automatically replace { TOPIC_TITLE } with the title of the topic .


robert

Locked