Opened 13 years ago
Closed 13 years ago
#3137 closed enhancement (fixed)
Combine admin notices into a single Uber Notice
Reported by: | boonebgorges | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | Version: | 1.5 | |
Component: | Core | Keywords: | |
Cc: |
Description
Stash them in $bp->admin->notices or something like that, and then loop through when it's time to display them. This is to avoid having a ton of boxes.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
3137.patch is a first go at this. I also refactored the current admin notices (about permalink structure and BP-compatible themes) to use the new API function. I think it's slick. Feedback requested before committing.