Search…

X3 Photo Gallery Support Forums

Search…
 
gabaszo
Topic Author
Posts: 4
Joined: 27 Oct 2018, 02:23

Imagevue X2 support?

27 Oct 2018, 14:40

Is it this version Imagevue X2 still  supported?
Have a question about Google Maps - and API. From few days is shown "For development purpose only" on the map.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Imagevue X2 support?

27 Oct 2018, 23:50

We still support X2, but it's already been several years since X2 became outdated due to events we do not control, and will no longer be updated. I speak mainly of the deprecation of the Flash plugin, which has been disabled by most browsers. Read more:
viewtopic.php?f=59&t=9368
Have a question about Google Maps - and API. From few days is shown "For development purpose only" on the map.
Google Maps went "premium" not too long ago. For new X3, we use a paid account.
https://stackoverflow.com/questions/509 ... poses-only
 
gabaszo
Topic Author
Posts: 4
Joined: 27 Oct 2018, 02:23

Re: Imagevue X2 support?

28 Oct 2018, 01:38

Karl,
Is it possible to add this API (if have one) in to X2? 
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Imagevue X2 support?

28 Oct 2018, 05:56

Sorry, no. You really should consider moving on from X2. Flash plugin is dead, and Im guessing only 20% (or less) of your visitors can even view your website, and in 2019 even less. It's being entirely phased out unfortunately.
https://virteom.com/the-fate-of-adobe-flash-in-2018
https://redmondmag.com/articles/2017/07 ... pport.aspx
 
gabaszo
Topic Author
Posts: 4
Joined: 27 Oct 2018, 02:23

Re: Imagevue X2 support?

28 Oct 2018, 06:18

But, I'm using it only for myself as personal/family photography album with all remembers from our trips... And this addons on the Google Map was very helpful .So- definitely is not possible to add personal API somehow?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Imagevue X2 support?

28 Oct 2018, 22:40

Try to open /iv-includes/templates/default/index.map.phtml, and locate line 85:
Code
google.load("maps", "3", {"callback" : initialize, other_params: "sensor=false"});
You should be able to change it to:
Code
google.load("maps", "3", {"callback" : initialize, other_params: "key=YOUR_API_KEY"});
 
gabaszo
Topic Author
Posts: 4
Joined: 27 Oct 2018, 02:23

Re: Imagevue X2 support?

29 Oct 2018, 11:27

Karl-- 
Fantastic--- its working.
Thank you so much.