#32434 closed enhancement (fixed)
Network Admin: Improve the default columns in the MS Sites List Table
Reported by: | jeremyfelt | Owned by: | jeremyfelt |
---|---|---|---|
Milestone: | 4.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Networks and Sites | Keywords: | has-patch |
Focuses: | multisite | Cc: |
Description
Pulled over from #22383
We can make some improvements to the data displayed in wp-admin/network/sites.php
by default.
Currently shown:
- Subdirectory: Path, Last Updated, Registered, Users
- Subdomain: Domain, Last Updated, Registered Users
In both cases, "Users" is a list of the first 5 users before showing a "more" link to wp-admin/network/site-users.php
for that site. This could be more useful as an overall count of the users linking to the same page.
In the case of a Subdomain configuration, it is possible that domain and path both vary between sites and we should find the right way to show this information. This may be as a full URL or by showing Domain and Path. I don't think it's necessary to show all the information for a Subdirectory configuration, as the Domain would continue to be the same.
Attachments (3)
Change History (20)
#2
follow-up:
↓ 3
@
9 years ago
I wouldn't mind seeing a site's (front end) scheme in this view as well, though I'm not sure if that's a popular concern.
#3
in reply to:
↑ 2
@
9 years ago
Replying to jeremyfelt:
I wouldn't mind seeing a site's (front end) scheme in this view as well, though I'm not sure if that's a popular concern.
Seeing scheme in this view would be great =)
This ticket was mentioned in Slack in #core-multisite by jeremyfelt. View the logs.
9 years ago
This ticket was mentioned in Slack in #core by jeremyfelt. View the logs.
9 years ago
This ticket was mentioned in Slack in #core-multisite by jeremyfelt. View the logs.
9 years ago
#7
@
9 years ago
- Keywords has-patch added; needs-patch removed
- Combines Domain/Path to an URL column.
- Converts the users column to a total count rather than a list of the first 5 users. The count is cached for 12 hours. (I'm using the
blog-details
group, but I think it's not quite necessary.)
This ticket was mentioned in Slack in #core-multisite by jeremyfelt. View the logs.
9 years ago
#9
@
9 years ago
- Owner set to jeremyfelt
- Resolution set to fixed
- Status changed from new to closed
In 32718:
#11
@
9 years ago
Slack discussion around slashes in the UI for [32719].
22383.3.diff is the latest patch from @ocean90 with some adjustments.