Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 1 replies (of 1 total)

  • ismaelj
    Member

    @ismaelj

    In /activity/activity-loop.php replace:

    with this:

    `<?php
    $ajax = bp_ajax_querystring( ‘activity’);
    $qs = !empty($ajax)? $ajax : ‘activity&scope=groups&object=groups’;
    if ( bp_has_activities( $qs ) ) :
    ?>
    `
    This also works for other loops like groups-loop.php.
    Info about the parameters that can be used in $qs are described in the bp_has_activities() documentation

Viewing 1 replies (of 1 total)
Skip to toolbar