Original Post is from Kasimi, i just copied it :)
1. Create an empty file ext/kasimi/mchatrooms/language/[language]/email/invite_notification.txt
2. Put the subject on the first line, leave the 2nd line empty and start the message body on the 3rd line. Example:
Code: Select all
Subject: mChat Room Invite - "{SITENAME}"
Hello {USERNAME},
...
4. Find, around line 207:
Find This may be a partial find and not the whole line
Code: Select all
return false;
5.
Replace with Replace the preceding lines with the following
Code: Select all
return '@kasimi_mchatrooms/invite_notification';
Hope i am allowed to post this snippet here :)