#5001 closed defect (bug) (fixed)
Display Member Profile action call missing in 1.7-theme-compat mode
| Reported by: | mjustice | Owned by: | boonebgorges |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.7.2 |
| Component: | Members | Version: | 1.7 |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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!