Add profile info to the group page within the bp_group_the_member loop
-
Hi All,
Total noob so apologies if this is a daft question. When you click into groups and then view the members, I’d like to show more than the avatar and name. I’ve setup a new custom field called nickname. How can I show that in the loop? I tried:
`
<?php
$Nickname= xprofile_get_field_data( Nickname,bp_get_member_user_id());
echo $Nickname;
?>
`
But to no avail. Any help is very much appreciated!TIA
Edit // backticks added for code view -hnla
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Add profile info to the group page within the bp_group_the_member loop’ is closed to new replies.