Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

  • Visual Harbor
    Participant

    @visualharbor

    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' ) ) : ?>
    

    Visual Harbor
    Participant

    @visualharbor

    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 ) {
    
Viewing 2 replies - 1 through 2 (of 2 total)
Skip to toolbar