• Hi. Great plugin. Im just wondering is it any way to show map by user id who created post? I mean on the map show just post by users id.
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter elitaz

    (@elitaz)

    And one more thing, is it any way to add post location via front end? For example while using Wp User frontend plugin. Thanks

    Plugin Author Camille V

    (@socrapop)

    Dear elitaz,

    • 1) No, not yet. But I will add it to my todo list. I have to think on how to select users for the shortcode. Because a WordPress website can have a huge number of users, and showing them all in the shortcode helper page could be problematic. I could only show the users with authors rights (or contributors rights). But you mentioned a front-end plugin on your second question that let’s guests to add posts, so I guess that would be problematic for a use case like yours.
    • 2) I don’t think so, unless the plugin you use is made in a way that match with my plugin. The best solution would be that the plugin you choose could show the Travelers’ Map section (shown in the backend) in the front-end.
      If not, then as I said on this support ticket, there is three fields that needs to be added to place a marker:
      marker with a value of the markers’ ID, latitude between -89.99999 and 89.99999 with a period decimal separator and longitude between -179.99999 and 179.99999 with a period decimal separator.
      THEN, your plugin must use the WordPress save post’s hooks and not custom ones so my functions could be launched to transform these fields into a single metadata on the database.
      Also, you will not have the map to click on the front-end and have to add the lat/long by yourself in number format.
      So I think it will be difficult
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Map by members id’ is closed to new replies.