GoogleMaps Module [NEW VERSION 3.0, 2009-02-22]

Get help with installation and running official modules for phpwcms here. Please do not post bug reports or feature requests here.
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Re: GoogleMaps Module [NEW VERSION 3.0, 2009-02-22]

Post by update »

;)
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
pepe
Posts: 3954
Joined: Mon 19. Jan 2004, 13:46

Re: GoogleMaps Module [NEW VERSION 3.0, 2009-02-22]

Post by pepe »

Hey great solution ...

now i'm able, to integrate my own tracks via special kml-files, exported from my GPS .

After changing the "new" file and 3 minutes of works... and i've got it running. :D :D :D
User avatar
jsw_nz
Posts: 907
Joined: Fri 2. Apr 2004, 02:42
Location: New Zealand

Re: GoogleMaps Module [NEW VERSION 3.0, 2009-02-22]

Post by jsw_nz »

- novallis - Very nice stuff - lots of possibilities...
- breitsch - thanks for this great integration of Google Maps - respect - :)
- cool idea pepe
dastel
Posts: 72
Joined: Wed 18. May 2005, 09:34

Re: GoogleMaps Module [NEW VERSION 3.0, 2009-02-22]

Post by dastel »

Kann mir mal jemand erklären wie die moduleigene Suche funktioniert, bei mir kommt immer, egal was ich auch eingebe: "No results found." Ist dieser Teil des Moduls noch nicht funktionstauglich, oder mache ich irgend was falsch?

Danke für die Hilfe?!? ;-)
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Re: GoogleMaps Module [NEW VERSION 3.0, 2009-02-22]

Post by update »

Alle Einträge "aktiv"?
Alle Einträge im ContentPart blau hinterlegt?
Dann sollte das gehen...
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
dastel
Posts: 72
Joined: Wed 18. May 2005, 09:34

Re: GoogleMaps Module [NEW VERSION 3.0, 2009-02-22]

Post by dastel »

Beides ja, sie werden ja in der Karte angezeigt... aber wenn ich suchen möchte, dann kommt immer .... "No results found."
http://www.winwin-office.de/index.php?m ... uebersicht
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Re: GoogleMaps Module [NEW VERSION 3.0, 2009-02-22]

Post by update »

IM BE im Modul beide Editier-Felder gefüllt?
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
dastel
Posts: 72
Joined: Wed 18. May 2005, 09:34

Re: GoogleMaps Module [NEW VERSION 3.0, 2009-02-22]

Post by dastel »

Points Einstellungen BE
Image

Suche Einstellungen Modul BE
Image

Frontend
Image

:-) jemand eine idee??? !!!
breitsch
Posts: 473
Joined: Sun 6. Mar 2005, 23:12
Location: bern switzerland

Re: GoogleMaps Module [NEW VERSION 3.0, 2009-02-22]

Post by breitsch »

Das Script meldet einen mysql Fehler. Verwendest du einen db_prepend?
http://www.youtube.com/watch?v=jqxENMKaeCU
because it's important!
breitsch
dastel
Posts: 72
Joined: Wed 18. May 2005, 09:34

Re: GoogleMaps Module [NEW VERSION 3.0, 2009-02-22]

Post by dastel »

Woran kann man sehen daß das Script einen mysql Fehler meldet.
Und, wenn ich einen "db_prepend" verwenden sollte dann nicht wissentlich, wenn ich ehrlich bin weiss ich nicht mal was das ist!?!

Habe auf einem anderen System genau die gleichen Probleme, ist ein ganz anderer Hoster.
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Re: GoogleMaps Module [NEW VERSION 3.0, 2009-02-22]

Post by juergen »

Ein prepend ist ein "Vornedran Bambler" würde man in Köln sagen, also ein Vorname der phpwcms Tabellen wie zum Beispiel mein_schoenes_phpwcms_articlecat und dieses mein_schoenes bevornamt alle Tabellen der phpwcms Datenbank.

So ein Teil kann gelegentlich beim Ansprechen der Datenbank Probleme machen, insbesondere wenn der Code nichts davon weiss, oder meint eines zu haben und es gibt das nicht.

Also prüfen: Config und Datenbank, Resultat hier einwerfen ;-)
dastel
Posts: 72
Joined: Wed 18. May 2005, 09:34

Re: GoogleMaps Module [NEW VERSION 3.0, 2009-02-22]

Post by dastel »

OK, ich habe ein "db_prepend" (cms_), was muss ich denn jetzt wo ändern damit die Suche klappt???

Auszug aus der conf.inc.php

Code: Select all

$phpwcms['db_prepend']        = 'cms';
Auszug aus der DB:

Code: Select all

cms_phpwcms_googlekey
cms_phpwcms_googlemaps
cms_phpwcms_googlemaps_categories
cms_phpwcms_googlemaps_language
cms_phpwcms_googlemaps_resource
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: GoogleMaps Module [NEW VERSION 3.0, 2009-02-22]

Post by flip-flop »

Am besten die vorhandene DB in eine neue DB portieren ohne Prepend.
Dann natürlich in der config das Prepend entfernen.

Oder auf breitsch warten, vielleicht ist irgendwo in einem Script eine Stelle die das Prepend nicht beachtet.

Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
dastel
Posts: 72
Joined: Wed 18. May 2005, 09:34

Re: GoogleMaps Module [NEW VERSION 3.0, 2009-02-22]

Post by dastel »

Also, nun scheint es zu klappen, ich habe die Datenbank ohne Prepend portiert.

Jetzt noch eine andere Frage, ist es möglich eine Distanz schon vor zu definieren, zB. 10 KM
dastel
Posts: 72
Joined: Wed 18. May 2005, 09:34

Re: GoogleMaps Module [NEW VERSION 3.0, 2009-02-22]

Post by dastel »

Und noch was ist mir aufgefallen, in der Textsuche kann man nicht nach Wörtern mit Umlauten suchen, da die in HTML umgewandelt werden.
Post Reply