Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 10 years ago

#2014 closed enhancement (fixed)

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

Reported by: sbrajesh's profile sbrajesh Owned by: boonebgorges's profile boonebgorges
Milestone: 2.1 Priority: minor
Severity: normal Version:
Component: Activity 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 15 years ago.

Download all attachments as: .zip

Change History (6)

#1 @paulhastings0
14 years ago

  • Component set to Core
  • Summary changed from Private Activity for Public groups logged in members issue to [patch] Private Activity for Public groups logged in members issue

#2 @DJPaul
14 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
14 years ago

  • Milestone changed from 1.3 to Future Release

#4 @boonebgorges
10 years ago

  • Component changed from Core to Activity
  • Keywords needs-refresh added; reporter-feedback removed
  • Milestone changed from Future Release to 2.1
  • Severity set to normal
  • Type changed from defect (bug) to 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
10 years ago

  • Owner set to boonebgorges
  • Resolution set to fixed
  • Status changed from new to closed

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.