Opened 6 years ago
Closed 6 years ago
#7850 closed defect (bug) (fixed)
bp_before_member_messages_loop hook not working in BP Nouveau
Reported by: | pareshradadiya | Owned by: | imath |
---|---|---|---|
Milestone: | 3.1.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Messages | Keywords: | has-patch commit |
Cc: |
Description
I'm using bp_before_member_messages_loop
to show content above messages list on Inbox page.
The bp_before_member_messages_loop
callback function does not fired when BP Nouveau template pack is actve.
I looked into BuddyPress codebase but I couldn't find alternative hook that I could use to output content above messages on Inbox page.
Attachments (3)
Change History (11)
#4
@
6 years ago
- Keywords has-patch added
To test 7850.patch you will need to apply 7847.patch I'm using one of the functions i added in 7847.patch.
7850.patch is creating a specific view for hooks content and add it to the UI if plugins added a PHP action on bp_before/after_member_messages_loop.
It doesn't change anything to what plugin developers did before.
I confirm. Thanks for your feedback. I’ll look at it but do not hesitate to suggest a patch :)