1. asadmunir
  2. Support
  3. Monday, December 14 2015, 03:54 AM
Hello,

So far I find easy profile rich with content, but being a novice with Joomla, I would appreciate your help.
My question is on Easy Profile - User Map in 2 parts

1. On the registration page I have created a field Location, and field type gmaps, and it is set as not searchable. When you go to the registration page and click on google maps all I want is google to display the city rather than the full address. Google also does not translate the address correctly to my location also which is an issue. You are able to type in just a city which is fine, but it defeats the purpose if you are unable to use gmaps to pick up only the city.

2. On the map itself it shows the location of members. I do not want the name of members to be displayed when people hover over the pin on the map, as well as the map showing city and country.

Your help would be sincerely appreciated.

Thank you
admin Accepted Answer
Admin
Hi,
sorry for late reply, it was night for us :D

1.The language of address is managed by Google Maps (not by Easy Profile), and it should be based on your browser language (https://developers.google.com/maps/documentation/javascript/basics), the first part of your question is not clear for me, sorry, can you please explain me with some example?

2. You can do this with 2 ways:
Solution 1: Hide name and avatar with CSS:
.gm-style .listHeaderContainer,.gm-style .listAvatarContainer{display:none;}


Solution 2: Remove name with Joomla Template Override feature:
- Copy file /modules/mod_jsnmap/tmpl/default.php into /templates/your-template-folder/html/mod_jsnmap/default.php
- Edit new file to remove avatar and name, you will find this code between line 88 and line 100
  1. more than a month ago
  2. Support
  3. # 1
  • 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.