humanmade / comment-popularity

Allow visitors to vote on comments
MIT License
25 stars 15 forks source link

Make sorting optional or user controlled #75

Closed pdewouters closed 10 years ago

pdewouters commented 10 years ago

I don't want to add tons off options to the backend. so I'm thinking it would be nice to allow visitors to sort by comment weight or by date. Just need to implement an ajax callback.

Or just add a filter on the comment output, pass a sorting argument to the comment function.

solhuebner commented 10 years ago

This would be awesome. An option for the admin to choose the site default like do not sort and then the user can sort on the comments page like he/she likes it ;-)