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 | Owned by: | 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
Change History (7)
#2
@
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
@
15 years ago
- Owner set to johnjamesjacoby
- Status changed from new to assigned
I have two potential fixes for this, but they perform differently.
- Private blog post will not appear in activity feed nor in user/blogs/recent-posts/
- Private blog post will not appear in activity feed, but user/blogs/recent-posts/ will show private blog posts.
!is_site_admin() separately. I think #2 is the best option myself but will take a little longer to patch and test. |
Thoughts?
#4
@
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
@
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.
If it's private, why can I still view the original blog post in the first place?