1. mikhaelm
  2. Bug Report
  3. Wednesday, August 06 2014, 04:52 PM
Hi,
Module User Map not work! Link...
References
  1. http://test3.krascity.net
admin Accepted Answer
Admin
Hi,
I see 1 problem:
please add the menu item of type Easy Profile->User Profile, othetwise profiles page not work

For Maps Module, please post me your site details. you can use the form below the reply in site details tab;
before check if you not have set a radius filter for maps
  1. more than a month ago
  2. Bug Report
  3. # 1
mikhaelm Accepted Answer
Ok...
How to set zoom and to show map area?
  1. more than a month ago
  2. Bug Report
  3. # 2
admin Accepted Answer
Admin
the zoom is automatically set to show all users
  1. more than a month ago
  2. Bug Report
  3. # 3
mikhaelm Accepted Answer
Me need specify settings the zoom and areas map by default, and users will later already to use the zoom
  1. more than a month ago
  2. Bug Report
  3. # 4
admin Accepted Answer
Admin
Hi
on use profile or in a module?
  1. more than a month ago
  2. Bug Report
  3. # 5
mikhaelm Accepted Answer
in module
  1. more than a month ago
  2. Bug Report
  3. # 6
admin Accepted Answer
Admin
Hi,
sorry for late reply, it was late for us.

add this code at file /modules/mod_jsnmap/tmpl/default.php after line 65
zoomChangeBoundsListener = 
google.maps.event.addListenerOnce(jsnmap<?php echo $module->id; ?>, 'bounds_changed', function(event) {
if (this.getZoom()){
this.setZoom(16);
}
});
setTimeout(function(){google.maps.event.removeListener(zoomChangeBoundsListener)}, 2000);

replace 16 with your Zoom value.


Before change this you can copy default.php into /templates/your_template_folder/html/mod_jsnmap/default.php
Joomla Override template feature allow you to update Easy Profile without lost your default.php.
  1. more than a month ago
  2. Bug Report
  3. # 7
  • 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.