Jump to content

stoo2000

Clients
  • Posts

    6,343
  • Joined

  • Last visited

  • Days Won

    5

Reputation Activity

  1. Like
    stoo2000 reacted to .Ian in Member Map   
    A new version was quickly released a couple of days ago.
  2. Like
    stoo2000 got a reaction from budgiemama in Member Map   
    You need a key without referrers
  3. Like
    stoo2000 got a reaction from Marius in Member Map   
    I have just published 1.0.9 to fix the issue adding new markers.
  4. Like
    stoo2000 reacted to Hino in Member Map   
    No kidding that was prompt! Awesome work, thank you so much for this amazing app. Working like a charm once again. :D
  5. Like
    stoo2000 reacted to TIPF in Member Map   
    Now working perfectly.

    Thank you for your prompt action! :thumbsup:
  6. Like
    stoo2000 got a reaction from Samourai in Member Map   
    I have just published 1.0.9 to fix the issue adding new markers.
  7. Like
    stoo2000 got a reaction from sound in Member Map   
    Not as such, it's easily achieved with a template edit though.

    in mapGoogleJavascript find:


    if($count > 0) { foreach ($markers as $marker) { $md5 = md5($marker['lat'].$marker['lon']); $this->mrkrs[$md5][] = $marker; } }
    Replace with:

    if($count > 0 && $this->memberData['member_id']) { foreach ($markers as $marker) { $md5 = md5($marker['lat'].$marker['lon']); $this->mrkrs[$md5][] = $marker; } }
  8. Like
    stoo2000 got a reaction from RObiN-HoOD in Member Map   
    I have just published 1.0.9 to fix the issue adding new markers.
  9. Like
    stoo2000 got a reaction from TIPF in Member Map   
    I have just published 1.0.9 to fix the issue adding new markers.
  10. Like
    stoo2000 got a reaction from avro in Trader Feedback System   
    You can see some of the changes in the next version here: http://ipb.silvesterwebdesigns.com/feedback/ At this point the changes that you can see are mostly visual
  11. Like
    stoo2000 got a reaction from Samourai in Member Map   
    Not as such, it's easily achieved with a template edit though.

    in mapGoogleJavascript find:


    if($count > 0) { foreach ($markers as $marker) { $md5 = md5($marker['lat'].$marker['lon']); $this->mrkrs[$md5][] = $marker; } }
    Replace with:

    if($count > 0 && $this->memberData['member_id']) { foreach ($markers as $marker) { $md5 = md5($marker['lat'].$marker['lon']); $this->mrkrs[$md5][] = $marker; } }
  12. Like
    stoo2000 got a reaction from Claudia999 in Member Map   
    Not as such, it's easily achieved with a template edit though.

    in mapGoogleJavascript find:


    if($count > 0) { foreach ($markers as $marker) { $md5 = md5($marker['lat'].$marker['lon']); $this->mrkrs[$md5][] = $marker; } }
    Replace with:

    if($count > 0 && $this->memberData['member_id']) { foreach ($markers as $marker) { $md5 = md5($marker['lat'].$marker['lon']); $this->mrkrs[$md5][] = $marker; } }
  13. Like
    stoo2000 reacted to najaru_1 in Trader Feedback System   
    yes, both Andy's Classifieds
  14. Like
    stoo2000 got a reaction from ADKGamers in Member Map   
    1.0.8 has just been uploaded to the MarketPlace, the only fix in this is for 3.4.3 compatibility, Template 'mapTemplate' is the only change.

    p.s. a New version is still in development that removes deprecated Google Maps V2 API use.
  15. Like
    stoo2000 reacted to Phille in Member Map   
    @stoo2000, THX for the update ;)
  16. Like
    stoo2000 got a reaction from RObiN-HoOD in Member Map   
    1.0.8 has just been uploaded to the MarketPlace, the only fix in this is for 3.4.3 compatibility, Template 'mapTemplate' is the only change.

    p.s. a New version is still in development that removes deprecated Google Maps V2 API use.
  17. Like
    stoo2000 got a reaction from BN_IT_Support in Member Map   
    1.0.8 has just been uploaded to the MarketPlace, the only fix in this is for 3.4.3 compatibility, Template 'mapTemplate' is the only change.

    p.s. a New version is still in development that removes deprecated Google Maps V2 API use.
  18. Like
    stoo2000 got a reaction from Pintac in Member Map   
    1.0.8 has just been uploaded to the MarketPlace, the only fix in this is for 3.4.3 compatibility, Template 'mapTemplate' is the only change.

    p.s. a New version is still in development that removes deprecated Google Maps V2 API use.
  19. Like
    stoo2000 got a reaction from E11 in Member Map   
    The app is not enabled, the hook requires that it is enabled.
  20. Like
    stoo2000 got a reaction from matma4u.pl in Member Map   
    Google provide a few different API keys via the console, the one you need to use is labelled as: Key for browser apps
  21. Like
    stoo2000 got a reaction from matma4u.pl in Member Map   
    Add some markers, the map will automatically zoom into the area the markers are in.
  22. Like
    stoo2000 got a reaction from m3rk0rd in Member Map   
    The sidebar isn't big enough to show a selection of markers on that map, user profiles do have a smaller map showing their location though.

    This would greatly increase the page load time for the index, there's quite a bit of processing required to show the markers (depending on how many you have)

    You may be able to do that via a template edit, however I presume that it would be messed up in the small box.

    Any format you can think of for a location would work, street address, zip code, state, city, county, co-ordinates etc (And this is the same for any location in the world)
  23. Like
    stoo2000 reacted to jimkeypro in Member Map   
    Edit - I was trying to use a server API key - that did;nt work, it needed a browser referrer key.
  24. Like
    stoo2000 got a reaction from Pintac in Member Map   
    This users display name is causing an issue: http://www.coueswhitetail.com/forums/user/8810-sidwynder505/

    Remove the " from his display name and it will work again, I'll also note this to double check on the next version.
  25. Like
    stoo2000 got a reaction from BomAleold in Member Map   
    This was posted a couple pages back, A new version of MemberMap will be made available prior to May.



    Hi,

    This error is server side, it shouldn't matter which browser you are using. You should look in your PHP error log to see if there are any errors recorded at the same time.
×
×
  • Create New...