HiHo,
hab mal wieder ein Fehler in dem Modul Maps,
es kann keiner mehr seinen Standort ändern und auch keiner neuen eingeben die Funktion ist total weg:'(
Hier ist ein link zum Fehler
externer Link
Hier nochmal der Code vom teplates maps ( da ist die Funktion noch)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
Ich hoffe ihr habt eine Idee
Gruß Helmud
<head>
<!--
# map mod
# by: Jihi
-->
<script type="text/javascript">
var tid;
function showi(posx,posy,mid) {
if(tid!=0){
clearTimeout(tid);
tid=0;
}
document.getElementById('map-info-popup').style.left= posx + 4 + "px";
document.getElementById('map-info-popup').style.top= posy + 5 + "px";
document.getElementById('map-info-popup').innerHTML= document.getElementById('tbl-'+mid).innerHTML;
document.getElementById('map-info-popup').style.visibility = 'visible';
}
function hidei() {
tid=setTimeout("document.getElementById('map-info-popup').style.visibility = 'hidden';tid = 0",1000);
}
function overi(){
clearTimeout(tid);
}
</script>
<link rel="stylesheet" type="text/css"
href="include/contents/map/map.css">
</head>
<body>
<center>
<div style="position: relative;"> <img src="%7Bpath%7D"
height="{height}" width="{width}">
<div id="map-info-popup" class="uinfo"
onmouseover="overi()" onmouseout="hidei()"></div>
{EXPLODE}
<div onmouseover="showi({posx},{posy},'{mid}')"
onmouseout="hidei()" class="uinfopt"
style="position: absolute;">
<div class="smalfont"
style="border: 1px solid rgb(0, 0, 0); background-color: rgb(76, 93, 240);">{counti}</div>
</div>
<div id="tbl-{mid}" style="display: none;">
{_list_poplist@ }
<table class="uinfoTable" cellpadding="0"
cellspacing="0">
<tbody>
<tr>
<td class="uinfoTable1"></td>
<td class="uinfoTable2"></td>
<td class="uinfoTable3"></td>
</tr>
<tr>
<td class="uinfoTable4"></td>
<td class="uinfoTable5">
<div class="uinfoBody"> <a class="uinfoHeadlink"
href="?user-details-%1">%2</a> <br>
%3 </div>
</td>
<td class="uinfoTable6"></td>
</tr>
<tr>
<td class="uinfoTable7"></td>
<td class="uinfoTable8"></td>
<td class="uinfoTable9"></td>
</tr>
</tbody>
</table>
</div>
{EXPLODE}
<center>
<form action="index.php?map" method="post"><input
name="m" value="map" type="hidden">
<input name="um" value="setloc" type="hidden"><input
value="Deinen Wohnort ändern" type="submit">
</form>
</center>
{EXPLODE}
<script language="JavaScript">
showi({posx},{posy},'{mid}');
</script>{EXPLODE} </div>
</center>
{EXPLODE}
<center><font class="smalfont">[ by jihi ]</font></center>
{EXPLODE}
<script type="text/javascript">
function switch_select_group() {
if (document.getElementById('select-group').style.display == 'inline'){
document.getElementById('select-group').style.display = 'none';
}else{
document.getElementById('select-group').style.display = 'inline';
}
}
</script><a href="#" onclick="switch_select_group()">Anzeige
Optionen</a><br>
<div id="select-group" class="selectgroup">
<input name="changeGroup" value="true" type="hidden">{_list_selgroup@}
<table border="1">
<form action="?map" method="post"></form>
<tbody>
<tr>
<td>
<center><a href="?map-show_group_all">Alle</a></center>
</td>
<td></td>
</tr>
<tr>
<td><a href="?map-show_group%2">%1</a></td>
<td><input name="groups[gr%2]" value="%2"
%3="" type="checkbox"></td>
</tr>
<tr>
<td colspan="2">
<center><input value="Ändern" type="submit"></center>
</td>
</tr>
</tbody>
</table>
</div>
<br>
</body>
</html>