Page 3 of 11

Re: [BETA] Google User Map

Posted: Thu Sep 27, 2007 12:57 pm
by spy2000
IE 7

Thanks

Re: [BETA] Google User Map

Posted: Sun Sep 30, 2007 8:22 pm
by RyoBerlin
the map dosnt wirk with IE7 @ my page! :(

i get just a colored panel thats all...

Re: [BETA] Google User Map

Posted: Mon Oct 01, 2007 5:32 am
by jcc264
RyoBerlin wrote:the map dosnt wirk with IE7 @ my page! :(

i get just a colored panel thats all...
you need to get your google site key

Re: [BETA] Google User Map

Posted: Mon Oct 01, 2007 9:05 am
by modbo
With Beta 3 it works now for me.

Before map only in Firefpx not in IE7.

Re: [BETA] Google User Map

Posted: Mon Oct 01, 2007 11:46 am
by RyoBerlin
jcc264 wrote:you need to get your google site key
what? i need a google site key?
i have a API Key.. map wirks for FF but not IE ...
----------
Ok with Beta 3 Works now :) Thx!
------------------

a Feauture Request:

A Speciel Profile Field where the User can Enter his Street/Adress because...
i live in Berlin City... and the most users will enter "Berlin" so that every user will be displayed on the same place at the card thats impossible ;)

And the user should have the choice "Show my adress to others yes/no" so that finally

Living place: Berlin (example)
UserMap: SomeStreet, 10000 Berlin
Show UserMap Datas? Y/N
Displayed in Map only "Living Place" but the street (Full UserMap Datas) are secret

Problem wis LivingPlace is also that a long adress will be shown in the profile @ each post and that looks ugly ;)

Re: [BETA] Google User Map

Posted: Tue Oct 02, 2007 7:07 am
by Dr.Death
Enter in the location field: Berlin your-street 10

Re: [BETA] Google User Map

Posted: Tue Oct 02, 2007 9:27 am
by Wauziweb
I'm still back on BETA 2!
BETA 3 comes with the "curl-problem" and with the quick- fix the map is not shown because the scale...?!

_____________________
http://forum.mini-aussies.com

Re: [BETA] Google User Map

Posted: Tue Oct 02, 2007 11:26 am
by RyoBerlin
dr.death wrote:Enter in the location field: Berlin your-street 10
öhm you mean me?

i sayed this is not what i want ;) i mean.. what others want.. because everybody c the streetname in the profile info under his nickname in the forum ;)

i self used it with "Berlin, Street" but the most users are scared ... i think that they believe they are getting visitors lol

Btw. or what about a funktion if more users @ the same place (sometimes... some users lives in the same house.. same street.. same number...) that the card will be possible to display not

"Username"
-------------
"sameLocation"

but
"Username1, Username 2, Username3"
----------------------------------------------
"sameLocation"

Re: [BETA] Google User Map

Posted: Tue Oct 02, 2007 2:29 pm
by jcc264
the current live demo does this

"Username1, Username 2, Username3"
----------------------------------------------
"sameLocation"

Re: [BETA] Google User Map

Posted: Tue Oct 02, 2007 3:17 pm
by RyoBerlin
jcc264 wrote:the current live demo does this
that means?
that the next beta will have it?

perfect! :)

Re: [RC] Google User Map

Posted: Tue Oct 02, 2007 11:48 pm
by jcc264
Edited first post RC1 is out

Re: [RC] Google User Map

Posted: Wed Oct 03, 2007 12:48 am
by RyoBerlin
The Manual has no version info about RC and chances betwee Beta 3 and RC1 ;)

But, works :)

Re: [RC] Google User Map

Posted: Fri Oct 05, 2007 1:45 pm
by Enno
Hello,

you may be interested in including the following fix to prevent page scrolling while zooming the map with the mouse wheel.

Instructions are for prosilver template only, i haven't looked on subsilver, but it should be very similar.

Open user_map.html.
Find:

Code: Select all

function doLoad() {
Add before, in a new line:

Code: Select all

function wheelevent(e)
{
	if (!e)
	{
		e = window.event
	}
	if (e.preventDefault)
	{
		e.preventDefault()
	}
	e.returnValue = false;
}
Find:

Code: Select all

map.addControl(new GMapTypeControl());
Add after, in a new line:

Code: Select all

///prevent page scroll
GEvent.addDomListener(map.getContainer(), "DOMMouseScroll", wheelevent);
map.getContainer().onmousewheel = wheelevent; 
This fix is based on the example http://esa.ilmari.googlepages.com/scrollzoom.htm, i only adopted it for this phpbb3 mod.

Regards,
Enno

Re: [RC] Google User Map

Posted: Fri Oct 05, 2007 3:22 pm
by jcc264
Added to the live demo will be in the RC2 release

Re: [RC] Google User Map

Posted: Fri Oct 05, 2007 8:35 pm
by Dace
hi

have just install RC version on my RC5 board.. i have about 8000 members and when i run user_map.php.. nothing.... it load the page but i have a general error (mysql server away...)