Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Email

edited August 2010 in Vanilla 2.0 - 2.8
How do you edit the email notification that gets sent to members as an invite?

Comments

  • Options
    ToddTodd Chief Product Officer Vanilla Staff
    What you want to do is create a new translation for the email.
    1. Create a file called conf/locale.php. If one already exists then edit it.
    2. Here is what the file would look like:
      <?php if (!defined('APPLICATION')) exit();
      $Definition['EmailInvitation'] = 'Hello!

      %1$s has invited you to join %2$s. If you want to join, you can do so by clicking this link:

      %3$s

      Have a great day!';
  • Options
    thanks but you how do you edit the file if the forum is hosted by vanilla forums.
Sign In or Register to comment.