Changeset 2270 for trunk/bp-themes/bp-default/groups/single/activity.php
- Timestamp:
- 01/06/2010 04:04:58 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/groups/single/activity.php
r2170 r2270 1 <div class="item-list-tabs " id="user-subnav">1 <div class="item-list-tabs no-ajax" id="user-subnav"> 2 2 <ul> 3 <li class="feed"><a href="<?php bp_group_activity_feed_link() ?>" title="RSS Feed"><?php _e( 'RSS', 'buddypress' ) ?></a></li> 4 5 <?php do_action('bp_activity_group_syndication_options') ?> 6 3 7 <li id="activity-filter-select" class="last"> 4 8 <select> 5 9 <option value="-1"><?php _e( 'No Filter', 'buddypress' ) ?></option> 6 <option value="new_wire_post"><?php _e( 'Updates Only', 'buddypress' ) ?></option> 7 <option value="new_forum_post,new_forum_topic"><?php _e( 'Group Forum Activity Only', 'buddypress' ) ?></option> 8 <option value="new_blog_post,new_blog_comment"><?php _e( 'Blog Activity Only', 'buddypress' ) ?></option> 10 <option value="new_wire_post"><?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> 13 <option value="joined_group"><?php _e( 'Show New Group Memberships', 'buddypress' ) ?></option> 9 14 10 <?php do_action( 'bp_activity_ filter_options' ) ?>15 <?php do_action( 'bp_activity_group_filter_options' ) ?> 11 16 </select> 12 17 </li>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)