Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/02/2010 05:54:12 PM (15 years ago)
Author:
apeatling
Message:

Fixes #1752

File:
1 edited

Legend:

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

    r2488 r2539  
    99                <option value="-1"><?php _e( 'No Filter', 'buddypress' ) ?></option>
    1010                <option value="activity_update"><?php _e( 'Show Updates', 'buddypress' ) ?></option>
    11                 <option value="new_forum_topic"><?php _e( 'Show New Forum Topics', 'buddypress' ) ?></option>
    12                 <option value="new_forum_post"><?php _e( 'Show Forum Replies', 'buddypress' ) ?></option>
     11
     12                <?php if ( bp_is_active( 'forums' ) ) : ?>
     13                    <option value="new_forum_topic"><?php _e( 'Show New Forum Topics', 'buddypress' ) ?></option>
     14                    <option value="new_forum_post"><?php _e( 'Show Forum Replies', 'buddypress' ) ?></option>
     15                <?php endif; ?>
     16
    1317                <option value="joined_group"><?php _e( 'Show New Group Memberships', 'buddypress' ) ?></option>
    1418
Note: See TracChangeset for help on using the changeset viewer.