Posted by baudolino on July 27, 2005 at 6:11am
Jump to:
| Project: | Node Vote |
| Version: | master |
| Component: | Code |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Would it be possible to display average scores and counts in the blocks that display Most voted for articles and Highest rated articles? Something along the lines of:
Highest rated nodes:
-Blah blah (9.43)
- Mostly Blah (8.14)
- Yet another blah (4.23)
Most voted for nodes:
- Mostly blah (1254 votes)
- Blah blah (1 vote)
This should not affect the performance, since the relevant data is already returned via the SQL query. It's just a matter of appending it to the output. Just saying.
Comments
#1
I guess it is a good feature. I recall someone asked for it before.
Do you have a patch for it? If not, then create one and I will apply it.