Skip to:
Content

BuddyPress.org

Ticket #665: 665-position-fix.patch

File 665-position-fix.patch, 1.2 KB (added by lancewillett, 17 years ago)
  • Users/lance/Sites/tdac/wp-content/bp-themes/tdac-member/directories/groups/groups-loop.php

     
    1818
    1919                        <div class="item">
    2020                                <div class="item-title"><a href="<?php bp_the_site_group_link() ?>"><?php bp_the_site_group_name() ?></a></div>
    21                                 <div class="item-meta"><span class="activity"><?php bp_the_site_group_last_active() ?></span></div>
     21                                <div class="item-meta"><span class="activity"><?php bp_the_site_group_type() ?> &ndash; <?php bp_the_site_group_member_count() ?> &ndash; <?php bp_the_site_group_last_active() ?></span></div>
    2222
    2323                                <div class="item-meta desc"><?php bp_the_site_group_description() ?></div>
    2424                               
     
    2727
    2828                        <div class="action">
    2929                                <?php bp_the_site_group_join_button() ?>
    30 
    31                                 <div class="meta">
    32                                         <?php bp_the_site_group_type() ?> / <?php bp_the_site_group_member_count() ?>
    33                                 </div>
    34                                
    3530                                <?php do_action( 'bp_core_directory_groups_actions' ) ?>
    3631                        </div>
    3732