- Timestamp:
- 11/13/2008 11:21:58 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/buddypress-theme/buddypress-member/profile/index.php
r447 r541 15 15 16 16 <div class="main-column"> 17 <?php bp_get_profile_header() ?> 17 <div class="inner-tube"> 18 <?php bp_get_profile_header() ?> 18 19 19 <?php if ( function_exists('xprofile_get_profile') ) : ?>20 <?php xprofile_get_profile() ?>21 <?php else : ?>22 <?php bp_core_get_wp_profile() ?>23 <?php endif; ?>20 <?php if ( function_exists('xprofile_get_profile') ) : ?> 21 <?php xprofile_get_profile() ?> 22 <?php else : ?> 23 <?php bp_core_get_wp_profile() ?> 24 <?php endif; ?> 24 25 25 <?php if ( function_exists('bp_activity_get_list') ) : ?>26 <?php bp_activity_get_list( bp_current_user_id(), bp_word_or_name( __( "My Activity", 'buddypress' ), __( "%s's Activity", 'buddypress' ), true, false ), bp_word_or_name( __( "You haven't done anything recently.", 'buddypress' ), __( "%s has not done anything recently.", 'buddypress' ), true, false ), 5 ) ?>27 <?php endif; ?>26 <?php if ( function_exists('bp_activity_get_list') ) : ?> 27 <?php bp_activity_get_list( bp_current_user_id(), bp_word_or_name( __( "My Activity", 'buddypress' ), __( "%s's Activity", 'buddypress' ), true, false ), bp_word_or_name( __( "You haven't done anything recently.", 'buddypress' ), __( "%s has not done anything recently.", 'buddypress' ), true, false ), 5 ) ?> 28 <?php endif; ?> 28 29 29 <?php if ( function_exists('bp_groups_random_groups') ) : ?>30 <?php bp_groups_random_groups() ?>31 <?php endif; ?>30 <?php if ( function_exists('bp_groups_random_groups') ) : ?> 31 <?php bp_groups_random_groups() ?> 32 <?php endif; ?> 32 33 33 <?php if ( function_exists('bp_friends_random_friends') ) : ?>34 <?php bp_friends_random_friends() ?>35 <?php endif; ?>34 <?php if ( function_exists('bp_friends_random_friends') ) : ?> 35 <?php bp_friends_random_friends() ?> 36 <?php endif; ?> 36 37 37 <?php if ( function_exists('bp_wire_get_post_list') ) : ?> 38 <?php bp_wire_get_post_list( bp_current_user_id(), bp_word_or_name( __( "My Wire", 'buddypress' ), __( "%s's Wire", 'buddypress' ), true, false ), bp_word_or_name( __( "No one has posted to your wire yet.", 'buddypress' ), __( "No one has posted to %s's wire yet.", 'buddypress' ), true, false), bp_profile_wire_can_post() ) ?> 39 <?php endif; ?> 38 <?php if ( function_exists('bp_wire_get_post_list') ) : ?> 39 <?php bp_wire_get_post_list( bp_current_user_id(), bp_word_or_name( __( "My Wire", 'buddypress' ), __( "%s's Wire", 'buddypress' ), true, false ), bp_word_or_name( __( "No one has posted to your wire yet.", 'buddypress' ), __( "No one has posted to %s's wire yet.", 'buddypress' ), true, false), bp_profile_wire_can_post() ) ?> 40 <?php endif; ?> 41 </div> 40 42 </div> 41 43
Note: See TracChangeset
for help on using the changeset viewer.