Jump to content

Samourai

Friends
  • Posts

    623
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Samourai reacted to Phille in Member Map   
    expensive!? I'm using it for free !
  2. Like
    Samourai reacted to z1000-forum.de in Trader Feedback System   
    the limitation of the top member doesn't work. you have to do it like this
    limit => array(0, 5)
    and not

    limit => '5'

    btw. would be nice to have this configurable and also the displayed value in the positive, neutral and negative badges ('+1', '-' and '-1').
  3. Like
    Samourai reacted to Maxxius in Trader Feedback System   
    great, good to know :)
  4. Like
    Samourai reacted to stoo2000 in Trader Feedback System   
    Already are :lol: (in development version ;) ).
  5. Like
    Samourai reacted to stoo2000 in Member Map   
    I have just published 1.0.9 to fix the issue adding new markers.
  6. Like
    Samourai reacted to stoo2000 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; } }
  7. Like
    Samourai reacted to CouesWhitetail in Member Map   
    Nevermind, I found it....You have to click on General Configuration settings and not Edit General Configuration.....it drives me nuts that there are so many places and ways to access different settings. But the map is working and my users love it, thank you for this application! It's fun!
  8. Like
    Samourai reacted to CouesWhitetail in Member Map   
    Another question, it looks like Google will stop supporting v2 API in May 2013, what will happen to the map then?
  9. Like
    Samourai reacted to najaru_1 in Trader Feedback System   
    hello stoo
    how about the problem relative to "non-topics-url"
    can be very important for who use a Classifield system
  10. Like
    Samourai reacted to BomAleold in Member Map   
    Suggestion Feature: Use a custom field to compile your location. the custom field is added to the other into acp setting. then must allow the possibility of having a predefined range such as: Country, Region, City, other... + counter of number of users are located at that location!


    Also making the availability to add more than one location stating whether home location, work locations, and other type of locations!

    this is useful if you want to create a chat channels as having a "filters" on the basis of locations (city, region ...), but also by type of place
  11. Like
    Samourai reacted to Pintac in Member Map   
    Stoo,

    Any chance of making a plugin to be used for the Report Center? It'd be helpful when using the custom markers so someone could report them being outdated, incorrect, etc.
  12. Like
    Samourai reacted to stoo2000 in Member Map   
    You could change that URL to your own image, you'll need to make sure its the same size as the current one though.
  13. Like
    Samourai reacted to stoo2000 in Member Map   
    There is only room on the marker for one letter.

    Open public/js/ips.membermap.js

    on line 71:

    ipb.membermap.friendIcon.image = "http://chart.apis.google.com/chart?chst=d_map_pin_letter&chld=F|00E141|000000"; You can change chld=F to the letter of your choice, i.e. chld=M As for default map type, open template mapGoogleJavascript, and find

    document.observe("dom:loaded", function() { After that add one of the following, depending on the default type you want.

    map.setMapType(G_NORMAL_MAP); map.setMapType(G_HYBRID_MAP); map.setMapType(G_SATELLITE_MAP); map.setMapType(G_PHYSICAL_MAP);
  14. Like
    Samourai reacted to .Ian in Member Map   
    F would be when they are a friend of yours on your community
  15. Like
    Samourai got a reaction from stoo2000 in Member Map   
    Hi !

    I've downloaded it, and... Okay, I'll maybe look like an idiot but whatever... I do not manage to create a proper API Key, I beleive, as when I go in my Google api account, and then in the tab "Api acces", though I use the key for server apps or for browser apps (tried both), and then enter them in the system parameters... it doesn't work.
    An error message is displayed, in a popup window, telling me my API key isn't valid.

    How should I do ? Is an OAuth API key required or anything ? Can't manage to make the app work :(
    Thanks for your support, and sorry, I'm quite newbie with Google services.
  16. Like
    Samourai reacted to stoo2000 in Member Map   
    Note, I didn't say that it was particularly resource intensive, I really wouldn't wait for an update, it's happening slowly though.
  17. Like
    Samourai reacted to stoo2000 in Trader Feedback System   
    Yes.Supported IPS Software Version: 3.2+

    The user info pane information can be removed by disabling a hook, the information would still be visible on the users profile. You can also select which forums the feedback information is shown in.

    Stuart
×
×
  • Create New...