Esempio n. 1
0
?>

	</div>

	<div class="main-column">
		
		<?php 
bp_get_profile_header();
?>
	
		<?php 
if (function_exists('bp_activity_get_list')) {
    ?>
			
			<?php 
    bp_activity_get_list(bp_current_user_id(), __('My Friends Activity', 'buddypress'), __("Your friends haven't done anything yet.", 'buddypress'));
    ?>
			
		<?php 
}
?>
			
	</div>

</div>

<?php 
get_footer();
?>

Esempio n. 2
0
?>
		</div>

		<?php 
bp_custom_profile_sidebar_boxes();
?>
	</div>

	<div class="main-column">
		<?php 
bp_get_profile_header();
?>

		<?php 
if (function_exists('bp_activity_get_list')) {
    ?>
			
			<?php 
    bp_activity_get_list(bp_current_user_id(), bp_word_or_name(__("Mi actividad", 'buddypress'), __("Actividad de %s", 'buddypress'), true, false), bp_word_or_name(__("Aun no has hecho nada.", 'buddypress'), __("%s no ha hecho nada aun.", 'buddypress'), true, false));
    ?>
		
		<?php 
}
?>
		
	</div>

</div>

<?php 
get_footer();
Esempio n. 3
0
    ?>
			
			<?php 
    xprofile_get_profile();
    ?>
			
		<?php 
}
?>
				
		<?php 
if (function_exists('bp_activity_get_list')) {
    ?>
			
			<?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);
    ?>
		
		<?php 
}
?>
	
		<?php 
if (function_exists('bp_groups_random_groups')) {
    ?>
			
			<?php 
    bp_groups_random_groups();
    ?>
		
		<?php