Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to Remove “Active x minutes ago” on Profiles

Simplest way would be to delete the markup entirely in /members/single/member-header.php

removing this line:
<span class=”activity”><?php bp_last_activity( bp_displayed_user_id() ) ?></span>

Preferably in a child theme copy of the file.

Skip to toolbar