Skip to:
Content
Pages
Categories
Search
Top
Bottom

Custom Activity Page Tab Problem

  • Hi, I have created a custom page and the tabs are not all there…mainly the activity tab and the gallery tab. How would I be able to add those tabs. I have found the code/script for the other tabs, but can’t seem to get the inbox/messages tab going and the gallery tab going. Here is the script/code for the ‘Friends’ and ‘Groups’ tab, but I would like one for the inbox/messages tab, just to check their messages.

    
    <li id="activity-friends"><a href="" title=""><?php printf( __( 'My Friends <span>%s</span>', 'buddypress' ), bp_get_total_friend_count( bp_loggedin_user_id() ) ); ?></a></li>
    
    <li id="activity-groups"><a href="" title=""><?php printf( __( 'My Groups <span>%s</span>', 'buddypress' ), bp_get_total_group_count_for_user( bp_loggedin_user_id() ) ); ?></a></li>
  • The topic ‘Custom Activity Page Tab Problem’ is closed to new replies.
Skip to toolbar