Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/06/2010 04:04:58 PM (17 years ago)
Author:
apeatling
Message:

Updated RSS feed support in default theme.

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">
    22        <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
    37                <li id="activity-filter-select" class="last">
    48                        <select>
    59                                <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>
    914
    10                                 <?php do_action( 'bp_activity_filter_options' ) ?>
     15                                <?php do_action( 'bp_activity_group_filter_options' ) ?>
    1116                        </select>
    1217                </li>
Note: See TracChangeset for help on using the changeset viewer.