Exemple #1
0
"><?php 
        bp_group_name();
        ?>
</a></h1>
				<p class="status"><?php 
        bp_group_type();
        ?>
</p>
			</div>

			<div class="info-group">
				<?php 
        if (function_exists('bp_wire_get_post_list')) {
            ?>
					<?php 
            bp_wire_get_post_list(bp_get_group_id(), __('Group Wire', 'buddypress'), sprintf(__('The are no wire posts for %s', 'buddypress'), bp_get_group_name()), bp_group_is_member(), true);
            ?>
				<?php 
        }
        ?>
			</div>
			
		</div>
	</div>
	
	<?php 
    }
}
?>

</div>
Exemple #2
0
		
			<?php 
if (function_exists('bp_friends_random_friends')) {
    ?>
				<?php 
    bp_friends_random_friends();
    ?>
			<?php 
}
?>

			<?php 
bp_custom_profile_boxes();
?>

			<?php 
if (function_exists('bp_wire_get_post_list')) {
    ?>
				<?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());
    ?>
			<?php 
}
?>
		</div>
	</div>

</div>

<?php 
get_footer();