#15163 closed enhancement (fixed)
Enable Dashboard Widgets in Network Admin
Reported by: |
|
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)
Change History (15)
#3
@
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
@
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
@
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
@
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.
(In [15878]) Dashboard widgets in the network admin. props PeteMall. see #15163.