[buddypress-trac] [BuddyPress] #2679: Duplicate Add Friends Members Directory

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Thu Oct 21 04:45:47 UTC 2010


#2679: Duplicate Add Friends Members Directory
----------------------------------------------------+-----------------------
 Reporter:  intimez                                 |        Owner:         
     Type:  defect                                  |       Status:  closed 
 Priority:  normal                                  |    Milestone:  1.2.6  
Component:  Core                                    |   Resolution:  invalid
 Keywords:  friends, members, directory, duplicate  |  
----------------------------------------------------+-----------------------
Changes (by cnorris23):

  * status:  new => closed
  * resolution:  => invalid


Comment:

 This is likely because you are using custom members-loop.php theme file in
 a child/custom theme. As part of [3260] a change went into the code that
 moved the add friends button to the bp_directory_members_actions hook. The
 code changed from:


 {{{
 <div class="action">
      <?php bp_member_add_friend_button() ?>

      <?php do_action( 'bp_directory_members_actions' ) ?>
 </div>
 }}}

 to

 {{{
 <div class="action">

      <?php do_action( 'bp_directory_members_actions' ); ?>

 </div>
 }}}

 Make the necessary changes to your members-loop.php file, and you'll find
 things return to normal.

-- 
Ticket URL: <http://trac.buddypress.org/ticket/2679#comment:1>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list