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.
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.
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.