Re: Removing “Showing 1 to 5….”
I’m not exactly sure where you will look, but I think what you want to do is find “pagination” links and delete them from your theme. for example, here are pagination links from the bp-default theme’s activity-loop.php
<noscript>
<div class="pagination">
<div class="pag-count"><?php bp_activity_pagination_count() ?></div>
<div class="pagination-links"><?php bp_activity_pagination_links() ?></div>
</div>
</noscript>