Jump to content

Martin A.

Clients
  • Posts

    4,230
  • Joined

  • Last visited

  • Days Won

    21

Reputation Activity

  1. Like
    Martin A. got a reaction from BN_IT_Support in Member Map   
    A rebuild have just been uploaded, @Edward Shephard.
  2. Like
    Martin A. reacted to ThomasS in Member Map   
    found it and fixed it directly
  3. Like
    Martin A. reacted to ThomasS in Member Map   
    thanks!

    yes, it was added by 'Unknown' => I had to edit the marker and it added me automatically as creator, then the edit possibility was gone for guests

    notification works now and thanks for fixing the bug!
  4. Like
    Martin A. got a reaction from ThomasS in Member Map   
    Is this marker added by a now deleted member? That's the only reason I can think of. I've made some changes to make sure that won't happen.
     
    If you've enabled it in your notification settings, you'll get an inline notification, browser notification and/or an email.

    Thanks, this will be fixed in the next version.
  5. Like
    Martin A. got a reaction from AlexWebsites in Member Map   
    If you want to do that, the task file is located in /applications/membermap/tasks/locationSync.php. The variable you need to change is $limit.
    The proper to run to see how many you have left is:
    SELECT COUNT(*) FROM core_members m LEFT JOIN core_pfields_content pf ON ( pf.member_id=m.member_id ) LEFT JOIN membermap_markers mm ON ( mm.marker_member_id=m.member_id AND mm.marker_parent_id=<ID OF THE MEMBERS MARKER GROUP> ) WHERE ( pf.field_4 IS NOT NULL OR pf.field_4 != '' ) AND mm.marker_id IS NULL AND m.membermap_location_synced = 0 AND ( ! (`members_bitoptions` & 1 ) != 0 )  
  6. Like
    Martin A. got a reaction from Meddysong in Member Map   
    Will look into it. https://github.com/stoo2000/membermap/issues/30
     
  7. Like
    Martin A. reacted to MontanaOne in Member Map   
    Thanks!!!
  8. Like
    Martin A. got a reaction from Joel R in Member Map   
    I've commited a change for the profile fields. This will be available on the next release.
     
  9. Like
    Martin A. got a reaction from AlexWebsites in Member Map   
    I've commited a change for the profile fields. This will be available on the next release.
     
  10. Like
    Martin A. got a reaction from SRFA in Member Map   
    Member Map
    View File IPS 4.4 ONLY 
    For IPS 4.3, use version 3.5.7
    Member Map is an application that allows your users to put their (Exact or approx) location onto an interactive map. Member Map has a permission model so you can limit which groups can add to the map.

    As an administrator you have the ability to create custom groups where your community (when allowed) can place other markers in the map, for example if they would like to post the location of an upcoming meet, exhibits, shops, etc.
    For developers
    If you are a developer and you store location data in your app that you'd like to show on the map, you can now do so creating a membermap/Mapmarkers extension. Instruction on how to use it is included in the auto-generated file.
    Submitter Martin A. Submitted 03/18/2010 Category Member Extensions Compatibility 4.4  
  11. Like
    Martin A. reacted to Navigare in Member Map   
    Work like a charm. Thanks!
  12. Like
    Martin A. got a reaction from Navigare in Member Map   
    You can unpack the .tar file and upload the content to /applications/, like we used to prior to IPS4. Unpacking the .tar will give you a folder named "membermap", this is what you'll upload. Make sure you overwrite existing files.
    That should give you an upgrade prompt in the ACP, if not you'll have to manually navigate to http://siteurl/admin/upgrade.
    Not a supported solution, but should work.
  13. Like
    Martin A. reacted to tyreco in Member Map   
    Now it's working. What i did ... Disable and Enabled.

  14. Like
    Martin A. reacted to Kjell Iver Johansen in Member Map   
    Might ba a setting on your server? php.ini?
  15. Like
    Martin A. got a reaction from Wonster in Member Map   
    3.1.5 is released. No new features in this version, just bug fixes.
    You will not get an ACP notification about this release, as the old URL used for update checking isn't working. 
  16. Like
    Martin A. reacted to Joel R in Member Map   
    Thanks for the update and continued maintenance.
  17. Like
    Martin A. got a reaction from Joel R in Member Map   
    3.1.5 is released. No new features in this version, just bug fixes.
    You will not get an ACP notification about this release, as the old URL used for update checking isn't working. 
  18. Like
    Martin A. reacted to ABGenc in Member Map   
    Thanks for the clarification . Now it makes more sense what the markers are for
  19. Like
    Martin A. reacted to bradl in Member Map   
    I think that is probably the very purpose of Custom Markers.
    I'm not sure what you mean by bound to users. Users can create a marker in a custom group. For example, in your custom group Private Service Points I could add my favorite neighborhood mechanic, adding their phone number or web site or photo of their shop or whatever. The pin would display with the name I gave it (the name of the shop) and display the information I provide. It is bound to me in the sense that I created it and browsing the list of custom markers (as a database) will show me as the creator.  As admin you can edit/delete everything.
    Feature request  I would like to see a feed widget available to insert filtered (and sorted by defined criteria) marker lists. 
  20. Like
    Martin A. reacted to Joel R in Member Map   
    But warhead markers would be cool in Member Map.  Just saying.  You could even have cute little missile markers, like, "oh gosh! there's a nuke only 5 miles away! perfect place for a forum meet-up!"  
    That is all.   
  21. Like
    Martin A. got a reaction from jair101 in Member Map   
    Delete /applications/membermap/.
    This should be doable. 
    You should see an option to use geolocation when adding/updating your marker, unless your using Chrome and not on a secure connection.
  22. Like
    Martin A. got a reaction from ram108 in Member Map   
    Delete /applications/membermap/.
    This should be doable. 
    You should see an option to use geolocation when adding/updating your marker, unless your using Chrome and not on a secure connection.
  23. Like
    Martin A. got a reaction from Guy Samson in Member Map   
    It's probably running out of memory.
    Create (or edit) a file named "constants.php" in your root directory (where you'll find init.php and conf_global.php) with the following content.
    <?php // DON'T INCLUDE THIS IF YOU ALREADY HAVE THIS IN THE FILE define( 'MEMBERMAP_FORCE_QUEUE', TRUE ); This will force Member Map to do the recaching in a background task.
  24. Like
    Martin A. reacted to Peter Drinkwater in Member Map   
    Thanks Martin. That worked. 
  25. Like
    Martin A. reacted to abetts in Member Map   
    Worked a treat, thanks. I did have a few more but used that query to get rid of them too.
×
×
  • Create New...