I'm trying to figure out a way to sort my comments. I'm using the comments rating plugin which adds karma to the comment.
I want viewers to be able to sort the comments from newest to oldest and from highest rated karma to lowest.
I've figured out how to sort them, but I DO NOT know how to create a link or interface that gives viewers the option to select different sort methods.
I tried this method: http://www.jacklmoore.com/notes/jquery-tabs/
- It works in displaying the comments, but the comment form seems to only process on the default tab — this means when I click reply on a comment that is on the 2nd tab, the comment form collapses on the first tab. Is there maybe a way to reload the content so it thinks its a fresh process when clicking between the tabs?
Any other suggestions? I've been researching for hours on end per day and this is stumping me :(
Thanks guys!