Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 1 replies (of 1 total)
  • @sambacket

    Participant

    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>
Viewing 1 replies (of 1 total)
Skip to toolbar