#6673 closed defect (bug) (fixed)
Wrap cover image content in a DIV
| Reported by: | r-a-y | Owned by: | r-a-y |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.4 |
| Component: | Templates | Version: | |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.