Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 12 years ago

#2014 closed enhancement (fixed)

[patch] Private Activity for Public groups logged in members issue

Reported by: sbrajesh Owned by: boonebgorges
Priority: minor Milestone: 2.1
Component: Activity Version:
Severity: normal Keywords: needs-refresh
Cc: sbrajesh

Description

The private/hidden activity for the public groups, should be shown to the logged in members of the group. But it does not.
here is a small patch to address that.

Attachments (1)

show-private-activity-for-loggedin-members-public-group.patch (708 bytes ) - added by sbrajesh 16 years ago.

Download all attachments as: .zip

Change History (6)

#1 @paulhastings0
16 years ago

  • ComponentCore
  • Summary Private Activity for Public groups logged in members issue[patch] Private Activity for Public groups logged in members issue

#2 @DJPaul
16 years ago

  • Keywords reporter-feedback added

I appreciate this patch is 11 months old, but I can't think of (or find) any type of activity stream content for a public group that has hide_sitewide set. I'm wondering if this was particular to a plugin. Has anyone got any insights?

#3 @DJPaul
15 years ago

  • Milestone 1.3Future Release

#4 @boonebgorges
12 years ago

  • Component CoreActivity
  • Keywords needs-refresh added; reporter-feedback removed
  • Milestone Future Release2.1
  • Severitynormal
  • Type defect (bug)enhancement

I appreciate this patch is 11 months old, but I can't think of (or find) any type of activity stream content for a public group that has hide_sitewide set. I'm wondering if this was particular to a plugin. Has anyone got any insights?

At the very least, this could happen when a group changes status from private to public. I don't see any harm in adding this enhancement.

#5 @boonebgorges
12 years ago

  • Owner set to boonebgorges
  • Resolutionfixed
  • Status newclosed

In 8404:

bp_has_activities() show default to show_hidden=true for members of a group

Requiring the group to be non-public, as was previously the case, meant that
group members were unable to see legitimate group activity that was marked
hide_sitewide for some reason (such as when a group was previously non-public).

Fixes #2014

Props sbrajesh

Note: See TracTickets for help on using tickets.