Is there a place where I can get support about this MOD?
The topic in phpbb is locked.
***spam***
Fernando
-
fferro
- Messages : 10
Après 15 années d’existence, le forum historique de Framasoft, ferme ses portes.
Pour les nostalgiques et les curieux, il reste toujours possible de consulter les discussions mais c’est maintenant le forum
Framacolibri qui prend la relève.
Si vous avez des questions, on se retrouve là-bas…
if( $result = $db->sql_query($sql) )
{
if (!empty($lng_map) && !empty($lat_map)) include($phpbb_root_path . 'includes/functions_map.php');
leviathan a écrit:can I take your translation (it's spanish?) for add it in the Google Map MOD? and what is the name I can add in the authors of Google Map MOD?
<a href="#" onclick="javascript: window.open('../select_map.php?lat={LAT_MAP}&lng={LNG_MAP}','select_map',''); return false;">{L_OPEN_MAP}</a>
<a href="#" onclick="javascript: window.open('select_map.php?lat={LAT_MAP}&lng={LNG_MAP}','select_map',''); return false;">{L_OPEN_MAP}</a>
#
#-----[ OPEN ]------------------------------------------------
#
templates/subSilver/google_map.tpl
#
#-----[ FIND ]------------------------------------------------
#
<div class="box_title">Patientez : chargement en cours...</div>
#
#-----[ REPLACE WITH ]------------------------------------------
#
<div class="box_title">Paciencia : cargando...</div>
#
#-----[ FIND ]------------------------------------------------
#
<input type="button" name="Submit" value="Centrer" onclick="pygSetLatLng()"/>
#
#-----[ REPLACE WITH ]------------------------------------------
#
<input type="button" name="Submit" value="Centrar" onclick="pygSetLatLng()"/>
#
#-----[ FIND ]------------------------------------------------
#
<input type="submit" name="Submit2" value="Centrer" onclick="return pygChercheMarker()"/>
#
#-----[ REPLACE WITH ]------------------------------------------
#
<input type="submit" name="Submit2" value="Centrar" onclick="return pygChercheMarker()"/>
#
#-----[ OPEN ]------------------------------------------------
#
select_map.php
#
#-----[ FIND ]------------------------------------------------
#
alert(searched +" non trouvé :-(");
#
#-----[ REPLACE WITH ]------------------------------------------
#
alert(searched +" no existe :-(");
#
#-----[ FIND ]------------------------------------------------
#
<div align="center"><input type="button" value="Fermer la fenêtre" name="fermer" onclick="javascript: window.close('select_map');"></div>
#
#-----[ REPLACE WITH ]------------------------------------------
#
<div align="center"><input type="button" value="Cerrar la ventana" name="fermer" onclick="javascript: window.close('select_map');"></div>
#
#-----[ OPEN ]------------------------------------------------
#
includes/functions_map.js
#
#-----[ FIND ]------------------------------------------------
#
alert(searched +" non trouvé :-(");
#
#-----[ REPLACE WITH ]------------------------------------------
#
alert(searched +" no existe :-(");
Utilisateur(s) parcourant actuellement ce forum : Aucun utilisateur inscrit