Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 12 years ago

Last modified 12 years ago

#2679 closed defect (bug) (fixed)

Duplicate Add Friends Members Directory

Reported by: intimez's profile intimez Owned by:
Milestone: 1.5 Priority: normal
Severity: normal Version:
Component: Appearance - Template Pack Keywords: directory members close
Cc:

Description

Installed the latest version and now seeing double “add friends” to each username in the Members Directory

[wordpress3.01+buddypress1.6]

Change History (5)

#1 @cnorris23
13 years ago

  • Resolution set to invalid
  • Status changed from new to closed

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.

#2 @johnjamesjacoby
13 years ago

  • Component changed from Core to Theme
  • Keywords friends duplicate removed
  • Milestone changed from 1.2.6 to Future Release
  • Resolution invalid deleted
  • Status changed from closed to reopened

This problem exists in the Template Pack also and should be addressed there too.

#3 @johnjamesjacoby
13 years ago

  • Component changed from Theme to Template Pack

#4 @mercime
12 years ago

  • Keywords close added
  • Resolution set to fixed
  • Severity set to normal
  • Status changed from reopened to closed

This issue had been fixed in BP Template Pack since version 1.1.

#5 @DJPaul
12 years ago

  • Milestone changed from Future Release to 1.5
Note: See TracTickets for help on using tickets.