Skip to:
Content

BuddyPress.org

Opened 18 years ago

Closed 18 years ago

#350 closed defect (bug) (fixed)

Password protected post and it's comments in Recent Blog Posts & Site Wide Activity

Reported by: vintcn Owned by:
Priority: major Milestone:
Component: Version:
Severity: Keywords:
Cc:

Description

I got a bug report from user:
"I’ve password-protected my entries, but they are still showing up on the homepage for anyone to see, as well as their comments".

I have studied the problem and added the fixes into bp-blogs.php:
diff bp-blogs.php bp-blogs.php.fixed
406a407

if( $post->post_password<> ) $is_private = true;

465a467,468

$post = get_post($post_id);
if( $post->post_password<> ) $is_private = true;

Hope you will add this fix in the next release.

Thanks,
Ivan

Change History (1)

#1 @vintcn
18 years ago

  • Resolution → fixed
  • Status new → closed
Note: See TracTickets for help on using tickets.