#46875
 sharmstr
Moderator

I forgot to change another bit of the code when I copied it over. Sorry. Try this

COPY CODE

add_action( 'bp_directory_members_item', 'display_user_info' );
function display_user_info() {
	echo "Favorite Game Character?: ";
	bp_member_profile_data('field=Favorite Game Character?');
	echo "</br>";
	echo "City: ";
	bp_member_profile_data('field=City');
}

and some css to center it.

COPY CODE

#buddypress #members-list div.item {
text-align: center;
}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Attachments:

Log in with your credentials

Forgot your details?