Hallo, Gast! (Registrieren)

Letzte Ankündigung: MyBB 1.8.38 veröffentlicht (30.04.24)


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
Usermap
Hallo Jockl,

ich versuche dir erklären.
was ich mir wünsche:

   

und bei Mausklick soll z.B Fototreffen da anzeigen!

   


Andere Thema:

habe mich festgestellt!

wenn der User den wohnort löschen möchte, es leider nicht möglich.

Und ich frage mich:  Können Admin /Moderator nicht einstellen bei jeder Mitglied Wohnort zu ändern?

bei Plugin / usermap.php  hab ich Code eingebaut und leider ist nicht möglich den Grüne Fähnchen zu sehen!

PHP-Code:
<script type=\"text/javascript\">
function initialize()
{
map = new google.maps.Map(document.getElementById(\"map\"), {
center: new google.maps.LatLng({\$default_place['lat']}, {\$default_place['lon']}),
zoom: {\$default_place['zoom']},
mapTypeId: google.maps.MapTypeId.ROADMAP
});
 var iconBase = 'https://maps.google.com/mapfiles/kml/shapes/';
   var myLatlng = new google.maps.LatLng(51.479879, 6.780479);
   var marker = new google.maps.Marker({
       position: myLatlng,
       map: map,
       title: '1.Fototreff Duisburg'});
 icon: iconBase + 'pin_gelb.png',
   var myLatlng = new google.maps.LatLng(54.180348, 7.891165);
   var marker = new google.maps.Marker({
       position: myLatlng,
       map: map,
       icon: iconBase + 'pin_grün.png',
       title: '1. Fotoreise Helgoland'})
setPins(map);
}
google.maps.event.addDomListener(window, 'load', initialize);
</script> 

 wo liegt der Fehler denn?

hm....

natürlich ist 4 verschiedene Fähnchen zu sehen auf FTP... pin, pin_grün, pin_blau, pin_gelb
Zitieren


Nachrichten in diesem Thema
Usermap - von MyBB.de Bot - 11.02.2008, 18:40
RE: Usermap - von Jockl - 13.05.2013, 21:49
RE: Usermap - von Jockl - 08.09.2014, 21:37
RE: Usermap - von mikado - 13.05.2013, 22:18
RE: Usermap - von Jockl - 13.05.2013, 22:26
RE: Usermap - von mikado - 13.05.2013, 22:53
RE: Usermap - von mikado - 15.05.2013, 11:32
RE: Usermap - von BeeJayZZR - 15.05.2013, 12:15
RE: Usermap - von mikado - 16.05.2013, 19:31
RE: Usermap - von BeeJayZZR - 16.05.2013, 20:19
RE: Usermap - von mikado - 17.05.2013, 19:22
RE: Usermap - von Takumi - 19.05.2013, 01:20
RE: Usermap - von MrBrechreiz - 19.05.2013, 11:45
RE: Usermap - von BeeJayZZR - 19.05.2013, 12:04
RE: Usermap - von Takumi - 19.05.2013, 13:22
RE: Usermap - von Jockl - 20.05.2013, 09:32
RE: Usermap - von mikado - 21.05.2013, 15:40
RE: Usermap - von Takumi - 28.05.2013, 20:59
RE: Usermap - von Jockl - 06.06.2013, 21:52
RE: Usermap - von Takumi - 07.06.2013, 03:43
RE: Usermap - von MrBrechreiz - 07.06.2013, 07:39
RE: Usermap - von Takumi - 07.06.2013, 13:47
RE: Usermap - von Jockl - 10.06.2013, 21:34
RE: Usermap - von MrBrechreiz - 07.06.2013, 15:45
RE: Usermap - von Takumi - 10.06.2013, 05:53
RE: Usermap - von MrBrechreiz - 10.06.2013, 14:07
RE: Usermap - von BeeJayZZR - 10.06.2013, 21:51
RE: Usermap - von Jockl - 10.06.2013, 21:56
RE: Usermap - von Jockl - 12.06.2013, 07:04
RE: Usermap - von MrBrechreiz - 12.06.2013, 07:44
RE: Usermap - von Takumi - 12.06.2013, 13:49
RE: Usermap - von Jockl - 14.06.2013, 22:18
RE: Usermap - von MrBrechreiz - 15.06.2013, 07:13
RE: Usermap - von Yessie - 15.06.2013, 11:16
RE: Usermap - von MrBrechreiz - 15.06.2013, 14:16
RE: Usermap - von Yessie - 15.06.2013, 15:30
RE: Usermap - von Jockl - 15.06.2013, 18:35
RE: Usermap - von MrBrechreiz - 15.06.2013, 20:57
RE: Usermap - von Yessie - 16.06.2013, 09:17
RE: Usermap - von Jockl - 16.06.2013, 09:29
RE: Usermap - von MyBB.de Bot - 04.07.2013, 19:30
RE: Usermap - von Mario4774 - 30.10.2013, 14:31
RE: Usermap - von BeeJayZZR - 30.10.2013, 14:34
RE: Usermap - von Mario4774 - 30.10.2013, 14:40
RE: Usermap - von RedBull - 22.11.2013, 17:27
RE: Usermap - von Jockl - 23.11.2013, 10:47
RE: Usermap - von RedBull - 23.11.2013, 12:39
RE: Usermap - von Jockl - 23.11.2013, 12:53
RE: Usermap - von RedBull - 24.11.2013, 14:58
RE: Usermap - von StefanT - 24.11.2013, 15:05
RE: Usermap - von pjayman - 27.11.2013, 16:46
RE: Usermap - von StefanT - 27.11.2013, 16:50
RE: Usermap - von pjayman - 27.11.2013, 17:01
RE: Usermap - von Kalle - 08.12.2013, 00:37
RE: Usermap - von Jockl - 08.12.2013, 10:11
RE: Usermap - von Kalle - 08.12.2013, 15:48
RE: Usermap - von Chuck-l - 21.12.2013, 01:09
RE: Usermap - von MrBrechreiz - 21.12.2013, 04:09
RE: Usermap - von helpy - 21.12.2013, 13:54
RE: Usermap - von Chuck-l - 21.12.2013, 14:38
RE: Usermap - von navis - 21.12.2013, 13:14
RE: Usermap - von StefanT - 21.12.2013, 13:17
RE: Usermap - von navis - 21.12.2013, 13:56
RE: Usermap - von StefanT - 21.12.2013, 14:20
RE: Usermap - von navis - 21.12.2013, 14:33
RE: Usermap - von MrBrechreiz - 21.12.2013, 14:54
RE: Usermap - von Chuck-l - 22.12.2013, 15:00
RE: Usermap - von helpy - 22.12.2013, 15:17
RE: Usermap - von Jockl - 05.01.2014, 18:44
RE: Usermap - von hkkp - 16.06.2014, 17:52
RE: Usermap - von Itunes - 25.01.2014, 12:10
RE: Usermap - von Jockl - 25.01.2014, 12:27
RE: Usermap - von Itunes - 25.01.2014, 12:38
RE: Usermap - von Jockl - 25.01.2014, 12:42
RE: Usermap - von Itunes - 25.01.2014, 12:43
RE: Usermap - von Jockl - 25.01.2014, 13:22
RE: Usermap - von Itunes - 25.01.2014, 13:37
RE: Usermap - von Jockl - 25.01.2014, 13:56
RE: Usermap - von Itunes - 25.01.2014, 14:19
RE: Usermap - von Jockl - 25.01.2014, 15:20
RE: Usermap - von Itunes - 25.01.2014, 15:44
RE: Usermap - von Jockl - 17.05.2014, 20:45
RE: Usermap - von Licht - 30.12.2016, 14:51
RE: Usermap - von eisbäronice - 18.05.2014, 16:09
RE: Usermap - von Jockl - 16.06.2014, 20:35
RE: Usermap - von hkkp - 16.06.2014, 20:57
RE: Usermap - von MrBrechreiz - 16.06.2014, 22:09
RE: Usermap - von hkkp - 16.06.2014, 23:29
RE: Usermap - von kuestenkind - 21.06.2014, 15:59
RE: Usermap - von StefanT - 21.06.2014, 16:06
RE: Usermap - von Jockl - 30.06.2014, 06:02
RE: Usermap - von kuestenkind - 21.06.2014, 16:25
RE: Usermap - von StefanT - 21.06.2014, 16:26
RE: Usermap - von navis - 21.08.2014, 19:53
RE: Usermap - von Jockl - 21.08.2014, 20:56
RE: Usermap - von navis - 21.08.2014, 21:02
RE: Usermap - von TelCont@r - 08.09.2014, 18:30
RE: Usermap - von MrBrechreiz - 08.09.2014, 19:16
RE: Usermap - von TelCont@r - 08.09.2014, 19:31
RE: Usermap - von StefanT - 08.09.2014, 19:43
RE: Usermap - von TelCont@r - 08.09.2014, 21:33
RE: Usermap - von StefanT - 08.09.2014, 21:38
RE: Usermap - von RedBull - 06.10.2014, 16:56
RE: Usermap - von Jockl - 10.10.2014, 10:33
RE: Usermap - von RedBull - 13.10.2014, 13:42
RE: Usermap - von Jockl - 18.10.2014, 09:11
RE: Usermap - von Weihnachts-Lichter - 16.12.2014, 19:47
RE: Usermap - von StefanT - 16.12.2014, 20:04
RE: Usermap - von Weihnachts-Lichter - 16.12.2014, 20:30
RE: Usermap - von Jockl - 16.12.2014, 23:30
RE: Usermap - von Licht - 30.12.2016, 17:01
RE: Usermap - von Jockl - 30.12.2016, 21:54
RE: Usermap Änderung - von Licht - 30.12.2016, 22:29
RE: Usermap - von Jockl - 30.12.2016, 22:33
RE: Usermap - von Licht - 31.12.2016, 11:13
RE: Usermap - von Jockl - 31.12.2016, 15:18
RE: Usermap - von MrBrechreiz - 31.12.2016, 15:18
RE: Usermap - von MrBrechreiz - 31.12.2016, 15:43
Usermap (Eventuell Übersetzen] - von LKW-Michi - 06.05.2008, 17:18
Problem mit einer Usermap... - von n00by2k - 13.05.2008, 18:46
RE: Problem mit einer Usermap... - von 12dc12 - 13.05.2008, 21:06
RE: Problem mit einer Usermap... - von n00by2k - 14.05.2008, 06:19
RE: Problem mit einer Usermap... - von 12dc12 - 14.05.2008, 09:58
RE: Problem mit einer Usermap... - von n00by2k - 14.05.2008, 10:10
Usermap 1.1 - von sMoKiE - 18.08.2009, 10:49
RE: Usermap 1.1 - von Jockl - 18.08.2009, 11:02
RE: Usermap 1.1 - von sMoKiE - 18.08.2009, 11:05
RE: Usermap 1.1 - von Jockl - 18.08.2009, 11:12
RE: Usermap 1.1 - von sMoKiE - 18.08.2009, 11:20
RE: Usermap 1.1 - von Jockl - 18.08.2009, 11:39
RE: Usermap 1.1 - von sMoKiE - 18.08.2009, 12:26
RE: Usermap 1.1 - von Jockl - 18.08.2009, 13:15
RE: Usermap 1.1 - von sMoKiE - 18.08.2009, 13:29
Usermap 1.1.2 - von mikado - 13.05.2013, 21:44
Usermap?? - von Mario4774 - 30.10.2013, 13:42
RE: Usermap?? - von BeeJayZZR - 30.10.2013, 13:46
Usermap Problem - von Mario4774 - 30.06.2014, 03:08
RE: Usermap Problem - von hkkp - 30.06.2014, 03:25