Issue Information
-
#000011
-
1 - Low
-
Fixed
-
1.0.3
-
1.0.4
Issue Confirmations
-
Yes (0)No (0)
Hello,
it's a crossover language issue in fact.
With Member Map, when a user add or update his location, BigSpy display Added location/'Updated location messages.
It's not possible to translate it without edit Spy.php: admin/applications_addon/other/membermap/extensions/spy.php
it's a crossover language issue in fact.
With Member Map, when a user add or update his location, BigSpy display Added location/'Updated location messages.
It's not possible to translate it without edit Spy.php: admin/applications_addon/other/membermap/extensions/spy.php
public function parseData($data)
{
$data['where'] = IPSLib::getAppTitle('membermap');
$data['where_link'] = ipsRegistry::getClass('output')->buildSEOUrl( 'app=membermap', 'public', 'none', 'membermap' );
$data['replies'] = ' ';
$data['what'] = $data['data_type'] == 'add_location' ? 'Added location' : 'Updated location';
$data['data_type_clean'] = $this->dataTypes($data['data_type']);
0 user(s) are reading this issue
0 members, 0 guests, 0 anonymous users











