Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#1226 closed defect (bug) (fixed)

private blog posts show up in site wide activity

Reported by: belogical's profile belogical Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: 1.1.2 Priority: major
Severity: Version:
Component: Keywords: private blogs, new post, site wide activity, needs-patch
Cc:

Description

private blog posts show up in site wide activity. verified on testbp.org

http://testbp.org/members/belogical/

Change History (7)

#1 @johnjamesjacoby
15 years ago

If it's private, why can I still view the original blog post in the first place?

#2 @DJPaul
15 years ago

  • Keywords needs-patch added
  • Priority changed from critical to major

"Privacy: I would like my blog to appear in search engines like Google and Technorati, and in public listings around this site."

Confirmed.

#3 @johnjamesjacoby
15 years ago

  • Owner set to johnjamesjacoby
  • Status changed from new to assigned

I have two potential fixes for this, but they perform differently.

  1. Private blog post will not appear in activity feed nor in user/blogs/recent-posts/
  1. Private blog post will not appear in activity feed, but user/blogs/recent-posts/ will show private blog posts.
Option number 2 can be balanced out to hide the blog posts if !bp_is_home()
!is_site_admin() separately. I think #2 is the best option myself but will take a little longer to patch and test.

Thoughts?

#4 @johnjamesjacoby
15 years ago

Option 3 would be to stop the activity recording for all blog activity if the blog_public is 0, and handle the posts and comments in their respective functions.

I think this is the way I'm going to patch this.

#5 @DJPaul
15 years ago

Agreed w/ Option 3. Bear in mind blog comments too. Might be worth hooking up with Jeff Sayre to see if/how his privacy component may/may not affect this.

#6 @apeatling
15 years ago

This is a new bug, it was working before so it's a matter of finding out what went wrong somewhere.

#7 @apeatling
15 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

(In [2054]) Fixes #1226

Note: See TracTickets for help on using tickets.