Opened 15 years ago
Closed 15 years ago
#10629 closed enhancement (wontfix)
Also show comment count in wp-admin/users.php
Reported by: | novasource | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.8 |
Component: | Users | Keywords: | user comment count has-patch needs-testing |
Focuses: | Cc: |
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
@
15 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
@
15 years ago
- Milestone changed from 2.8.5 to 2.9
- Version changed from 2.8.4 to 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
@
15 years ago
- Owner novasource deleted
Removing my assignment because I am not familiar with Wordpress's development culture or processes.
#7
@
15 years ago
- Milestone changed from 2.9 to 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
@
15 years ago
- Cc novasource added
It would be unfortunate if such a simple and useful change had to be farmed out to a plugin.
#9
@
15 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
@
15 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.
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.