How to disalbe Printfunction in GoogleMaps Modul v3?

If you've problems with unsupported - non official ;-) - functionalities use this forum please.
Post Reply
User avatar
Heiko H.
Posts: 868
Joined: Thu 27. Oct 2005, 11:41
Location: Dresden
Contact:

How to disalbe Printfunction in GoogleMaps Modul v3?

Post by Heiko H. »

Hi at all, hi breitsch,

is it possible to disable the printfunction (print-tab on sidebar) in the searchfunction, and if yes, how to?

Thanks a lot, Heiko...
Not longer here - sorry...

Haubner-IT GbR Dresden
breitsch
Posts: 473
Joined: Sun 6. Mar 2005, 23:12
Location: bern switzerland

Re: How to disalbe Printfunction in GoogleMaps Modul v3?

Post by breitsch »

OMG, I spent night after night to make it possible to print that out and then Heiko shows up and wants to delete it! :evil:

of course there should be switches for the sub-tabs, comes in future releases

for now:

template/js/gm_functions.js

row 497

Code: Select all

    document.getElementById("li-3-3-"+cpid).style.display="inline";
change to

Code: Select all

    document.getElementById("li-3-3-"+cpid).style.display="none";
http://www.youtube.com/watch?v=jqxENMKaeCU
because it's important!
breitsch
User avatar
Heiko H.
Posts: 868
Joined: Thu 27. Oct 2005, 11:41
Location: Dresden
Contact:

Re: How to disalbe Printfunction in GoogleMaps Modul v3?

Post by Heiko H. »

breitsch wrote:OMG, I spent night after night to make it possible to print that out and then Heiko shows up and wants to delete it! :evil:
I'm sooo sorry, really :oops: :oops: :oops:
breitsch wrote:for now:

template/js/gm_functions.js

row 497

Code: Alles auswählen
document.getElementById("li-3-3-"+cpid).style.display="inline";
change to

Code: Alles auswählen
document.getElementById("li-3-3-"+cpid).style.display="none";
THANKS anyway. :D

I will make a donation, if I receive the order - for sure!!! :wink:

[EDIT]
... it works, THX!
But it is in line 491...
[/EDIT]

Regards Heiko...
Not longer here - sorry...

Haubner-IT GbR Dresden
Post Reply