Sindbad~EG File Manager
<?php
/**
* BuddyPress - Users Cover Image Header
*
* @package BuddyPress
* @subpackage bp-legacy
* @version 3.0.0
*/
?>
<?php
/**
* Fires before the display of a member's header.
*
* @since 1.2.0
*/
do_action( 'bp_before_member_header' ); ?>
<div class="bp-banner profile">
<div class="container">
<a id="header-cover-image" href="<?php bp_displayed_user_link(); ?>"></a>
<div id="item-header-cover-image">
<div id="item-header-avatar">
<a href="<?php bp_displayed_user_link(); ?>">
<?php bp_displayed_user_avatar( 'type=full' ); ?>
</a>
</div><!-- #item-header-avatar -->
<div id="item-header-content">
<?php if ( bp_is_active( 'activity' ) && bp_activity_do_mentions() ) : ?>
<h2 class="user-nicename">@<?php bp_displayed_user_mentionname(); ?></h2>
<?php endif; ?>
<div id="item-buttons"><?php
/**
* Fires in the member header actions section.
*
* @since 1.2.6
*/
do_action( 'bp_member_header_actions' ); ?></div><!-- #item-buttons -->
<span class="activity" data-livestamp="<?php bp_core_iso8601_date( bp_get_user_last_activity( bp_displayed_user_id() ) ); ?>"><?php bp_last_activity( bp_displayed_user_id() ); ?></span>
<?php
/**
* Fires before the display of the member's header meta.
*
* @since 1.2.0
*/
do_action( 'bp_before_member_header_meta' ); ?>
<div class="item-meta">
<?php if ( bp_is_active( 'activity' ) ) : ?>
<div class="latest-update">
<p>
<?php bp_activity_latest_update( bp_displayed_user_id() ); ?>
</p>
</div>
<?php endif; ?>
<?php
/**
* Fires after the group header actions section.
*
* If you'd like to show specific profile fields here use:
* bp_member_profile_data( 'field=About Me' ); -- Pass the name of the field
*
* @since 1.2.0
*/
do_action( 'bp_profile_header_meta' );
?>
</div><!-- #item-meta -->
</div><!-- #item-header-content -->
</div><!-- #item-header-cover-image -->
</div><!-- #cover-image-container -->
</div>
<?php
/**
* Fires after the display of a member's header.
*
* @since 1.2.0
*/
do_action( 'bp_after_member_header' ); ?>
<div id="template-notices" role="alert" aria-atomic="true">
<?php
/** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
do_action( 'template_notices' ); ?>
</div>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists