@sambacket
10 years ago
the template path is ok..it finds the template..and works with it.
But I can’t see the profile. The same if I try to load..
<div id="profile_groups" class="tab-pane section clearfix"> <?php bp_get_template_part( 'members/single/groups' );?> </div> <div id="profile_activity" class="tab-pane"> <?php bp_get_template_part( 'members/single/activity' );?> </div> <div id="profile_friends" class="tab-pane"> <?php bp_get_template_part( 'members/single/friends' );?> </div> <div id="profile_messages" class="tab-pane"> <?php bp_get_template_part( 'members/single/messages' );?> </div>