Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 13 years ago

#2588 closed defect (bug) (fixed)

Changing BP_FRIENDS_SLUG breaks activity

Reported by: poolie's profile poolie Owned by:
Milestone: 1.5 Priority: major
Severity: normal Version:
Component: Core Keywords:
Cc:

Description

if you change BP_FRIENDS_SLUG in wp-config.php to something other then »friends«, it breaks the activity stream

for example:
http://pooliestudios.com/projects/buddypress/demo/members/poolie/activity/fellas/
should display the latest activity of the friends, only display the latest activity of the user

seems like it ignores the »friends« filter.

Change History (3)

#1 @boonebgorges
14 years ago

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

(In [3485]) Makes bp_has_activities() respect custom component slugs. Fixes #2588

#2 @boonebgorges
13 years ago

  • Resolution fixed deleted
  • Severity set to normal
  • Status changed from closed to reopened

Reopening. This change actually breaks the scope, because when the first condition matches, the scope is set to '1'.

#3 @boonebgorges
13 years ago

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

(In [4877]) Change default scope on bp_has_activities() to account for changes in active_ vs loaded_components global structure. Fixes #2588 again

Note: See TracTickets for help on using tickets.