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 | Owned by: | 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:
- see https://buddypress.org/support/topic/display-profile-fields-on-members-page/#post-248227
- see https://buddypress.trac.wordpress.org/browser/trunk/src/bp-templates/bp-legacy/buddypress/members/members-loop.php#L80
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)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Patch has been refreshed. Let's commit it.