Opened 14 years ago
Closed 14 years ago
#1614 closed enhancement (wontfix)
Request: Post count under photo (standard feature)
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.0 |
Component: | Component - Users | Keywords: | |
Cc: |
Description
99.999999% of other forum software has at least a user's post count under their photo on topic pages (i.e. "Posts: 254"). It shouldn't have to be a plugin, or a custom function placed into your theme, or whatever - should just be there :)
Change History (6)
#1
@
14 years ago
- Component changed from Administration to Front-end
- Milestone changed from Awaiting Review to 2.1
#3
@
14 years ago
- Version 2.0 deleted
Probably does make sense to include this in core at some point, but agree that it's too late for 2.0.
I'd suggest storing this in user_meta to avoid querying the entire posts table for each user's posts, with associated recount tools to realign them. Will probably want functions and template tags for topics, replies, and total of both.
Some people might want to have ranks, or points instead of posts. Plugin territory?