do_action('bp_before_member_header');
?>
<div id="item-header-avatar" class="hidden-phone">
		<a href="<?php 
bp_user_link();
?>
">
		<?php 
$asize = '150';
if ($cap->bp_profiles_avatar_size != '') {
    $asize = $cap->bp_profiles_avatar_size;
}
?>
		
		<?php 
bp_displayed_user_avatar('type=full&width=' . $asize . '&height=' . $asize);
?>
	</a>
</div><!-- #item-header-avatar -->

	
	<h3 style="" class="widgettitle"><a href="<?php 
bp_user_link();
?>
"><?php 
bp_displayed_user_fullname();
?>
</a> </h3>
	<span class="highlight">@<?php 
bp_displayed_user_username();
?>
 * @since logicalbones 1.0
 */
?>

<?php 
do_action('bp_before_member_header');
?>

<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">

	<h2>
		<a href="<?php 
bp_displayed_user_link();
?>
"><?php 
bp_displayed_user_fullname();
?>
</a>
 * @subpackage bp-legacy
 */
global $wpdb, $bp;
?>

<?php 
do_action('bp_before_member_header');
?>

<div id="item-header-avatar">
	<a href="<?php 
bp_displayed_user_link();
?>
">
		<?php 
bp_displayed_user_avatar('type=full&width=225&height=225');
?>
	</a>
</div><!-- #item-header-avatar -->
<div style="clear: both;"></div>
<div id="item-header-content">

	<?php 
if (bp_is_active('activity') && bp_activity_do_mentions()) {
    ?>
		<h2 class="user-nicename"><?php 
    echo $bp->displayed_user->fullname;
    ?>
</h2>
	<?php 
}
// set an empty $strenghts str var so that we can add it to the profile after the supevisor
$strengths = '';
?>

<?php 
do_action('bp_before_member_header');
?>

<div id="item-header-avatar" class="col-xs-3 col-md-3 fs-content-thumbnail">
	<a href="<?php 
bp_displayed_user_link();
?>
">

		<?php 
bp_displayed_user_avatar('type=full&width=170&height=170');
?>

	</a>
</div><!-- #item-header-avatar -->

<div id="item-header-content" class="col-xs-9 col-md-9 fs-have-thumbnail">

	<h2>
		<a href="<?php 
bp_displayed_user_link();
?>
"><?php 
bp_displayed_user_fullname();
?>
</a>
		<div id="bp-embed-header">
			<div class="bp-embed-avatar">
				<a href="<?php 
bp_displayed_user_link();
?>
">
					<?php 
bp_displayed_user_avatar('type=thumb&width=45&height=45');
?>
				</a>
			</div>

			<?php 
if (bp_activity_embed_has_activity(bp_current_action())) {
    ?>

				<?php 
    while (bp_activities()) {
        bp_the_activity();
        ?>
					<p class="bp-embed-activity-action">
						<?php 
        bp_activity_action(array('no_timestamp' => true));
        ?>
					</p>
				<?php 
    }
    ?>

			<?php 
示例#6
0
		<div id="bp-embed-header">
			<div class="bp-embed-avatar">
				<a href="<?php 
bp_displayed_user_link();
?>
">
					<?php 
bp_displayed_user_avatar('type=thumb&width=36&height=36');
?>
				</a>
			</div>

			<p class="wp-embed-heading">
				<a href="<?php 
bp_displayed_user_link();
?>
">
					<?php 
bp_displayed_user_fullname();
?>
				</a>
			</p>

			<?php 
if (bp_is_active('activity') && bp_activity_do_mentions()) {
    ?>
				<p class="bp-embed-mentionname">@<?php 
    bp_displayed_user_mentionname();
    ?>
</p>
示例#7
0
 * @subpackage bp-legacy
 */
?>

<?php 
do_action('bp_before_member_header');
?>

<div id="item-header-avatar">
	<a href="<?php 
bp_displayed_user_link();
?>
">

		<?php 
bp_displayed_user_avatar('type=thumb&width=100&height=100');
?>

	</a>
</div><!-- #item-header-avatar -->

<div id="item-header-content">

	<?php 
if (bp_is_active('activity') && bp_activity_do_mentions()) {
    ?>
		<h2 class="user-nicename mom-main-color"><?php 
    bp_displayed_user_fullname();
    ?>
 <em>(@<?php 
    bp_displayed_user_mentionname();
	<div class="inner-sidebar <?php 
do_action('wf_class_inner_sidebar');
?>
 inner-sidebar-mobile">


		<a id="close-buddypress-mobile-sidebar" class="close-panel-button" href="#">
			<i class="fa fa-times-circle"></i> Close menu
		</a>

		<?php 
if (bp_is_user()) {
    ?>
			<div id="user-sidebar-menu" class="widget">
				<?php 
    bp_displayed_user_avatar('width=' . bp_core_avatar_thumb_width() . '&height=' . bp_core_avatar_thumb_height());
    ?>
				<?php 
    $userLink = bp_get_displayed_user_link();
    ?>
				<strong><?php 
    echo bp_core_get_user_displayname(bp_displayed_user_id());
    ?>
</strong>
				<br>
			</div>
		<?php 
}
?>

		<?php