- Timestamp:
- 12/10/2008 05:20:12 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/buddypress-theme/member-themes/buddypress-member/groups/group-home.php
r602 r644 11 11 12 12 <div class="left-menu"> 13 <?php bp_group_avatar() ?> 14 15 <?php bp_group_join_button() ?> 16 17 <div class="info-group"> 18 <h4><?php _e( 'Admins', 'buddypress' ); ?></h4> 19 <?php bp_group_list_admins() ?> 20 </div> 21 22 <?php if ( bp_group_has_moderators() ) : ?> 23 <div class="info-group"> 24 <h4><?php _e( 'Mods', 'buddypress' ); ?></h4> 25 <?php bp_group_list_mods() ?> 26 </div> 27 <?php endif; ?> 13 <?php load_template( TEMPLATEPATH . '/groups/group-menu.php' ) ?> 28 14 </div> 29 15 … … 53 39 </div> 54 40 <?php endif; ?> 41 42 <?php if ( bp_group_is_visible() && bp_group_is_forum_enabled() && function_exists( 'bp_forums_setup') ) : ?> 43 <div class="info-group"> 44 <h4><?php _e( 'Active Forum Topics', 'buddypress' ); ?></h4> 45 <p><?php bp_group_active_forum_topics() ?></p> 46 </div> 47 <?php endif; ?> 55 48 56 49 <?php if ( bp_group_is_visible() ) : ?> … … 61 54 <?php endif; ?> 62 55 63 <?php if ( bp_group_is_visible() ) : ?>56 <?php if ( bp_group_is_visible() && bp_group_is_wire_enabled() ) : ?> 64 57 <?php if ( function_exists('bp_wire_get_post_list') ) : ?> 65 58 <?php bp_wire_get_post_list( bp_group_id( false ), __( 'Group Wire', 'buddypress' ), sprintf( __( 'The are no wire posts for %s', 'buddypress' ), bp_group_name( false ) ), bp_group_is_member(), true ) ?>
Note: See TracChangeset
for help on using the changeset viewer.