Log in

David Haynes

Send private message

You must be logged in to send a private message.

Friends

Activity

  • David Haynes commented on the plugin Google Maps 1383 days ago
    Comments
    • Laurent Cabaret 1279 days ago

      Asking help me to find (after 2 weeks of research)!!

      In the BigMap.php (the name of my map)

      $Islocation = '('.$currentuser->getLatitude().','.$currentuser->getLongitude().')';
      echo gmap_marker($Islocation , $options);

      so the gmapped class is now :

      <div class='gmapped' latlng='(48.7647262,2.2890885)' type='user'><a href="a rel="nofollow" href="denied:view-source:"><b>LaurentCabaret</b></a> : <br>My place<br>My job</div>

      In the previous version the encodind was wrong (no "(" and ")") now it's ok so it prenvents gmap from geocoding operation.

      BUT

      Why geocoding is limited to 10??? - now it's not a problem for me but it seems strange.

       

      Thanks all

    • Mark Bridges 1268 days ago

      @Laurent, I have tried using this plugin, but alas am too much of a novice to fiddle with it.  I am intrigued to hear that you have:

      - Automatically geocode new entries and save lat & long in the database for the next time

      - In the bubble a Link to the profile

      And use it on :

      - the groups page

      - In a big "map" of all the site membres

      I would like to do something like this as well, plus have Events and Groups geocoded and displayed as well... is what you did adaptable to do this?  If so, would you share your adapted plugin with me so I can try and see how you did it all.  Regards, Mark

    • Cynthia 1192 days ago

      Can I use this on individual pages? Like I have pages for dog parks, and I'd like to show a map of where the park is. Thanks.