- Timestamp:
- 01/22/2011 08:58:56 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/members/single/member-header.php
r3771 r3808 1 <?php do_action( 'bp_before_member_header' ) ?>1 <?php do_action( 'bp_before_member_header' ); ?> 2 2 3 3 <div id="item-header-avatar"> 4 <a href="<?php bp_user_link() ?>"> 5 <?php bp_displayed_user_avatar( 'type=full' ) ?> 4 <a href="<?php bp_user_link(); ?>"> 5 6 <?php bp_displayed_user_avatar( 'type=full' ); ?> 7 6 8 </a> 7 9 </div><!-- #item-header-avatar --> … … 9 11 <div id="item-header-content"> 10 12 11 <h2 class="fn"><a href="<?php bp_displayed_user_link() ?>"><?php bp_displayed_user_fullname() ?></a> <span class="highlight">@<?php bp_displayed_user_username() ?> <span>?</span></span></h2> 12 <span class="activity"><?php bp_last_activity( bp_displayed_user_id() ) ?></span> 13 <h2 class="fn"> 14 <a href="<?php bp_displayed_user_link(); ?>"><?php bp_displayed_user_fullname(); ?></a> 15 <span class="highlight">@<?php bp_displayed_user_username(); ?> <span>?</span></span> 16 </h2> 17 <span class="activity"><?php bp_last_activity( bp_displayed_user_id() ); ?></span> 13 18 14 <?php do_action( 'bp_before_member_header_meta' ) ?>19 <?php do_action( 'bp_before_member_header_meta' ); ?> 15 20 16 21 <div id="item-meta"> 22 17 23 <?php if ( bp_is_active( 'activity' ) ) : ?> 24 18 25 <div id="latest-update"> 19 <?php bp_activity_latest_update( bp_displayed_user_id() ) ?> 26 27 <?php bp_activity_latest_update( bp_displayed_user_id() ); ?> 28 20 29 </div> 30 21 31 <?php endif; ?> 22 32 … … 28 38 29 39 <?php 30 /***31 * If you'd like to show specific profile fields here use:32 * bp_profile_field_data( 'field=About Me' ); -- Pass the name of the field33 */34 ?>40 /*** 41 * If you'd like to show specific profile fields here use: 42 * bp_profile_field_data( 'field=About Me' ); -- Pass the name of the field 43 */ 44 do_action( 'bp_profile_header_meta' ); 35 45 36 <?php do_action( 'bp_profile_header_meta' )?>46 ?> 37 47 38 48 </div><!-- #item-meta --> … … 40 50 </div><!-- #item-header-content --> 41 51 42 <?php do_action( 'bp_after_member_header' ) ?>52 <?php do_action( 'bp_after_member_header' ); ?> 43 53 44 <?php do_action( 'template_notices' ) ?>54 <?php do_action( 'template_notices' ); ?>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)