#6673 closed defect (bug) (fixed)
Wrap cover image content in a DIV
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Templates | Keywords: | has-patch |
Cc: |
Description
If a plugin is using the 'bp_member_before_header'
hook or the 'bp_before_group_header'
hook to inject some content before the header, the content is not visible in the cover image header.
Problem is we need to wrap a container around the entire cover image block instead of using the existing #item-header
DIV.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Thanks a lot for this catch @r-a-y :)
I've just tested there were no impact on the javascript part when setting/deleting the cover image. And everything is ok. So for me it's good to go.