Skip to:
Content

BuddyPress.org

Opened 7 years ago

Last modified 7 years ago

#7331 new defect (bug)

display_comments=stream for bp_has_activities() doesn't work — at Initial Version

Reported by: slaffik's profile slaFFik Owned by:
Milestone: Awaiting Contributions Priority: normal
Severity: normal Version:
Component: Activity Keywords: needs-patch 2nd-opinion
Cc:

Description

It's rather hard to explain.

1) Go to a group
2) create top level activity there
3) create 1 or 2 replies to it.
4) Open /activity/activity-loop.php file in templates.
5) Modify bp_has_activities() call to this:

if ( bp_has_activities( bp_ajax_querystring( 'activity' ) . '&display_comments=stream' ) )

Expected result:
All comments (including replies) displayed in one stream, with no parent/child.

Actual result:
Only top level items are displayed.

--

Problems are in several places. See the 01 patch for the fix of the 1st one.

Change History (1)

@slaFFik
7 years ago

Note: See TracTickets for help on using tickets.