-
bp-help replied to the topic Problems with activity loop filter members page in the forum How-to & Troubleshooting 11 years, 2 months ago
@turleybw
Untested!
<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) . '&max=3' . '&user_id=' . $user_id ) ) : ?>
<?php while ( bp_activities() ) : bp_the_activity(); ?><?php locate_template( array( 'activity/entry.php' ), true, false ); ?>
<?php endwhile; ?>
<?php endif;… -
bp-help replied to the topic Activity on the Members loop in the forum How-to & Troubleshooting 11 years, 2 months ago
@turleybw
You may want to update your topic title because the code you are showing is from activity-loop.php not members-loop.php
@turleybw
Not recently active