Opened 3 years ago
Closed 3 years ago
#1198 closed enhancement (fixed)
Show commenter approved count in moderation screens
| Reported by: | tellyworth | Owned by: | matt |
|---|---|---|---|
| Priority: | normal | Component: | akismet |
| Severity: | normal | Keywords: | akismet-2.5 |
| Cc: |
Description
It would be useful to display the number of previously approved comments for each comment author somewhere on the comment screen.
That number could also be sent in the comment-check API call.
There are currently no indexes on the user_id or comment_author_email columns, so this might be too slow to work on large blogs, but let's try a patch now and see how it works. If it's too slow we can hold it back.
Related core ticket:
Change History (5)
comment:1 Changed 3 years ago by tellyworth
comment:2 Changed 3 years ago by tellyworth
- Keywords akismet-2.5 added
comment:3 Changed 3 years ago by tellyworth
Partial solution in [294390]. It's enabled only when the comment_moderation or comment_whitelist option is set.
Some styling fixes are still required - the gap below is unintentional.
comment:4 Changed 3 years ago by tellyworth
Option and filter added in [297212]
comment:5 Changed 3 years ago by tellyworth
- Resolution set to fixed
- Status changed from new to closed

Oops, wrong URL above. This is the related core ticket:
http://core.trac.wordpress.org/ticket/14711