- Posts: 26
- Thank you received: 0
Open in new window
-
marknissan@gmail.com
Inactive member - Topic Author
- Member
Less
More
12 years 8 months ago #18317
by marknissan@gmail.com
Open in new window was created by marknissan@gmail.com
Can I set the hot map module to open in a new window with something like target="_blank" ?
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
12 years 8 months ago #18321
by milos
Replied by milos on topic Re: Open in new window
How do you mean to open module in a new window? If you meant to change link "View Larger Map" to open in a new window, then edit file /modules/mod_hot_maps/tmpl/default.php and find this part:
change it to
Code:
.....<?php if($link) { ?><br /><small><a href="http://maps.google.....
change it to
Code:
.....<?php if($link) { ?><br /><small><a target="_blank" href="http://maps.google.....
Please Log in to join the conversation.
-
marknissan@gmail.com
Inactive member - Topic Author
- Member
Less
More
- Posts: 26
- Thank you received: 0
12 years 8 months ago #18325
by marknissan@gmail.com
Replied by marknissan@gmail.com on topic Re: Open in new window
Thanks for that, I've done that, but still no new window on clicking "View Larger Map" refreshed cache etc Safari and Firefox are the same.
?>&<?php if($satellite) { ?>t=h&<?php } ?>output=embed"></iframe><?php if($link) { ?><br /><small><a target="_blank" href=" maps.google.com/maps?q=
for ($loop = 0; $loop < $keywords_number; $loop += 1) {
echo $keywords[$loop];
if($loop!=$keywords_number_1) {
echo "+";
}
}
am I missing something?
Cheers
?>&<?php if($satellite) { ?>t=h&<?php } ?>output=embed"></iframe><?php if($link) { ?><br /><small><a target="_blank" href=" maps.google.com/maps?q=
for ($loop = 0; $loop < $keywords_number; $loop += 1) {
echo $keywords[$loop];
if($loop!=$keywords_number_1) {
echo "+";
}
}
am I missing something?
Cheers
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
12 years 8 months ago #18326
by milos
Replied by milos on topic Re: Open in new window
Are you using module or plugin? This was for module. If you are using the plugin, then the file to edit is /plugins/content/hotmaps/hotmaps.php
Please Log in to join the conversation.
-
marknissan@gmail.com
Inactive member - Topic Author
- Member
Less
More
- Posts: 26
- Thank you received: 0
12 years 8 months ago #18327
by marknissan@gmail.com
Replied by marknissan@gmail.com on topic Re: Open in new window
Using the Module, I checked and there's no Hot Maps content in the directory for /plugins/content/hotmaps/hotmaps.php
see this page
greendiscovery.cloudaccess.net/install-destination/
map at bottom right
cheers
see this page
greendiscovery.cloudaccess.net/install-destination/
map at bottom right
cheers
Please Log in to join the conversation.
-
marknissan@gmail.com
Inactive member - Topic Author
- Member
Less
More
- Posts: 26
- Thank you received: 0
12 years 8 months ago #18331
by marknissan@gmail.com
Replied by marknissan@gmail.com on topic Re: Open in new window
link is now
greendiscovery.cloudaccess.net/
greendiscovery.cloudaccess.net/
Please Log in to join the conversation.
Time to create page: 0.167 seconds