Hİ
i want to changing default MAP km for 5km or less like 3 its now 10 km
and there is no 3km options
i changed default as 3km and ai added 3 km
but nothing changed..
why you are not giving the right solution in one timeIn the my first reply there are all necessary informations, since your subscription was expired almost a year ago, we suppose that your files may be different from files of current version, so we are not able to send accurate infomations. In the .XML file you can add the option "3" but this is not necessary since you can force directly the default value from the .PHP file.
I bet if you wait one week, it just might be in the new release.For us is not a problem, but @resif should not be able to download the next version.
i paid 33 euro... you should be ashamed saying for this...
<option '.($radius==1 ? 'selected="selected"' : '').' value="1">1 '.JText::_('COM_JSN_'.$field->params->get('gmap_unit','Km')).'</option>
<option '.($radius==5 ? 'selected="selected"' : '').' value="5">5 '.JText::_('COM_JSN_'.$field->params->get('gmap_unit','Km')).'</option>
<option '.($radius==10 ? 'selected="selected"' : '').' value="10">10 '.JText::_('COM_JSN_'.$field->params->get('gmap_unit','Km')).'</option>
.....
you need only to copy one line and change value to 3 for the new line. The solution is very simple, also we have tested before reply to you and worked. So my reply was "the way explained is correct, probably there is some error in the code added at file /administrator/components/com_jsn/helpers/fields/gmap.php".