-
Visual Harbor replied to the topic Comments won't un-thread – trying to use streamed comments in the forum How-to & Troubleshooting 11 years ago
In this file:
/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/activity/activity-loop.phpFind Line 1:
<?php do_action( 'bp_before_activity_loop' ); ?>
Change Line 3 to this:
<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ).'display_comments=stream' ) ) : ?>
-
Visual Harbor replied to the topic Collapse and Expand Comments – Activity Stream in the forum How-to & Troubleshooting 11 years ago
I also desperately need this. Changing these lines in the _inc/global.js file did not change anything in the way my stream appears:
if ( jq(this).children('ul').children('li').length < 5 ) return;
if ( i < comment_lis.length - 5 ) {
@visualharbor
Active 3 months, 1 week ago