Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

#350 closed defect (bug) (fixed)

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

Reported by: vintcn's profile vintcn Owned by:
Milestone: Priority: major
Severity: Version:
Component: 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
16 years ago

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.