1. distudios
  2. General
  3. Tuesday, October 13 2015, 01:12 PM
Hallo, Is there anyway i can only show the city of the user in profile, and can you maybe explain to me how i can link user filled in postcode with the map, withou users havin to fill theire location twice?
Is not handy.

Thank you very much.
admin Accepted Answer
Admin
Hi,
sorry this is not possible. You need to write plugin to geocode user data like city,postal code,address and put latitude and longitude in a Google Map field.

Google Map field store their info in 3 columns alias_of_field (contain address),alias_of_field_lat(contain latitude),alias_of_field_lng(contain longitude) in #__jsn_users table.
  1. more than a month ago
  2. General
  3. # 1
distudios Accepted Answer
Pro
thanks for the reply, what I'm going to do is use the map field as postcode..wiyh this code I you posted a while ago, remove de map it self with css:

But is there a way i can sort de order of de field (manual) in profile, so this field is displayed at down at the end.
Because I need the postcode to be field in at registration at top.

jQuery(document).ready(function($){
$('#jform_plaats').attr('geo-plaats','postal_code');

});



thank you in advance
  1. more than a month ago
  2. General
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.