Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 13 years ago

#3137 closed enhancement (fixed)

Combine admin notices into a single Uber Notice

Reported by: boonebgorges's profile 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)

3137.patch (5.3 KB) - added by boonebgorges 13 years ago.

Download all attachments as: .zip

Change History (3)

#1 @boonebgorges
13 years ago

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.

@boonebgorges
13 years ago

#2 @boonebgorges
13 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [4175]) Adds functions for queueing and displaying multiple admin notices at a time. Fixes #3137

Note: See TracTickets for help on using tickets.