Skip to:
Content
Pages
Categories
Search
Top
Bottom

Add bp-template to tab-page

  • @sambacket

    Participant

    Hi,

    I’m a beginner in bp but interested in including the plugin to my page.
    I wanted to add different components in my tab and used the bp_get_template_part-function but it does not works? Why? I’m a logged in user and when I go directly to the members/profile page with the custom link..it works?

    
    <div class="tab-content">
                        <div id="profile_main">
                             <?php bp_get_template_part( 'members/single/profile' );?>  
                        </div>
    </div>
    
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)
  • The topic ‘Add bp-template to tab-page’ is closed to new replies.
Skip to toolbar