Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/02/2009 07:54:21 PM (17 years ago)
Author:
apeatling
Message:

Merging 1.1 branch changes and syncing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-sn-parent/groups/group-loop.php

    r1991 r2077  
    22
    33<div id="group-loop">
    4        
     4
    55        <?php if ( bp_has_groups() ) : ?>
    6                
     6
    77                <div class="pagination">
    8                        
     8
    99                        <div class="pag-count">
    1010                                <?php bp_group_pagination_count() ?>
    1111                        </div>
    12                        
     12
    1313                        <div class="pagination-links" id="<?php bp_group_pag_id() ?>">
    1414                                <?php bp_group_pagination() ?>
    1515                        </div>
    16                
     16
    1717                </div>
    18                
     18
    1919                <?php do_action( 'bp_before_my_groups_list' ) ?>
    2020
    2121                <ul id="group-list" class="item-list">
    2222                        <?php while ( bp_groups() ) : bp_the_group(); ?>
    23                                
     23
    2424                                <li>
    2525                                        <?php bp_group_avatar_thumb() ?>
    2626                                        <h4><a href="<?php bp_group_permalink() ?>"><?php bp_group_name() ?></a><span class="small"> - <?php printf( __( '%s members', 'buddypress' ), bp_group_total_members( false ) ) ?></span></h4>
    27        
     27
    2828                                        <?php if ( bp_group_has_requested_membership() ) : ?>
    2929                                                <p class="request-pending"><?php _e( 'Membership Pending Approval', 'buddypress' ); ?></p>
    3030                                        <?php endif; ?>
    31                                        
     31
    3232                                        <div class="desc">
    3333                                                <?php bp_group_description_excerpt() ?>
    3434                                        </div>
    35                                
     35
    3636                                        <?php do_action( 'bp_before_my_groups_list_item' ) ?>
    3737                                </li>
    38                                
     38
    3939                        <?php endwhile; ?>
    4040                </ul>
    41        
     41
    4242                <?php do_action( 'bp_after_my_groups_list' ) ?>
    43                
     43
    4444        <?php else: ?>
    4545
     
    5151
    5252                        <?php if ( bp_is_home() ) : ?>
    53                                
     53
    5454                                <?php do_action( 'bp_before_random_groups_list' ) ?>
    55                                
     55
    5656                                <h3><?php _e( 'Why not join a few of these groups?', 'buddypress') ?></h3>
    5757                                <?php bp_groups_random_selection() ?>
    58                                
     58
    5959                                <?php do_action( 'bp_after_random_groups_list' ) ?>
    60                                
     60
    6161                        <?php endif; ?>
    6262
     
    7070
    7171        <?php endif;?>
    72        
     72
    7373</div>
    7474
Note: See TracChangeset for help on using the changeset viewer.