#5001 closed defect (bug) (fixed)
Display Member Profile action call missing in 1.7-theme-compat mode
Reported by: | mjustice | Owned by: | boonebgorges |
---|---|---|---|
Milestone: | 1.7.2 | Priority: | normal |
Severity: | normal | Version: | 1.7 |
Component: | Members | Keywords: | |
Cc: |
Description
When displaying the member profile's screen, there is an action that gets called in the non-theme-compat code called 'bp_members_screen_display_profile'. This action does not get called if you are using the new theme-compat mode. I don't know if this is intentional or not -- my guess is that it is just an oversight since the other screen contained in the same file -- the members listing/home page -- has the actions called in both the theme-compat and the non-theme-compat code.
Patch attached adds the action in the necessary place.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Yup, this definitely looks like an oversight. Since it may be breaking existing plugins, I'm going to fix this for 1.7.2. Thanks for the patch!