News:

Want to get involved in developing SMF? Why not lend a hand on our GitHub!

Main Menu

Google Member Map

Started by Spuds, December 12, 2007, 01:49:12 PM

Previous topic - Next topic

Garry1953

Spuds

Thanks for the update.

Now works with no Errors :)

scottd34

Quote from: TW1ST3D on November 14, 2010, 10:24:59 PM
Quote from: TheDel on October 28, 2010, 01:22:05 AM
Hey Blue Devil- quick question
The pins arent showing up on the main map anymore.
The mod worked when I installed it on 1.1- stopped working and then I upgraded to 2 and it was working again.
Then suddenly, it stopped. Everything else on the mod works but its not displaying the pins on the map page. I do have several mods but doubt its that because I dont think any of my mods affect the map page- which is the only issue. Any help would be HUGE

Thanks

I'm having the same Problem........any word on a fix?

I was able to fix by manually inputting the code from the parse into load.php. For whatever reason it was never put in when I upgraded last.

Bugo

Mr. Spuds, what about hardcoded text in modification20.xml?

Example:
array('none' => 'No Sidebar', 'right' => 'Sidebar Right')
array('G_NORMAL_MAP' => 'Map', 'G_SATELLITE_MAP' => 'Satellite', 'G_HYBRID_MAP' => 'Hybrid')
array('GLargeMapControl3D' => 'Large 3D pan/zoom control', 'GLargeMapControl' => 'Simpler large pan/zoom control', 'GSmallMapControl' => 'Smaller pan/zoom control', 'GSmallZoomControl3D' => 'Small 3D zoom control', 'GSmallZoomControl' => 'Small zoom control')

It's not good.

Have you read this? => http://www.simplemachines.org/community/index.php?topic=357757.0
Quote from: SlammedDime
- No Hardcoded Text
"Hardcoded text" refers to words that are typed directly into the template and source files and displayed to members using the theme. This makes translating the mod for use with different languages much more difficult, so it is for this reason we require that all language strings be placed into language files. This applies even for English!  Modifications.english.php  is loaded on every page load and should be used for all mods unless your mod is large enough that it would require it's own language file.  You may add to other language files to your install file using the error="skip" attribute, but you must at least add them to Modifications.english.php if not creating your own language file.

Spuds

QuoteIt's not good.

Have you read this? => http://www.simplemachines.org/community/index.php?topic=357757.0
Most of that was as it was when I took ownership, I concentrated on fixing the real issues in the program and the database installer as well as new features .... did you notice that there are now separate language.xml files now so obviously I'm working on making things "compliant" ....

QuoteI was able to fix by manually inputting the code from the parse into load.php. For whatever reason it was never put in when I upgraded last.
That was the old version of the program, so not sure what to do about that, have you uninstalled the old version and installed the new one?  Pins not showing up on the map (but the map appearing) is generally an indication of a Javascript problem, I'd have to see the page where its occurring to tell for sure.

Eddy Matthews

A great update to the Member Map mod, thankyou...

However, there is one small problem, the mod is adding all the txt strings twice to each file!

Regards
Eddy

Spuds

Quote from: Eddy Matthews on November 27, 2010, 02:26:12 AM
A great update to the Member Map mod, thankyou...

However, there is one small problem, the mod is adding all the txt strings twice to each file!

Regards
Eddy

Eddy,

Thanks for finding that, when I created the utf8 language file I neglected to change the file names in it to the utf8 files :-[ ...  which leads to V2.06c

powaserv

HI

I'm on the RC4 version and I have the same worries that certain.
To know this problem:

Quotethe installation was done without errors, the administration backend seems to be OK but when I click on the Member Map link I've got the following error:

This web site needs a different Google Maps API key. A new key can be generated at http://code.google.com/apis/maps/signup.html [nofollow].

Have a solution to this problem?

Thank's






Hébergement web gratuit,webradio,server teamspeak.
http://www.powaserv.com [nofollow]

Spuds

Quote from: powaserv on November 28, 2010, 04:22:36 AM
HI

I'm on the RC4 version and I have the same worries that certain.
To know this problem:

Quotethe installation was done without errors, the administration backend seems to be OK but when I click on the Member Map link I've got the following error:

This web site needs a different Google Maps API key. A new key can be generated at http://code.google.com/apis/maps/signup.html.

Have a solution to this problem?

Thank's
Do you have an API key entered in the modifications admin panel?  If not you need to get an API key for your site and enter it in the mod settings.  Follow the supplied link to get your key.

powaserv

Quote from: Spuds on November 28, 2010, 10:00:36 AM
Quote from: powaserv on November 28, 2010, 04:22:36 AM
HI

I'm on the RC4 version and I have the same worries that certain.
To know this problem:

Quotethe installation was done without errors, the administration backend seems to be OK but when I click on the Member Map link I've got the following error:

This web site needs a different Google Maps API key. A new key can be generated at http://code.google.com/apis/maps/signup.html [nofollow].

Have a solution to this problem?

Thank's
Do you have an API key entered in the modifications admin panel?  If not you need to get an API key for your site and enter it in the mod settings.  Follow the supplied link to get your key.

Hi,

Yes well I put the key in the administration.
However I have come to see where my problem.
I misstated the address of my website.

My problem is resolved thank you.
Hébergement web gratuit,webradio,server teamspeak.
http://www.powaserv.com [nofollow]

Spuds

QuoteHi,

Yes well I put the key in the administration.
However I have come to see where my problem.
I misstated the address of my website.

My problem is resolved thank you.
Had to ask the first question ... you would be surprised  :D   

Yeah the site address needs to be correct for the API key to work ... Currently the mod runs on the v2 maps api which requires the key, the v3 api does not require the key so I've been toying with changing the mod over to the new api ... the downside is that the map search function (that search box on the add pin map screen) is not part of the v3 api and I have yet to find an acceptable solution.

Casa Grande

I have had the mod for some time and it has worked great.  However, I have recently moved to a new server, upgraded to RC4 and basically rebuilt the forum from the ground up.  I have imported all the old data to the new database.  Now, I'm getting this error with this app: 

Quote
Apply Filter: Only show the error messages of this URL
/forum/index.php?action=googlemap
Apply Filter: Only show the errors with the same message
8: Undefined index: googleMapPinsOnMap
Apply Filter: Only show the errors from this file
File: /forum/Sources/GoogleMap.php
Line: 68

Any ideas?

Spuds

Check your Modifications.english.php file (or your utf8 equivalent) to make sure you added in all of the $txt strings for the mod.  The googleMapPinsOnMap index is a txt string, so the only way it could be tossing that error would be that it was the string was missing in the language file.

Casa Grande

thanks, Spud, I'll check that out.

belgium-gravure

Quote from: belgium-gravure on December 23, 2010, 03:30:29 PM
Traduction (français > anglais)
Hello sorry if my English is crap but I did with google translation

here I have updated the google map version (1.0 beta -> 2.0.6c) on my forum ensemble.eu-talking, no worries the (primary domain-hosting)

But as soon as I installed the wants on these forums

http://www.i-gamer.fr/forum/ (subdomain)
and
http://www.i-gamer.eu (+ subdomain alias redirect)

I have this error message in the error log of forum (version 1.1.12) in French (garnçais pack installed)
But the same thing if I put forum in English

Quote from: belgium-gravure on December 23, 2010, 03:31:57 PM
.............
http://www.i-gamer.eu/index.php?action=googlemap;sa=.js 
8: Undefined index: googleSidebar
Fichier: /var/www/virtual/belgium-gravure.net/i-gamer.eu/htdocs/Sources/GoogleMap.php
Ligne: 115

.........
http://www.i-gamer.eu/index.php?action=googlemap;sa=.js 
8: Undefined index: googleSidebar
Fichier: /var/www/virtual/belgium-gravure.net/i-gamer.eu/htdocs/Sources/GoogleMap.php
Ligne: 112

http://www.simplemachines.org/community/index.php?board=14.0

Quote from: bluedevil on December 27, 2010, 06:57:33 PM
You'll get better support here http://www.simplemachines.org/community/index.php?topic=210708.0
as i no longer support this mod.  There have been changes and updates.  ;)
http://www.bluedevilcustoms.com/index.php/topic,114.0.html

Spuds

I'll take a look and see what might be happening.

Note that the 1.x branch of this mod has not changed since I took ownership.

If you are installing in a 1.1.12 forum it would have installed the 1.0 beta4 version (its included in the consolidated package)


belgium-gravure

hello and thank you
I tested the beta version 1.04 and have the same error but said only forums set subdomain

belgium-gravure

#1336
dank u , is test ;)

edite

is perfect  ;)

belgium-gravure

Hello

when a menber had to finish it this spot to create this error?

But if errors do occur before most of that side is fine



Sass
http://www.i-gamer.fr/forum/index.php?action=profile;sa=forumProfile 
8: Undefined index: googleMapPleaseClick
Fichier: /web/igamer/www/forum/Themes/default/Profile.template.php (forumProfile sub template - eval?)
Ligne: 1650


PatrickPriest

I am having a problem with the map being updated when I make changes to the settings, or someone adds a pin.

I have it to default zoom into a location... however... it doesn't.  I have also updated my profile to tell my location... but there are no pins on the map.

Spuds

Quote from: belgium-gravure on December 31, 2010, 04:19:44 AM
Hello

when a menber had to finish it this spot to create this error?

But if errors do occur before most of that side is fine



Sass
http://www.i-gamer.fr/forum/index.php?action=profile;sa=forumProfile 
8: Undefined index: googleMapPleaseClick
Fichier: /web/igamer/www/forum/Themes/default/Profile.template.php (forumProfile sub template - eval?)
Ligne: 1650



Thats a txt string that is missing ... I'm assuming that you created your own translation for the mod?  You should have a line like:

$txt['googleMapPleaseClick'] = 'Click to place your pin on the map or click on your pin to remove it.';

in your Modifications.YOURLANGUAGE-utf8.php or Modifications.YOURLANGUAGE.php in your themes/default/languages directory.  The mod only has the english translations at this time.

Advertisement: