Hi all,
I would like to show the time of the last activity of an user directly in the members directory. At the moment you have to hover a little point to get this information. I want to show it directly – means without hovering or clicking.
Is there any possibility? I tried to modify my members-loop.php with the following lines from the k-elements kleo_bp_members_masonry.php, but it doesn’t work. (Unfortunately I have no practice in PHP coding.)
<div class=”item-meta”><span class=”activity”>’.bp_get_member_last_active().'</span></div>’;
if ( bp_get_member_latest_update() ) {
echo ‘<span class=”update”> ‘. bp_get_member_latest_update().'</span>’;
}
Perhaps someone can help?
Best reagards
Miriam
Attachments:
You must be
logged in to view attached files.