Changeset 2284 for trunk/bp-themes/bp-default/groups/single/activity.php
- Timestamp:
- 01/09/2010 04:16:51 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/groups/single/activity.php
r2270 r2284 3 3 <li class="feed"><a href="<?php bp_group_activity_feed_link() ?>" title="RSS Feed"><?php _e( 'RSS', 'buddypress' ) ?></a></li> 4 4 5 <?php do_action( 'bp_activity_group_syndication_options') ?>5 <?php do_action( 'bp_group_activity_syndication_options' ) ?> 6 6 7 7 <li id="activity-filter-select" class="last"> … … 13 13 <option value="joined_group"><?php _e( 'Show New Group Memberships', 'buddypress' ) ?></option> 14 14 15 <?php do_action( 'bp_ activity_group_filter_options' ) ?>15 <?php do_action( 'bp_group_activity_filter_options' ) ?> 16 16 </select> 17 17 </li> 18 18 </ul> 19 </div> 19 </div><!-- .item-list-tabs --> 20 21 <?php do_action( 'bp_before_group_activity_post_form' ) ?> 20 22 21 23 <?php if ( is_user_logged_in() && bp_group_is_member() ) : ?> … … 23 25 <?php endif; ?> 24 26 27 <?php do_action( 'bp_after_group_activity_post_form' ) ?> 28 <?php do_action( 'bp_before_group_activity_content' ) ?> 29 25 30 <div class="activity single-group"> 26 <?php // 'activity/activity-loop.php' loaded here via AJAX. ?> 27 </div> 31 <?php 32 // The loop will be loaded here via AJAX on page load to retain selected settings and not waste cycles. 33 // If you're concerned about no-script functionality, uncomment the following line. 34 35 // locate_template( array( 'groups/groups-loop.php' ), true ); 36 ?> 37 </div><!-- .activity --> 38 39 <?php do_action( 'bp_after_group_activity_content' ) ?>
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)