Hi! I can't find where to change the system mail text... The message title says: "XYZ sent you a message" Where is this text? A searched with total commander in files, no result. Thanx.
// X sent you a message
if ($SQL->GetWhere('ActivityType', array('Name' => 'ConversationMessage'))->NumRows() == 0)
$SQL->Insert('ActivityType', array('AllowComments' => '0', 'Name' => 'ConversationMessage', 'FullHeadline' => '%1$s sent you a %8$s.', 'ProfileHeadline' => '%1$s sent you a %8$s.', 'RouteCode' => 'message', 'Notify' => '1', 'Public' => '0'));
Theme Charcha for great desktop and mobile experience! - drop me a message :)
Answers
- Spam
- Abuse
0 · Insightful Awesome LOL ·no answers... just the echo...
- Spam
- Abuse
0 · Insightful Awesome LOL ·Try language locale file
422 Real Estate Australia , now open Check it out
- Spam
- Abuse
0 · Insightful Awesome LOL ·m not sure how that can be changed - this is how it appears in
on or around line 124
// X sent you a message if ($SQL->GetWhere('ActivityType', array('Name' => 'ConversationMessage'))->NumRows() == 0) $SQL->Insert('ActivityType', array('AllowComments' => '0', 'Name' => 'ConversationMessage', 'FullHeadline' => '%1$s sent you a %8$s.', 'ProfileHeadline' => '%1$s sent you a %8$s.', 'RouteCode' => 'message', 'Notify' => '1', 'Public' => '0'));Theme Charcha for great desktop and mobile experience! - drop me a message :)
- Spam
- Abuse
0 · Insightful Awesome LOL ·i already changed (translated) this file, but still the original (english) text appears in the sent mails... strange
- Spam
- Abuse
0 · Insightful Awesome LOL ·