Skip to:
Content

BuddyPress.org

Opened 3 years ago

Closed 3 years ago

#8534 closed defect (bug) (fixed)

The Recent network wide posts Widget and Block should only be loaded if the activity component is active

Reported by: imath's profile imath Owned by: imath's profile imath
Milestone: 9.0.0 Priority: normal
Severity: normal Version:
Component: Blogs Keywords: has-patch
Cc:

Description

Both are using the new_blog_post activity type and an activity loop to output their content.

Attachments (1)

8534.patch (981 bytes) - added by imath 3 years ago.

Download all attachments as: .zip

Change History (2)

@imath
3 years ago

#1 @imath
3 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 13024:

Load Recent Network posts Widget/Block if Activity component is active

Both the widget and block are using an activity loop to fetch recent posts from all public blogs of a multisite network : making sure the Activity Component is active is a required condition.

Fixes #8534

Note: See TracTickets for help on using tickets.