Opened 8 years ago
Closed 7 years ago
#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 (7)
comment:1
markjaquith
— 8 years ago
- Keywords bg|needs-patch added
comment:2
markjaquith
— 8 years ago
comment:5
shorty114
— 8 years ago
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
— 8 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.
Note: See
TracTickets for help on using
tickets.
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.