Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/07/2014 08:46:32 PM (12 years ago)
Author:
boonebgorges
Message:

Introduce 'group_activity' sort order for group member queries

Adds a new 'Group Activity' option to the 'Order By' dropdown on group member
listings, so that you can see who has most recently been active in that
specific group.

Fixes #3430

Props imath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/bp-groups-template.php

    r8329 r8397  
    24382438            <option value="last_joined"><?php _e( 'Newest', 'buddypress' ); ?></option>
    24392439            <option value="first_joined"><?php _e( 'Oldest', 'buddypress' ); ?></option>
     2440
     2441            <?php if ( bp_is_active( 'activity' ) ) : ?>
     2442                <option value="group_activity"><?php _e( 'Group Activity', 'buddypress' ); ?></option>
     2443            <?php endif; ?>
     2444
    24402445            <option value="alphabetical"><?php _e( 'Alphabetical', 'buddypress' ); ?></option>
    24412446
Note: See TracChangeset for help on using the changeset viewer.