YAFLogo

topspeed
  • topspeed
  • 50.6% (Neutral)
  • YAF Forumling Topic Starter
8 years ago
I am looking to change the subject of the email notification that it send out when a topic has a new post.

Is it possible to get rid of the wording “Topic Subscription New Post Notification ({0})” and replace it with the “topic” instead?

Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.1 BETA
8 years ago

I am looking to change the subject of the email notification that it send out when a topic has a new post.

Is it possible to get rid of the wording “Topic Subscription New Post Notification ({0})” and replace it with the “topic” instead?

Originally Posted by: topspeed 

Yes you can change it via the language file for english it is in the folder languages/english.xml

<Resource tag="TOPIC_NOTIFICATION_SUBJECT">Topic Subscription New Post Notification (From {0})</Resource>

When you change that xml file you need to restart the yaf application.