Skip to:
Content

BuddyPress.org

Ticket #3711: 3711.01.patch

File 3711.01.patch, 918 bytes (added by aliso, 13 years ago)
  • bp-themes/bp-default/groups/single/admin.php

     
    185185                                <?php echo bp_core_fetch_avatar( array( 'item_id' => bp_get_member_user_id(), 'type' => 'thumb', 'width' => 30, 'height' => 30, 'alt' => __( 'Profile picture of %s', 'buddypress' ) ) ) ?>
    186186                                <h5>
    187187                                        <a href="<?php bp_member_permalink(); ?>"> <?php bp_member_name(); ?></a>
     188                                        <?php if ( count( bp_group_admin_ids( false, 'array' ) ) > 1 ) : ?>
    188189                                        <span class="small">
    189190                                                <a class="button confirm admin-demote-to-member" href="<?php bp_group_member_demote_link( bp_get_member_user_id() ) ?>"><?php _e( 'Demote to Member', 'buddypress' ) ?></a>
    190191                                        </span>                 
     192                                        <?php endif; ?>
    191193                                </h5>           
    192194                        </li>
    193195                        <?php endwhile; ?>