(06-20-2012 03:38 AM)Scarlet Wrote: I want to make this voting system in messages.
Do you mean that you want vote per post, not per thread?
Maybe you can use the thanks/like system for that (I think you can find the plugin in the MyBB Mods)?
(06-20-2012 03:38 AM)Scarlet Wrote: I would like to sort by the number of taste responses.
What do you mean by the 'taste response'? Do you mean thread replies?
Actually, the 'Most Comments' sort in this example application is sorting threads by thread replies:
xtsug_forumdisplay_threadlist template (line #18 by default):
I've removed the others sortby (thread subject, author, views and lastpost).
If you want to add it there, you can find the code in your default forumdisplay_threadlist template:
I'm sorry if I misunderstand what you mean.