-
Graeme Fulton's profile was updated 9 years, 4 months ago
-
Graeme Fulton replied to the topic Edit profile groups on single page in the forum How-to & Troubleshooting 9 years, 4 months ago
At the top of edit.php (yourtheme/buddypress/members/single/profile/edit.php), find this bit near the top:
if ( bp_has_profile( 'profile_group_id=' . bp_get_current_profile_group_id() ) ) :
while ( bp_profile_groups() ) : bp_the_profile_group();The important part in the snippet above is this function call:
bp_get_current_profile_group_id()
.…[Read more]
@graylien
Active 4 years, 7 months ago