Skip to:
Content

BuddyPress.org

Changeset 2491


Ignore:
Timestamp:
01/31/2010 01:29:57 PM (15 years ago)
Author:
apeatling
Message:

Fixes #1738

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/members/single/activity.php

    r2490 r2491  
    77                <option value="-1"><?php _e( 'No Filter', 'buddypress' ) ?></option>
    88                <option value="activity_update"><?php _e( 'Show Updates', 'buddypress' ) ?></option>
    9                 <option value="new_blog_post"><?php _e( 'Show Blog Posts', 'buddypress' ) ?></option>
    10                 <option value="new_blog_comment"><?php _e( 'Show Blog Comments', 'buddypress' ) ?></option>
     9
     10                <?php if ( 'groups' != bp_current_action() ) : ?>
     11                    <option value="new_blog_post"><?php _e( 'Show Blog Posts', 'buddypress' ) ?></option>
     12                    <option value="new_blog_comment"><?php _e( 'Show Blog Comments', 'buddypress' ) ?></option>
     13                    <option value="friendship_accepted,friendship_created"><?php _e( 'Show Friendship Connections', 'buddypress' ) ?></option>
     14                <?php endif; ?>
     15
    1116                <option value="new_forum_topic"><?php _e( 'Show New Forum Topics', 'buddypress' ) ?></option>
    1217                <option value="new_forum_post"><?php _e( 'Show Forum Replies', 'buddypress' ) ?></option>
    1318                <option value="created_group"><?php _e( 'Show New Groups', 'buddypress' ) ?></option>
    1419                <option value="joined_group"><?php _e( 'Show New Group Memberships', 'buddypress' ) ?></option>
    15                 <option value="friendship_accepted,friendship_created"><?php _e( 'Show Friendship Connections', 'buddypress' ) ?></option>
    1620
    1721                <?php do_action( 'bp_member_activity_filter_options' ) ?>
Note: See TracChangeset for help on using the changeset viewer.