Where can I change the subject line for invites?

Aaron Michael Posted in Technical Support 6 years ago

I already changed the subject line for registration emails, but I need to change the subject line for any other emails that go out. I've looked in ossn.en an didn't see it. I took a look in actions folder as well and didn't find it, so I'm out of ideas as I'm basically a noob coder. Been out of the game for a while, lol...

Replies
us Aaron Michael Replied 6 years ago

Nevermind. I found it using the "Find in Files" in Notepad++.

For those that also need to know. Here's an example for invites.

You need to change the %s after "Invitation to join"

This:

> ` ossn\components\OssnInvite\locale\ossn.en.php
Line 19: 'com:ossn:invite:mail:subject' => 'Invitation to join %s',

Becomes this:
> ` ossn\components\OssnInvite\locale\ossn.en.php
Line 19: 'com:ossn:invite:mail:subject' => 'Invitation to join (whatever you want)',