Edit members last activity from members directory
-
Hi, so i want to remove the last activity from the members loop and directory, i tried by removing directly from the site in the pluggins editor the lines
<?php bp_member_last_active(); ?>
and `<?php if ( bp_get_member_latest_update() ) : ?>
<span class=”update”> <?php bp_member_latest_update(); ?></span>
<?php endif; ?>`, however it still shows the last activity in the members directory, any help?
- You must be logged in to reply to this topic.