Ticket #1609 (closed enhancement: fixed)
User and author listing needs to page
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1 |
| Component: | Administration | Version: | 1.6 |
| Severity: | normal | Keywords: | bg|needs-patch |
| Cc: |
Description
Because it can get really long really fast.
Change History
comment:2
markjaquith — 6 years ago
I'm guessing that if we're paging, we might as well have search capability as well.
I'm thinking about this scenario: big, big blog with need for comment registration. When someone starts flaming and needs to be banned, you have to find their author in the author list. Searching for their e-mail address or display name would be easiest.
When it's all on one page, you just ctrl-F and use your browser to search, but not if it's paged.
could have it page, with a search above it for keywords and what you're searching in (display name, email, real name, etc.).
heck, it can be ajax if you really needed.
comment:6
davidhouse — 6 years ago
- Severity changed from normal to enhancement
This would be nice to see. We should pull the paging code out of get_posts() and make a generic paging class.
