Skip to:
Content

BuddyPress.org

Opened 5 years ago

Closed 5 years ago

#8183 closed defect (bug) (fixed)

BP Nouveau: the `bp_directory_members_item` hook is wrongly positioned

Reported by: imath's profile imath Owned by: imath's profile imath
Milestone: 6.0.0 Priority: normal
Severity: normal Version: 3.0.0
Component: Templates Keywords: has-patch commit
Cc:

Description

The hook bp_directory_members_item used to be used to display profile fields in BP Legacy:

In 3.0.0, we wrongly positioned it into the Members loop's item meta.

I suggest to move it back to where it was in BP Legacy to better display potential profile fields for instance. See attached patch.

Attachments (2)

8183.patch (6.1 KB) - added by imath 5 years ago.
8183.2.patch (6.0 KB) - added by imath 5 years ago.

Download all attachments as: .zip

Change History (4)

@imath
5 years ago

@imath
5 years ago

#1 @imath
5 years ago

  • Keywords commit added

Patch has been refreshed. Let's commit it.

#2 @imath
5 years ago

  • Owner set to imath
  • Resolution set to fixed
  • Status changed from new to closed

In 12570:

BP Nouveau: improve bp_directory_members_item hook positioning

In 3.0.0, we wrongly positioned this hook into the Members loop's item meta. We are repositioning it at a more consistent place considering BP Legacy, which is outside of the p.item-meta tag.

Fixes #8183

Note: See TracTickets for help on using tickets.