
03-17-2017, 06:16 PM
|
 |
|
|
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Alan_SP
I checked code, this part:
PHP Code:
if (strpos($location['location'],'newreply') !== false)
{
$activity = 'Replying';
}
elseif (strpos($location['location'],'editpost') !== false)
{
$activity = 'Editing Post';
Can this be made into translatable phrases, my forum isn't in English. At the moment I hardcoded it in my language, but I would prefer it translatable.
|
Sorry about that oversight...
Update - Version 1.3:
- Text added to active users now phrased.
|