<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Module: Google Maps</title>
        <description>[b][color=#FF0000]Important: this module requires Phorum 5.2.16-RC2 or newer[/color][/b]

This module implements Google Maps functionality in the user profile. The user can indicate in the control center where he/she lives and this location can be displayed to others on the profile viewing screen.

The module can also be used to plot all known user locations on a map. You will have to create a link to this user map yourself. See the package&#039;s README file for more information on this.

[code]
Changelog:
----------

2016-09-27 v2.0.9 by Oliver Riesen-Mallmann 

    - Fixed missing marker images. The module uses now locally
      stored images.

    - Switched to new &quot;google-style&quot; marker images.

    - TODO extended.

    - Fixed a malformed anchor tag introduced in previous version.

2016-08-31 v2.0.8 by Oliver Riesen-Mallmann 

    - Made XHTML 1.0 Transitional compliant.

    - Changed htmlspecialchars option from ENT_COMPAT to ENT_QUOTES.

2011-04-11 v2.0.5 (Maurice Makaay)

    - Restored the functionality of searching for the user&#039;s location
      by writing a search string and hitting .

    - Fixed the use of a Phorum 5.3 API call in the code.
      Thanks go to Robert Angle for reporting the issue.

    - Extended the upgrade documentation, to note that 2.0.4 and up use
      new module templates, that the admin might have to copy to a
      customized module template.

    - Fixed the usermap addon for MSIE8 and before. The markers did not
      show up due to a javascript issue.

2011-04-01 v2.0.4 (Maurice Makaay)

    - Fixed a bug that caused the map in the control center to show
      the previous map state instead of the new one, after saving the
      data. The data was correctly stored, but the map did not show
      the new state.

    - Changed the module to present a separate &quot;Location&quot; panel,
      instead of putting the location map on the user data
      panel in the control center. The map interface is so big, that
      it deserves a separate panel.

2011-01-04 v2.0.3 (Maurice Makaay)

    - Applied a few small fixes to make the google_maps_user_info hook
      work correctly. There was a typo in the hook check and a Phorum 5.3
      API call was used. Thanks to korsakov for the notice.

2010-12-01 v2.0.2 (Maurice Makaay)

    - The {MOD_GOOGLE_MAPS} template variable is now setup correctly.

2010-10-26 v2.0.1 (Maurice Makaay)

    - Simplified the placement of maps inside pages, by making maps
      scale to their surrounding divs, instead of having to configure
      the size of the map on the various pages via template settings.

    - Fixed a few styling issues.

2010-10-26 v2.0.0 (Maurice Makaay)

    - A big rewrite to incorporate the Google Maps API version 3.
      Version 2 of the API has been officially deprecated by Google.

    - Streetview can now be used in the location configuration for a user.

    - Added a hook &quot;google_maps_user_info&quot; to the usermap. This hook can
      be used to modify the contents of the plotted data. Most noticeably,
      this hook can be used to change the contents of the info window
      for the marker.

    - Retrieving the country and city for the user location has been moved
      into the GUI front end. This cancels the requirement for supporting
      HTTP requests and the JSON PHP extension on the webserver.

    - When the browser supports it, then the user can make use of
      geolocation to automatically lookup the current location.

    - The Fluster2 library has been incorporated in the usermap addon.
      This library takes care of clustering markers on the map, which
      greatly improves the usability and performance of the map in case
      there are a lot of user locations to plot.

2010-10-20 v1.2.0 (Thomas Seifert)

    - Added retrieving the city and country of the user on saving their
      position. This makes it possible to show the city and/or country
      e.g. on the read page.
      (requires json_decode and a way to do remote access)

    - Dropped support for the (ancient) Real Names module for Phorum 5.1.

    - The display name is now used on the usermap, instead of the username.

    - Dutch translations were added by Maurice.

    - Some changes to make the module compatible with Phorum 5.3.

2008-11-22 v1.1.7

    - Fixed the PHP warning &quot;Failed opening &#039;&#039; for inclusion&quot;.
      Thanks to Phorum user sheik (a.k.a. /\dam) for reporting
      the problem.

2008-11-01 v1.1.6

    - Fixed a problem in the usermap. The user API call for retrieving
      all users that have a location set was not using the correct
      arguments. Thanks for Bert Garcia for noticing the problem.

2008-02-11 v1.1.5

    - Fixed {/LOOP} to {/LOOP MOD_GOOGLE_MAPS_USERS} in the usermap
      template. This prevents a template warning when viewing the user map.

    - Fixed an undefined index warning in the usermap.
      Thanks to Oliver Riesen for the bug report and fix.

2008-01-04 v1.1.4

    - Cleaned up the language files a bit.

    - Created a work around in the code to be able to use HTML entities
      in the language strings that are used in JavaScript alert()s.
      Unfortunately, these do not allow direct use of HTML entities,
      causing them to show up verbatim.

2008-01-01 v1.1.3

    - Added a new language string &quot;UserMapNoUsers&quot; to be able to localize
      the usermap for cases where no user locations are available (yet).
      This language string is used in the new template file
      &quot;usermap_nousers.tpl&quot;.

    - The addon now makes use of the new phorum_output() function. This
      makes the output 5.2 compliant and it fixes a problem with the
      recent messages module link not being set (thanks to Berti for
      noticing the problem).

    - Moved german_sie.php to german.php to comply with the other language
      files and included language fixes (as proposed by Berti).

    - When unsetting the position of the map in the control center, it
      now resets to the exact state in which the admin module settings
      map is saved (center point, zoom level and map type).

    - A few changes were made in the code for compatibility with the
      application/xhtml+xml content type.

    - Fixed the info popup baloon position for the usermap (it was a
      bit too far to the right).

    - Added French translation. Thanks to notre-planete.info!

2007-12-31 v1.1.2

    - Some semi-colons were missing in the JavaScript code,
      which could make it fail in a few occasions.

    - Improved the emerald usermap template and put the heading in the
      {HEADING} template variable instead of the usermap template.
      Also cleaned out the description, so it doesn&#039;t show on the
      addon usermap page (as proposed by Berti).

    - Removed the &quot;default&quot; template from the package. In 5.2 that has
      been replaced by &quot;emerald&quot;.

2007-08-20 v1.1.1

    - Forgot to keep track of the install state for the module.
      Thanks to Thomas for noticing!

2007-08-20 v1.1.0

    - Made the module Phorum 5.2 compatible. It now uses the custom
      profile field API to create the custom profile field on the fly
      and the user API for building the addon map, showing the locations.
      of all users.

    - Straightened out some things in the module templates. The settings.tpl
      file is a real template file now.

2007-03-31 v1.0.6

    - The mapframe.php script always loaded the english language due
      to a bug. Thanks to regdos for finding the bug.

2007-03-29 v1.0.5

    - The previous bugfix introduced a different bug: saving profile data
      on any panel which does not contain the Google map clears the
      user&#039;s position. Thanks to cbob for finding the bug.

    - Fixed a newline representation bug in the alert message in case
      a location is not found based on a search string. This showed
      &quot;\n&quot; before. While I was at it, I changed the &quot;\n&quot; in the
      language code to &quot;\r\n&quot;, which makes it more compatible with
      MSIE.

    - Added language support (polish.php and polish_utf8.php).
      Thanks to regdos.


    - No user location map is shown in the profile anymore if no
      location was set by the user.

2007-03-13 v1.0.4

    - Fixed two bugs reported by regdos. These were the results of
      some major refactoring of the map tool, to make it easier to
      use from other pages than the module pages alone. Fixed are:
      - the not working location search;
      - the inability to unset the previoiusly selected location
        to fully clear the location in the control center of the user.

    - Included CMU versioning info. For more info see:
      http://www2.phorum.org/phorum5/read.php?16,120856

2007-02-26 v1.0.3

    - If a user saved some profile data on another control center page
      than the page on which the Google map was, then the location
      info would get lost. This bug is now fixed.
      Thanks to Bert Körn for reporting this problem.

    - Added language support (german_du.php).
      Also thanks to Bert Körn for this one.

    - Changed Stammgast -&gt; Benutzer in the German language file and
      created a german_sie.php based on german_du.php.
      Please let me know if my German sucks ;-)

2007-01-29 v1.0.2

    - The iframe in the map viewer had a wrong id. Changed id &quot;maptool&quot;
      to &quot;maptool_iframe&quot;. This had no repercussions on the active
      functionality of the module.

    - Implemented a user map, which plots all known user locations
      on a map. The URL to the addon is put in the template variable
      {URL-&gt;MOD_GOOGLE_MAPS_USERMAP}, so you can use that to add a
      link on your page to the user map.

    - Added support for displaying real names on the user map instead
      of usernames. For this to work, you should also have installed
      version 2.1.0 of the Real Name module.

2007-01-29 v1.0.1

    - Big code cleanup and a lot of changes for making the map tool easy
      to use from other Phorum modules, so they can implement geotagging
      anything in Phorum.

    - Changed the way in which the user interacts with the map. No marker
      is shown, unless the user clicks on the map to place the marker.
      After that, the marker can be moved by either clicking on a different
      location or by dragging and dropping the marker.

    - Since the map in the admin interface is only used for setting the
      start view for the map that the user gets when selecting a location,
      there was no use in showing a marker there. So I completely removed
      the marker from that interface.

    - All data is now saved when submitting a map. So map center, marker
      position, map type and zoom level are stored. Using this, the user
      can exactly configure how the map will be shown in the profile.

    - Made the module work correctly inside portable and embedded
      environments.

    - Make use of the javascript constants G_...._MAP for handling
      the map types, so we won&#039;t run into problems with localized
      versions of the Google Map system.

2007-01-24 v1.0.0

    - Initial release
[/code]</description>
        <link>https://www.phorum.org/support/read.php?62,123960,123960#msg-123960</link>
        <lastBuildDate>Tue, 21 Jul 2026 03:15:57 -0500</lastBuildDate>
        <generator>Phorum 6.0.4</generator>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123960,162181#msg-162181</guid>
            <title>Re: Module: Google Maps</title>
            <link>https://www.phorum.org/support/read.php?62,123960,162181#msg-162181</link>
            <description><![CDATA[ Hi Oliver,<br />
<br />
as I had a problem with version 2.0.5 I installed the new version 2.0.9 but I have the same problem. Greyed-out map with an error message from Google. Using the FF browser console, it gives me 2 links in regards to the API keys for google maps<br />
<br />
[<a href="https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys" target="_blank"  rel="nofollow">developers.google.com</a>]<br />
[<a href="https://developers.google.com/maps/documentation/javascript/error-messages#sensor-not-required" target="_blank"  rel="nofollow">developers.google.com</a>]<br />
<br />
Where should I look or what can be done from my site ?<br />
<br />
Thank you.]]></description>
            <dc:creator>gelbeseiten</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sun, 06 Jan 2019 14:29:46 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123960,160996#msg-160996</guid>
            <title>Re: Module: Google Maps</title>
            <link>https://www.phorum.org/support/read.php?62,123960,160996#msg-160996</link>
            <description><![CDATA[ Thanks, you rock ;)]]></description>
            <dc:creator>declencher</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 27 Sep 2016 08:11:45 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123960,160994#msg-160994</guid>
            <title>Re: Module: Google Maps</title>
            <link>https://www.phorum.org/support/read.php?62,123960,160994#msg-160994</link>
            <description><![CDATA[ New version:<br />
<br />
<pre class="bbcode">
2016-09-27 v2.0.9 by Oliver Riesen-Mallmann &lt;oliver@riesen.org&gt;

    - Fixed missing marker images. The module uses now locally
      stored images.

    - Switched to new &quot;google-style&quot; marker images.

    - TODO extended.

    - Fixed a malformed anchor tag introduced in previous version.
</pre>]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 27 Sep 2016 06:18:22 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123960,160993#msg-160993</guid>
            <title>Re: Module: Google Maps</title>
            <link>https://www.phorum.org/support/read.php?62,123960,160993#msg-160993</link>
            <description><![CDATA[ Hi,<br />
<br />
I have the some problem. I took two screenshots: one before loading the map (here you can see the with numbers) and the complete map...<br />
<br />
I&#039;ll have a look...<br />
<br />
Regards<br />
Oliver]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 27 Sep 2016 04:00:18 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123960,160991#msg-160991</guid>
            <title>Re: Module: Google Maps</title>
            <link>https://www.phorum.org/support/read.php?62,123960,160991#msg-160991</link>
            <description><![CDATA[ Hello,<br />
<br />
I have a problem with this module. I don&#039;t know when, but from many months there is no more color around numbers on map. When there are more than 1 person on a same zone. I just have white numbers, and it&#039;s difficult to read.<br />
<br />
Am I the only one who have this problem ?<br />
<br />
I tried with Firefox and IE11.]]></description>
            <dc:creator>declencher</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 27 Sep 2016 02:43:23 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123960,160796#msg-160796</guid>
            <title>Re: Module: Google Maps</title>
            <link>https://www.phorum.org/support/read.php?62,123960,160796#msg-160796</link>
            <description><![CDATA[ New version:<br />
<br />
<pre class="bbcode">
2016-08-31 v2.0.8 by Oliver Riesen-Mallmann &lt;oliver@riesen.org&gt;
    - Made XHTML 1.0 Transitional compliant.
    - Changed htmlspecialchars option from ENT_COMPAT to ENT_QUOTES.
</pre>]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Wed, 31 Aug 2016 07:23:44 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123960,155959#msg-155959</guid>
            <title>Re: Module: Google Maps</title>
            <link>https://www.phorum.org/support/read.php?62,123960,155959#msg-155959</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Oliver Riesen</strong><br />
P.S. Seems that I have to write my own conversion script for the user data...</div></blockquote>
<br />
<pre class="bbcode">
2015-08-05 v2.0.7 (Oliver Riesen)

    - Fixed conversion of module v1 user settings data to v2 user settings
      data. Longitude was replaced by Latitude during conversion.

    - Added conversion script for module v1 user settings data.</pre>
<br />
[Files moved to thread starter post]]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 13 Aug 2015 06:23:53 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123960,155947#msg-155947</guid>
            <title>Re: Module: Google Maps</title>
            <link>https://www.phorum.org/support/read.php?62,123960,155947#msg-155947</link>
            <description><![CDATA[ Hi korsakov,<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>korsakov</strong><br />
Have you been asked by your browser whether you give permission to reveal your current location? Just a thought..</div></blockquote>
<br />
In my case it was the improper handling of https (hard coded http...). I publish an updated version 2.0.6.<br />
<br />
Regards<br />
Oliver<br />
<br />
P.S. Seems that I have to write my own conversion script for the user data...]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Mon, 10 Aug 2015 08:38:11 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123960,155936#msg-155936</guid>
            <title>Re: Module: Google Maps</title>
            <link>https://www.phorum.org/support/read.php?62,123960,155936#msg-155936</link>
            <description><![CDATA[ Hi Adam,<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>sheik</strong><br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>Maurice Makaay</strong><br />
Yes, it would be very tiresome, but the api.php script file has a conversion function on board that can be used for converting the old data format to the new format: mod_google_maps_upgrade_userdata</div></blockquote>
<br />
Thanks Maurice, it&#039;s good to know there is conversion code I can access.<br />
</div></blockquote>
<br />
Did you write a conversion script?<br />
<br />
Regards<br />
Oliver]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Wed, 05 Aug 2015 09:18:11 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123960,155935#msg-155935</guid>
            <title>Re: Module: Google Maps</title>
            <link>https://www.phorum.org/support/read.php?62,123960,155935#msg-155935</link>
            <description><![CDATA[ <pre class="bbcode">
Changelog:
----------

2015-08-05 v2.0.6 (Oliver Riesen)

    - Correct handling of http/https in javascript links to Google.

    - Escaping ampersand in URL.

    - Language files from German Language Files Package added.
</pre>]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Wed, 05 Aug 2015 07:31:23 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123960,155934#msg-155934</guid>
            <title>Re: Module: Google Maps</title>
            <link>https://www.phorum.org/support/read.php?62,123960,155934#msg-155934</link>
            <description><![CDATA[ Hi Oliver, I believe Maurice is not involved anymore. Have you been asked by your browser whether you give permission to reveal your current location? Just a thought..]]></description>
            <dc:creator>korsakov</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 04 Aug 2015 09:24:32 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123960,155933#msg-155933</guid>
            <title>Re: Module: Google Maps</title>
            <link>https://www.phorum.org/support/read.php?62,123960,155933#msg-155933</link>
            <description><![CDATA[ Hi Maurice,<br />
<br />
I&#039;m using Phorum 5.2.20 and try to update your module from 1.1.7 to 2.0.5.<br />
<br />
The module doesn&#039;t work for me.<br />
<br />
If I go to the control center no map is shown and search gives me only a grey background with a moving circle...<br />
<br />
Any idea?<br />
<br />
Regards<br />
Oliver]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 04 Aug 2015 08:59:53 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123960,154553#msg-154553</guid>
            <title>Re: Module: Google Maps, german language file missing variable</title>
            <link>https://www.phorum.org/support/read.php?62,123960,154553#msg-154553</link>
            <description><![CDATA[ the above mentioned problem is fixed.<br />
When using the german language file &quot;german.utf-8.php the following variable is missing and therefore the module doesn&#039;t work as expected and is not showing the link in the user&#039;s profile.<br />
<br />
One has to add<br />
<br />
<pre class="bbcode">&#039;CCMenuItem&#039;          =&gt; &#039;Standort&#039;,</pre>
<br />
and all is working fine.<br />
<br />
Find attached the corrected german.utf-8.php<br />
Maurice, maybe you will find time to put a corrected german.utf-8.php in the downlaod.<br />
<br />
Johannes<br />
<br />
[File removed. German language files are now included. Oliver Riesen]]]></description>
            <dc:creator>gelbeseiten</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Fri, 01 Nov 2013 15:59:52 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123960,154549#msg-154549</guid>
            <title>Re: Module: Google Maps</title>
            <link>https://www.phorum.org/support/read.php?62,123960,154549#msg-154549</link>
            <description><![CDATA[ Hello Maurice,<br />
<br />
we have Phorum 5.2.19 with googlemaps 2.0.5 installed. Using custom templates, we created new directories named after the custom templates in \mods\google_maps\templates\ournewtemplate  and copied the original template files from the supplied emerald directory into those new created directories.<br />
<br />
&quot;Display automatically in the user&#039;s profile&quot; is activated. Unfortunately, there is no link shown under the &quot;Options&quot; menue, like here at phorum.org, nor any google map or form to enter the users location is shown.<br />
<br />
Looking through the phorum event logger  we found the following entries.<br />
<br />
<pre class="bbcode">Additional details:

Message:

PHP notice: Undefined index: CCMenuItem

PHP notice generated at \forum\cache\tpl-ModernBlau2-google_maps__cc_menu_item-aa5503ad7c853fddc750a21c91705808.php-stage2:16

Back trace:

Function include called at
{path to Phorum}\cache\tpl-ModernBlau2-google_maps__cc_menu_item-aa5503ad7c853fddc750a21c91705808.php:7
----
Function include called at
{path to Phorum}\mods\google_maps\google_maps.php:41
----
Function phorum_mod_google_maps_cc_menu_options_hook called
----
Function call_user_func called at
{path to Phorum}\common.php:1887
----
Function phorum_hook called at
{path to Phorum}\cache\tpl-ModernBlau2-cc_index-eba8f9202580c9a68bd82c0ffe85818f.php-stage2:61
----
Function include called at
{path to Phorum}\cache\tpl-ModernBlau2-cc_index-eba8f9202580c9a68bd82c0ffe85818f.php:7
----
Function include called at
{path to Phorum}\common.php:1599
----
Function phorum_output called at
{path to Phorum}\control.php:278
----</pre>
<br />
Purging the cache didn&#039;t help. Where should we look at ?<br />
What kind of additional information do you need ?<br />
<br />
Thank you for any help to get this working.<br />
<br />
Johannes]]></description>
            <dc:creator>gelbeseiten</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 31 Oct 2013 20:48:39 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123960,152380#msg-152380</guid>
            <title>Re: Module: Google Maps</title>
            <link>https://www.phorum.org/support/read.php?62,123960,152380#msg-152380</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Maurice Makaay</strong><br />
Yes, it would be very tiresome, but the api.php script file has a conversion function on board that can be used for converting the old data format to the new format: mod_google_maps_upgrade_userdata</div></blockquote>
<br />
Thanks Maurice, it&#039;s good to know there is conversion code I can access.<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />The module does not provide a conversion tool for converting all existing users. There is on the fly conversion on a per-user basis in there. The function could be used to implement a total user base conversion.</div></blockquote>
<br />
That&#039;s interesting, as this doesn&#039;t seem to be working for me. Any idea why that may be the case? Is my data structure too old possibly? (example data above).<br />
<br />
/\dam]]></description>
            <dc:creator>sheik</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Wed, 24 Oct 2012 13:05:39 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123960,152365#msg-152365</guid>
            <title>Re: Module: Google Maps</title>
            <link>https://www.phorum.org/support/read.php?62,123960,152365#msg-152365</link>
            <description><![CDATA[ Yes, it would be very tiresome, but the api.php script file has a conversion function on board that can be used for converting the old data format to the new format: mod_google_maps_upgrade_userdata<br />
<br />
The module does not provide a conversion tool for converting all existing users. There is on the fly conversion on a per-user basis in there. The function could be used to implement a total user base conversion.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 23 Oct 2012 12:31:59 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123960,152245#msg-152245</guid>
            <title>Re: Module: Google Maps</title>
            <link>https://www.phorum.org/support/read.php?62,123960,152245#msg-152245</link>
            <description><![CDATA[ I have just upgraded from version 1.1.7 to 2.0.5 and my &quot;View User Locations&quot; screen showed: &quot;Sorry, no user locations available yet&quot;<br />
I then read the readme(!) and disabled the mod, deleted it and uploaded the latest version again but it didn&#039;t fix the issue.<br />
I&#039;ve just set my own location in my profile and now my user map shows my location only.<br />
Have I inadvertently wiped hundreds of user locations by upgrading without disabling the module first :(.<br />
<br />
<b>EDIT:</b><br />
OK, I have searched for all custom profiles with a type of 17 which seems to be the map module type in my install.<br />
<br />
My new location looks like this:<br />
<pre class="bbcode">P_SER:a:13:{s:13:&quot;map_longitude&quot;;d:-0.271521500000080351355791208334267139434814453125;s:12:&quot;map_latitude&quot;;d:52.22809449999999031888364697806537151336669921875;s:8:&quot;map_zoom&quot;;d:12;s:8:&quot;map_type&quot;;s:9:&quot;satellite&quot;;s:16:&quot;marker_longitude&quot;;d:-0.271521500000062587787397205829620361328125;s:15:&quot;marker_latitude&quot;;d:52.228094499999997424311004579067230224609375;s:20:&quot;streetview_longitude&quot;;N;s:19:&quot;streetview_latitude&quot;;N;s:18:&quot;streetview_heading&quot;;N;s:16:&quot;streetview_pitch&quot;;N;s:15:&quot;streetview_zoom&quot;;N;s:14:&quot;geoloc_country&quot;;s:14:&quot;United Kingdom&quot;;s:11:&quot;geoloc_city&quot;;s:8:&quot;St Neots&quot;;}</pre>
<br />
My old user&#039;s locations look more like this:<br />
<pre class="bbcode">P_SER:a:4:{s:6:&quot;center&quot;;s:41:&quot;(21.286295344637022, -157.69383788108826)&quot;;s:6:&quot;marker&quot;;s:41:&quot;(21.285935456000253, -157.69434213638306)&quot;;s:4:&quot;zoom&quot;;s:2:&quot;15&quot;;s:4:&quot;type&quot;;s:6:&quot;hybrid&quot;;}</pre>
<br />
I&#039;m already predicting that it is possible but tiresomely difficult to batch-convert the old format to the new...<br />
<br />
Any advice appreciated.<br />
<br />
/\dam]]></description>
            <dc:creator>sheik</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sun, 14 Oct 2012 21:07:54 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123960,149805#msg-149805</guid>
            <title>Re: Module: Google Maps</title>
            <link>https://www.phorum.org/support/read.php?62,123960,149805#msg-149805</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>declencher</strong><br />
Hello,<br />
<br />
It&#039;s a language mistake. I don&#039;t understand your sentence. I thought &quot;View userS location&quot; and no &quot;View user locationS&quot;...<br />
<br />
Thanks for your help. It works.</div></blockquote>
<br />
Using this module, each users profile has a map with their personal location.<br />
<br />
And then there is a community map page with all user locations on one world map.<br />
<br />
It&#039;s really cool.]]></description>
            <dc:creator>Robert Angle</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sun, 09 Oct 2011 06:49:28 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123960,149796#msg-149796</guid>
            <title>Re: Module: Google Maps</title>
            <link>https://www.phorum.org/support/read.php?62,123960,149796#msg-149796</link>
            <description><![CDATA[ Hello,<br />
<br />
It&#039;s a language mistake. I don&#039;t understand your sentence. I thought &quot;View userS location&quot; and no &quot;View user locationS&quot;...<br />
<br />
Thanks for your help. It works.]]></description>
            <dc:creator>declencher</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sat, 08 Oct 2011 08:55:30 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123960,149793#msg-149793</guid>
            <title>Re: Module: Google Maps</title>
            <link>https://www.phorum.org/support/read.php?62,123960,149793#msg-149793</link>
            <description><![CDATA[ From the README<br />
<br />
<pre class="bbcode">
3.6 Linking to the user map
 ---------------------------

  For linking to the user map, the template variable
  {URL-&gt;MOD_GOOGLE_MAPS_USERMAP} can be used. So a basic link could
  be put in your templates like this:

  &lt;a href=&quot;{URL-&gt;MOD_GOOGLE_MAPS_USERMAP}&quot;&gt;View user locations&lt;/a&gt;</pre>
<br />
Please explain what you do not understand here. All you need to do is update for example the header.tpl in your template to add the link to the page header.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sat, 08 Oct 2011 05:21:58 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123960,149787#msg-149787</guid>
            <title>Re: Module: Google Maps</title>
            <link>https://www.phorum.org/support/read.php?62,123960,149787#msg-149787</link>
            <description><![CDATA[ Hello,<br />
<br />
I read all this thread 2 times, and I read the README file many times, and I&#039;m still searching where is the map with all my phorum users :/<br />
<br />
I install this awesome module for the first time. I enable it and modify my own profile.<br />
<br />
But now, I&#039;m searching how adding a link to the map with all my users like Robert Angel do...<br />
<br />
Can somebody help a lost french user ? ;)<br />
<br />
Thanks]]></description>
            <dc:creator>declencher</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sat, 08 Oct 2011 03:13:25 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123960,148619#msg-148619</guid>
            <title>Re: Module: Google Maps</title>
            <link>https://www.phorum.org/support/read.php?62,123960,148619#msg-148619</link>
            <description><![CDATA[ The fact that you ignore requests to test unhacked code (this was not the first time) is plain annoying, no matter how much you appreciate the work.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Wed, 20 Apr 2011 15:20:09 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123960,148618#msg-148618</guid>
            <title>Re: Module: Google Maps</title>
            <link>https://www.phorum.org/support/read.php?62,123960,148618#msg-148618</link>
            <description><![CDATA[ I was under the impression that it had worked before since I had this code in there for a while. Otherwise I certainly would have tested it without the hack. I might send a &quot;notice&quot; but never a &quot;complaint&quot; since I appreciate all your work!]]></description>
            <dc:creator>korsakov</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Wed, 20 Apr 2011 15:15:17 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123960,148617#msg-148617</guid>
            <title>Re: Module: Google Maps</title>
            <link>https://www.phorum.org/support/read.php?62,123960,148617#msg-148617</link>
            <description><![CDATA[ So you were running a hacked version after all? Please always check an unhacked version before complaining that things don&#039;t work.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Wed, 20 Apr 2011 15:07:58 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123960,148616#msg-148616</guid>
            <title>Re: Module: Google Maps</title>
            <link>https://www.phorum.org/support/read.php?62,123960,148616#msg-148616</link>
            <description><![CDATA[ Module works fine.<br />
<br />
PS: I found the problem. With IE you cannot dump content into a table using &quot;innerHtml&quot; as I tried within plotter.php. Only Div&#039;s work. Sorry about the confusion!]]></description>
            <dc:creator>korsakov</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Wed, 20 Apr 2011 15:04:49 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123960,148615#msg-148615</guid>
            <title>Re: Module: Google Maps</title>
            <link>https://www.phorum.org/support/read.php?62,123960,148615#msg-148615</link>
            <description><![CDATA[ That&#039;s like saying: &quot;When I delete the module, the error disappears&quot;. I find it a really unusable bug tracking comment.<br />
<br />
Now tell me: are you running a fresh unhacked version of the module right now? It works for you on this board, it should work on another install as well.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Wed, 20 Apr 2011 09:03:08 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123960,148613#msg-148613</guid>
            <title>Re: Module: Google Maps</title>
            <link>https://www.phorum.org/support/read.php?62,123960,148613#msg-148613</link>
            <description><![CDATA[ It supposed to serve as a hint in order to better locate the possible issue. When I take out these lines, the error message in IE8 disappears.]]></description>
            <dc:creator>korsakov</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Wed, 20 Apr 2011 07:33:37 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123960,148607#msg-148607</guid>
            <title>Re: Module: Google Maps</title>
            <link>https://www.phorum.org/support/read.php?62,123960,148607#msg-148607</link>
            <description><![CDATA[ that is php code, not browser code and therefore not browser specific.]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Wed, 20 Apr 2011 03:37:27 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123960,148602#msg-148602</guid>
            <title>Re: Module: Google Maps</title>
            <link>https://www.phorum.org/support/read.php?62,123960,148602#msg-148602</link>
            <description><![CDATA[ This apparently is the problem zone within api.php for IE8:<br />
[code=&quot;php&quot;]<br />
    // Grab the map code.<br />
    ob_start();<br />
    include dirname(__FILE__) . &quot;/maptool/{$maptool_type}.php&quot;;<br />
    $maptool = ob_get_contents();<br />
    ob_end_clean();<br />
[/code]<br />
<br />
Any ideas?]]></description>
            <dc:creator>korsakov</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 19 Apr 2011 21:36:33 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123960,148567#msg-148567</guid>
            <title>Re: Module: Google Maps</title>
            <link>https://www.phorum.org/support/read.php?62,123960,148567#msg-148567</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>korsakov</strong><br />
Thanks,I just found the link to the Usermap. Yes, it works. Mh, wonder why it breaks for me.</div></blockquote>
<br />
I don&#039;t know. But I have an 800+ member community cheering with applause right now :-)]]></description>
            <dc:creator>Robert Angle</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Mon, 18 Apr 2011 08:06:02 -0500</pubDate>
        </item>
    </channel>
</rss>
