It looks like you're new here. If you want to get involved, click one of these buttons!
Is it possible (and if so, how) to customise the text which is shown in the popup notifications for individual activities?
So, for example - instead of the default notification for a user sending you a message "XXX sent you a message", I could change this to "XXX messaged you".
Thanks in advance for your help!
Answers
I havent checked but perhaps in the locales, use grep.
422 Real Estate Australia , now open Check it out
- Spam
- Abuse
- Troll
2 • Off Topic 2Insightful Awesome LOL •Hello, thanks for your answer - I've checked in the /locale folder but to no avail.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •I think what you are looking for is in the structure.php file. Close to the bottom of the code. This is the path to file : vanilla/conversations/settings/structure.php
_// 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'));|̲̅̅●̲̅̅|̲̅̅=̲̅̅|̲̅̅●̲̅̅| - ☊ - ♫ ♪ ♪ ♫ ♩ ♬ ♬ ♮ ♯ ♫ ♪ ♪ ♫ ♩ ♬ ♭ ....... (•̪●)(•̪●)
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •