@visualharbor
11 years ago
In this file: /wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/activity/activity-loop.php
Find 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' ) ) : ?>
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 ) {