Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

Increasing the Activity Steam limit? (2 posts)

Started 4 months, 1 week ago by: Memfis

  • Profile picture of Memfis Memfis said 4 months, 1 week ago:

    Hey there,
    Does anyone know how to increase/decrease the amount of activities displayed on the activity stream?

  • Profile picture of @mercime @mercime said 4 months, 1 week ago:

    If it’s not in your theme or child theme folder, copy over http://buddypress.trac.wordpress.org/browser/tags/1.5.3.1/bp-themes/bp-default/activity/activity-loop.php following the directory structure i.e. yourthemefolder/activity/activity-loop.php

    Open up activity-loop.php and replace:
    <?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) ) ) : ?>

    with
    <?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) . ‘&per_page=10' ) ) : ?>

    replace 10 with higher or lower number.