Page 1 of 1

How to disalbe Printfunction in GoogleMaps Modul v3?

Posted: Wed 13. May 2009, 12:43
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...

Re: How to disalbe Printfunction in GoogleMaps Modul v3?

Posted: Thu 14. May 2009, 20:57
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";

Re: How to disalbe Printfunction in GoogleMaps Modul v3?

Posted: Thu 14. May 2009, 21:17
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...