Opened 17 years ago
Closed 17 years ago
#10629 closed enhancement (wontfix)
Also show comment count in wp-admin/users.php
| Reported by: | novasource | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Users | Version: | 2.8 |
| Severity: | normal | Keywords: | user comment count has-patch needs-testing |
| Cc: | Focuses: |
Description
WordPress should also show each user's comment count in wp-admin/users.php.
An example use case is a client's blog with almost 200 users, the vast majority of which are old spammer accounts established before I added a Turing test to registration. I have no way to know which ones have no approved comments. If I could know that, I could probably reduce this list to 20 or so users.
WordPress forum posts that reference this need:
http://wordpress.org/support/topic/267642
http://wordpress.org/support/topic/207456
http://wordpress.org/support/topic/241938
http://wordpress.org/support/topic/298920 (this one says the feature was available in 2.5?)
http://wordpress.org/support/topic/269956
Requesting 2.8.5 because this should be an easy change.
Attachments (4)
Change History (16)
#2
@
17 years ago
Other notes:
- Comments in the header appears to wrap in the middle of the word. Not sure what to do; probably needs CSS changes?
- Unlike the posts count link, comments count has no links to the comments of that user. I didn't see such a page. It would be a handy additional page.
#3
@
17 years ago
- Milestone 2.8.5 → 2.9
- Version 2.8.4 → 2.8
Diff always, Full files are pretty much useless when reviewing changes, Many people will mearly glance at the diff rather than trying it out.
Milestone: All enhancements to current trunk
#6
@
17 years ago
- Owner removed
Removing my assignment because I am not familiar with Wordpress's development culture or processes.
#7
@
17 years ago
- Milestone 2.9 → Future Release
Punting as no owner and no community testing in the three months that patch has been up. Thinking might be better as a plugin?
#8
@
17 years ago
- Cc added
It would be unfortunate if such a simple and useful change had to be farmed out to a plugin.
#9
@
17 years ago
I'd tend to agree that this is plugin material. You can always clean up your patches (looks like they're not generated properly; they could also be combined) and see if it gains traction for 3.0.
#10
@
17 years ago
This feels like plugin material.
If the plugin is popular then it is possible that the code will get rolled into the core.
If we are missing hooks / filters which make it difficult to write a plugin to do this then pleas let us know and we will add them.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I attached a beta of the new features. Summary of changes:
I couldn't clearly find if you prefer patch files or full files from external parties, so the full PHP is attached.