Antworten: 6
Seite [1] |
|
twitch Rock the board Beiträge: 41 |
# Thema - 05.05.2008 um 06:42 Uhr
When installing the googlemaps, what is the template.txt for? |
Inaktiv |
|
Jam2 Highlander Beiträge: 3291 |
# Antwort: 1 - 05.05.2008 um 15:54 Uhr
which googlemaps do you have? (version?) ------------------ Gruß/ Best regards Jam2 Nützliche Forumbeiträge/Codepastes: (Useful comments in our board / codepastes) Template Switch for index.php Board Navlist last posts Edi: könnte man denn auch hier eine erweiterung einfügen?
Jam2: das web ist wie toyota..... Edi: hö ? Jam2: nichts ist unmöglich! |
Inaktiv |
|
twitch Thread-Ersteller Rock the board Beiträge: 41 |
# Antwort: 2 - 05.05.2008 um 16:19 Uhr
I think it was 1.3. |
Inaktiv |
|
Jam2 Highlander Beiträge: 3291 |
# Antwort: 3 - 05.05.2008 um 16:24 Uhr
btw that's for clansphere 2007.x ^^ there's one newer version in the german category. i can translate it if you want to use the newer version^^ - <body> mit <body onload="googlemaps_load()" onunload="googlemaps_unload()"> ersetzen - {googlemaps:head} vor </head> platzieren means open your /templates/YOUR TEMPLATE/index.htm: Replace <body> with <body onload="googlemaps_load()" onunload="googlemaps_unload()"> And replace </head> with {googlemaps:head} </head> //Sry for my bad englisch =/ //edit:// what's the plural of "route" o.O? ------------------ Gruß/ Best regards Jam2 Nützliche Forumbeiträge/Codepastes: (Useful comments in our board / codepastes) Template Switch for index.php Board Navlist last posts Edi: könnte man denn auch hier eine erweiterung einfügen?
Jam2: das web ist wie toyota..... Edi: hö ? Jam2: nichts ist unmöglich! Zuletzt editiert von FireDragon am 05.05.2008 um 16:25 Uhr (1x Editiert) |
Inaktiv |
|
twitch Thread-Ersteller Rock the board Beiträge: 41 |
# Antwort: 4 - 05.05.2008 um 19:37 Uhr
Thank you! Yes, I would like to get the latest version with English translation if possible. route plural = routes Zuletzt editiert von twitch am 05.05.2008 um 19:38 Uhr (1x Editiert) |
Inaktiv |
|
Jam2 Highlander Beiträge: 3291 |
# Antwort: 5 - 05.05.2008 um 20:00 Uhr
http://www.clansphere.net/modules/module/view/id/130 that's the new version install: 1. Upload everything 2. /updates/googlemaps_v1.4_install.sql import this data to your database 3. Remove cache files 4. System -> Options -> Googlemaps configure googlemaps 5. open your /templates/YOUR TEMPLATE/index.htm: Replace <body> with <body onunload="GUnload()"> And replace </head> with {googlemaps:head} </head> that's the language data.... i hope my english isn't sooo wrong <.< lang/english/googlemaps.php : <?php
//Freitag, 11. Januar 2008 15:48:02 //by Sickboy //translated by FireDragon 2008-05-05 $cs_lang['mod'] = 'GoogleMaps'; $cs_lang['mod_text'] = 'Plugin to use Googlemaps (Usermap and Routemap) on your page.'; //list.php $cs_lang['chroute'] = 'Choose a route.'; //geo.php $cs_lang['geo'] = 'Geodata'; $cs_lang['geolat'] = 'Geographic width LAT'; $cs_lang['geolng'] = 'Geographic length LNG/LONG'; //user.php $cs_lang['head_users'] = 'User'; $cs_lang['no_data'] = 'No Data'; $cs_lang['width'] = 'Width'; $cs_lang['height'] = 'Height'; $cs_lang['key'] = 'Key'; $cs_lang['key_info'] = 'Needed to use Googlemaps'; $cs_lang['key_link'] = 'Sign Up a Key'; //usersmap.php $cs_lang['allusers'] = 'Overall survey of all registered User.'; //manage.php $cs_lang['head_manage'] = 'Adminstration'; $cs_lang['new_route'] = 'Add a new route'; $cs_lang['headline'] = 'Routes'; //options.php $cs_lang['body_options'] = 'Settings for the GoogleMaps Plugin'; $cs_lang['zoom'] = 'Zoom'; $cs_lang['lat'] = 'Longitude'; $cs_lang['lng'] = 'Latitude'; $cs_lang['typ'] = 'Typ'; $cs_lang['navcontrol'] = 'NavControl'; $cs_lang['overview'] = 'Overview'; $cs_lang['point'] = 'Arrow'; $cs_lang['small'] = 'Small'; $cs_lang['large'] = 'Large'; $cs_lang['on'] = 'on'; $cs_lang['off'] = 'off'; $cs_lang['from'] = 'from'; $cs_lang['to'] = 'to'; $cs_lang['ins'] = ' example street, postal code, city'; $cs_lang['routeget'] = 'Route planing'; $cs_lang['details'] = 'Detail view'; $cs_lang['free'] = 'allow_url_fopen'; //routecreate.php $cs_lang['head_create'] = 'Add'; //routedel.php $cs_lang['head_remove'] = 'Remove'; $cs_lang['body_remove'] = 'Do you want to remove the route?'; //routeedit.php $cs_lang['body_edit'] = 'Please fill all fields with an *.'; $cs_lang['no_route_name'] = 'Please insert a name'; $cs_lang['no_route_point'] = 'Please insert Points.'; $cs_lang['no_route_color'] = 'Please insert a Line colour.'; $cs_lang['route_name'] = 'Name *'; $cs_lang['route_points'] = 'Points *'; $cs_lang['route_tabs'] = 'Tabs'; $cs_lang['route_images'] = 'Images'; $cs_lang['route_color'] = 'Line colour *'; //route.php $cs_lang['routepointsinfo'] = 'For multiple choice Seperate the points with "|"<br />Example: 56.12,13.60|54.13,13.38'; $cs_lang['routetabinfo'] = 'When you add divers Points, you may entry the tabs.<br />Example: Lubmin|Greifswald'; $cs_lang['routeimageinfo'] = 'Example: symbols/googlemaps/dd-start.png|symbols/googlemaps/dd-end.png'; $cs_lang['routecolorinfo'] = 'Example: FF0000 = Red / hex code'; ?> ------------------ Gruß/ Best regards Jam2 Nützliche Forumbeiträge/Codepastes: (Useful comments in our board / codepastes) Template Switch for index.php Board Navlist last posts Edi: könnte man denn auch hier eine erweiterung einfügen?
Jam2: das web ist wie toyota..... Edi: hö ? Jam2: nichts ist unmöglich! Zuletzt editiert von FireDragon am 06.05.2008 um 06:38 Uhr (1x Editiert) |
Inaktiv |
|
twitch Thread-Ersteller Rock the board Beiträge: 41 |
# Antwort: 6 - 05.05.2008 um 23:22 Uhr
Thanks! Found this: change: $cs_lang['height'] = 'Geight'; to this: $cs_lang['height'] = 'Height'; Zuletzt editiert von twitch am 06.05.2008 um 06:22 Uhr (1x Editiert) |
Inaktiv |
|
Antworten: 6
Seite [1] |
Sie müssen sich registrieren, um zu antworten. |