MichDe / wordpress-geo-mashup

Automatically exported from code.google.com/p/wordpress-geo-mashup
1 stars 0 forks source link

Show private posts on global map when logged in #355

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Using WP 3.0 beta and Geo Mashup 1.3.3

Posts saved as "Private" in WP don't show up on a global map when I am
logged in. Intuitively I would expect private posts not to show up as long
as I am not logged in and then to be added to a map when I log in.

I don't have a URL for this as I discovered it in an xampp-Sandbox of my blog.

I am using the WP Sentry plug-in which marks posts as private but offers
the option to show them to registered users. I understand that this plugin
is not your problem, but the above behaviour occurs also when the plugin is
disabled.

Other than this the plugin works great. I absolutely love it.

Original issue reported on code.google.com by kai.morg...@gmail.com on 20 May 2010 at 9:07

GoogleCodeExporter commented 9 years ago
Good point - I don't know why it didn't occur to me! Shouldn't be too hard to 
add to 
the next version.

Original comment by dylankk...@gmail.com on 20 May 2010 at 12:58

GoogleCodeExporter commented 9 years ago
I've found a significant obstacle to the implementation of this feature: there 
is no efficient way to limit queries of multiple post types and statuses to the 
permissions of the current user. This is made even harder by the possibility of 
separate privacy permissions for each post type. I'm going to have to shelve 
this one for now.

Original comment by dylankk...@gmail.com on 12 Dec 2010 at 6:28

GoogleCodeExporter commented 9 years ago
 I should at least add some filters to make this possible for another plugin to accomplish.

Original comment by dylankk...@gmail.com on 14 Jan 2011 at 8:30

GoogleCodeExporter commented 9 years ago
I have it a brick wall here. I need to show the markers for only my posts and 
posts that have been marked as shared (with a custom field). How is this 
possible?

Original comment by pa...@thewills.co.uk on 12 Oct 2012 at 6:39

GoogleCodeExporter commented 9 years ago
If you can query the posts you want to show, you can use a snippet like this:

http://snipplr.com/view/37962/geo-mashup-post-query-contextual-map/

and issue 449 will improve that a bit in 1.5.

Original comment by dylankk...@gmail.com on 13 Oct 2012 at 10:57