Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php //remove everything here! ?>
- <li id="activity-filter-select" class="last">
- <select>
- <option value="-1"><?php _e( 'No Filter', 'buddypress' ) ?></option>
- <option value="activity_update"><?php _e( 'Show Updates', 'buddypress' ) ?></option>
- <?php if ( bp_is_active( 'blogs' ) ) : ?>
- <option value="new_blog_post"><?php _e( 'Show Blog Posts', 'buddypress' ) ?></option>
- <option value="new_blog_comment"><?php _e( 'Show Blog Comments', 'buddypress' ) ?></option>
- <?php endif; ?>
- <?php if ( bp_is_active( 'forums' ) ) : ?>
- <option value="new_forum_topic"><?php _e( 'Show New Forum Topics', 'buddypress' ) ?></option>
- <option value="new_forum_post"><?php _e( 'Show Forum Replies', 'buddypress' ) ?></option>
- <?php endif; ?>
- <?php if ( bp_is_active( 'groups' ) ) : ?>
- <option value="created_group"><?php _e( 'Show New Groups', 'buddypress' ) ?></option>
- <option value="joined_group"><?php _e( 'Show New Group Memberships', 'buddypress' ) ?></option>
- <?php endif; ?>
- <?php if ( bp_is_active( 'friends' ) ) : ?>
- <option value="friendship_accepted,friendship_created"><?php _e( 'Show Friendship Connections', 'buddypress' ) ?></option>
- <?php endif; ?>
- <option value="new_member"><?php _e( 'Show New Members', 'buddypress' ) ?></option>
- <?php do_action( 'bp_activity_filter_options' ) ?>
- </select>
- </li>
Advertisement
Add Comment
Please, Sign In to add comment