Opened 7 years ago
Closed 7 years ago
#8065 closed defect (bug) (fixed)
BP Nouveau Activity Post Form markup should be more in line with BP Legacy's one
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 5.0.0 | Priority: | normal |
| Severity: | normal | Version: | 3.0.0 |
| Component: | Templates | Keywords: | has-patch |
| Cc: |
Description
in BP Legacy action buttons are wrapped into #whats-new-options. In BP Nouveau, it's not the case and it looks like it's causing displaying issues for some developers using the 'bp_activity_post_form_options' hook.
I'm going to work on this to make things more similar from one template pack to another.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
8065.patch is making sure all action buttons (and the custom HTML injected using the
bp_activity_post_form_optionshook) is wrapped into the#whats-new-optionscontainer div just like in Legacy.It also moves the custom HTML injected using the
bp_before_activity_post_formhook inside theformtag, just like it's the case in Legacy.