#61682
 Laura
Moderator

Hello, you need to follow the instructions i added for Shakinaz,
that should be added in members.php in kleo/buddypress/groups/single
Then copied to child theme.

Find

COPY CODE

				<div class="member-list-content">
					<h5><?php bp_group_member_link(); ?></h5>
					<span class="activity"><?php bp_group_member_joined_since(); ?></span>

And add it just after that, like this

COPY CODE

				<div class="member-list-content">
					<h5><?php bp_group_member_link(); ?></h5>
					<span class="activity"><?php bp_group_member_joined_since(); ?></span>
<?php do_action('bp_directory_members_item', 'bphelp_dpioml'); ?>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

Log in with your credentials

Forgot your details?