Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#15163 closed enhancement (fixed)

Enable Dashboard Widgets in Network Admin

Reported by: petemall's profile PeteMall Owned by:
Milestone: 3.1 Priority: normal
Severity: normal Version: 3.1
Component: Multisite Keywords:
Focuses: Cc:

Description

Network admin dashboard should have widgets similar to the site admin dashboard. Plugins should be able to add new Network Dashboard Widgets.

Attachments (4)

15163.diff (6.3 KB) - added by PeteMall 14 years ago.
screen-options-toggle.gif (205 bytes) - added by TECannon 14 years ago.
15163.2.diff (2.0 KB) - added by PeteMall 14 years ago.
Use a sprite for toggle images.
15163.3.diff (797 bytes) - added by PeteMall 14 years ago.
Remove unused images.

Download all attachments as: .zip

Change History (15)

#1 @nacin
14 years ago

  • Milestone changed from Awaiting Review to 3.1

@PeteMall
14 years ago

#2 @nacin
14 years ago

(In [15878]) Dashboard widgets in the network admin. props PeteMall. see #15163.

#3 @nacin
14 years ago

Looks good so far.

  • The wp_network_dashboard_widgets filter should toggle with wp_dashboard_widgets, the same way the _setup action does.
  • We can't do /wp-admin/ there because that won't work for subdirectory installs. I don't know what our options are here, except that we can convince the UI team to turn those screen options into a sprite (which would be good cause I don't think we autoload those), so we can just agnostically move the background position.

So I'm going to commit this, minus common.dev.js and with the slight change to the filter.

#4 @nacin
14 years ago

(Meant to post that last comment prior to commit.)

With regards to the search forms we've now just lost, those are helpful especially in the context of #15170. My thought -- Let's see if we can come up with a basic network-specific Right Now box, that uses get_user_count, get_blog_count, and those search forms again?

#5 @PeteMall
14 years ago

A network specific widget with those search forms is next on my plate. We need to do something about those images as they are also missing from the user dashboard at wp-admin/user.

#6 @jane
14 years ago

  • Keywords needs-patch added

Freeze hits November 1, so if any more widgets are going to be added, there are only a few more days for new stuff to get in.

@PeteMall
14 years ago

Use a sprite for toggle images.

#7 @ryan
14 years ago

(In [16081]) Use a sprite for screen options toggle. Props TECannon PeteMall. see #15163

#8 @PeteMall
14 years ago

  • Keywords needs-patch removed
  • Resolution set to fixed
  • Status changed from new to closed

@PeteMall
14 years ago

Remove unused images.

#9 @ryan
14 years ago

(In [16087]) Add toggle sprite. see #15163

#10 @ryan
14 years ago

(In [16088]) Remove old screen options images. see #15163

#11 @ryan
14 years ago

(In [16163]) Check for install_plugins cap too since it can be removed for supes. see #15163

Note: See TracTickets for help on using tickets.