- Posts: 36
- Thank you received: 0
Two questions about Hot Maps
-
RichardRNC
Inactive member -
Topic Author
- Offline
- Member
-
Less
More
11 years 11 months ago #36386
by RichardRNC
Two questions about Hot Maps was created by RichardRNC
1. I would like the link: View larger image to send the user to a target="blank" page instead of the same page. Id like a popup to a new window to occur but cannot find that in the module php code, etc.
2. I would like to display more than one location pin on a map. When i try to enter multiple destinations it goes blank. I have tried semicolons and other separators. Can Hot Map show multiple pins?
2. I would like to display more than one location pin on a map. When i try to enter multiple destinations it goes blank. I have tried semicolons and other separators. Can Hot Map show multiple pins?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #36401
by ivan.milic
Replied by ivan.milic on topic Two questions about Hot Maps
1. Open:
modules\mod_hot_maps\tmpl\default.php
line ~43:
?>&<?php if($satellite) { ?>t=h&<?php } ?>output=embed"></iframe><?php if($link) { ?><br /><small><a href=" maps.google.com/maps?q=
modify:
...<a href...
to:
...<a target="_blank" href...
2. It can not have multiple locations but you can have two modules.
modules\mod_hot_maps\tmpl\default.php
line ~43:
?>&<?php if($satellite) { ?>t=h&<?php } ?>output=embed"></iframe><?php if($link) { ?><br /><small><a href=" maps.google.com/maps?q=
modify:
...<a href...
to:
...<a target="_blank" href...
2. It can not have multiple locations but you can have two modules.
The following user(s) said Thank You: RichardRNC
Please Log in to join the conversation.
Time to create page: 0.309 seconds