Sindbad~EG File Manager
<?php
/**
* BuddyPress - Groups Loop
*
* Querystring is set via AJAX in _inc/ajax.php - bp_legacy_theme_object_filter().
*
* @package BuddyPress
* @subpackage bp-legacy
* @version 3.0.0
*/
?>
<?php
/**
* Fires before the display of groups from the groups loop.
*
* @since 1.2.0
*/
do_action( 'bp_before_groups_loop' ); ?>
<?php if ( bp_get_current_group_directory_type() ) : ?>
<p class="current-group-type"><?php bp_current_group_directory_type_message() ?></p>
<?php endif; ?>
<?php if ( bp_has_groups( bp_ajax_querystring( 'groups' ) ) ) : ?>
<div id="pag-top" class="pagination">
<div class="pag-count" id="group-dir-count-top">
<?php bp_groups_pagination_count(); ?>
</div>
<div class="pagination-links" id="group-dir-pag-top">
<?php bp_groups_pagination_links(); ?>
</div>
</div>
<?php
/**
* Fires before the listing of the groups list.
*
* @since 1.1.0
*/
do_action( 'bp_before_directory_groups_list' ); ?>
<div id="groups-list" class="row item-list" aria-live="assertive" aria-atomic="true" aria-relevant="all">
<?php while ( bp_groups() ) : bp_the_group(); ?>
<div class="col-lg-4 col-sm-6" <?php bp_group_class(); ?>>
<?php turitor_bp_group_item(); ?>
</div>
<?php endwhile; ?>
</div>
<?php
/**
* Fires after the listing of the groups list.
*
* @since 1.1.0
*/
do_action( 'bp_after_directory_groups_list' ); ?>
<div id="pag-bottom" class="pagination">
<div class="pag-count" id="group-dir-count-bottom">
<?php bp_groups_pagination_count(); ?>
</div>
<div class="pagination-links" id="group-dir-pag-bottom">
<?php bp_groups_pagination_links(); ?>
</div>
</div>
<?php else: ?>
<div id="message" class="info">
<p><?php _e( 'There were no groups found.', 'turitor' ); ?></p>
</div>
<?php endif; ?>
<?php
/**
* Fires after the display of groups from the groups loop.
*
* @since 1.2.0
*/
do_action( 'bp_after_groups_loop' );
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists