Skip to:
Content

BuddyPress.org

Changeset 10848


Ignore:
Timestamp:
06/01/2016 12:18:41 PM (7 years ago)
Author:
dcavins
Message:

Add pagination below members section on groups manage > admin template.

Add another pagination control below the members section,
mimicking the layout of other directory lists.

Fixes #7094.

Props dcavins.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/groups/single/admin.php

    r10827 r10848  
    380380            </ul>
    381381
     382            <?php if ( bp_group_member_needs_pagination() ) : ?>
     383
     384                <div class="pagination no-ajax">
     385
     386                    <div id="member-count" class="pag-count">
     387                        <?php bp_group_member_pagination_count(); ?>
     388                    </div>
     389
     390                    <div id="member-admin-pagination" class="pagination-links">
     391                        <?php bp_group_member_admin_pagination(); ?>
     392                    </div>
     393
     394                </div>
     395
     396            <?php endif; ?>
     397
    382398        <?php else: ?>
    383399
Note: See TracChangeset for help on using the changeset viewer.