Skip to:
Content

BuddyPress.org

Opened 5 years ago

Closed 5 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 Owned by: imath
Priority: normal Milestone: 9.0.0
Component: Blogs Version:
Severity: normal 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 5 years ago.

Download all attachments as: .zip

Change History (2)

@imath
5 years ago

#1 @imath
5 years ago

  • Resolutionfixed
  • Status assignedclosed

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.