Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Vote Reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #2
RE: Vote Reply
(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):

HTML Code
18
<strong><a href="{$sorturl}&amp;sortby=replies&amp;order=desc">Most Comments</a></strong>

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:

HTML Code
1
2
3
4
5
6
7
<tr>
	<td class="tcat" colspan="3" width="66%"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=subject&amp;order=asc">{$lang->thread}</a> {$orderarrow['subject']} / <a href="{$sorturl}&amp;sortby=starter&amp;order=asc">{$lang->author}</a> {$orderarrow['starter']}</strong></span></td>
	<td class="tcat" align="center" width="7%"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=replies&amp;order=desc">{$lang->replies}</a> {$orderarrow['replies']}</strong></span></td>
	<td class="tcat" align="center" width="7%"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=views&amp;order=desc">{$lang->views}</a> {$orderarrow['views']}</strong></span></td>
	{$ratingcol}
	<td class="tcat" align="right" width="20%"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=lastpost&amp;order=desc">{$lang->lastpost}</a> {$orderarrow['lastpost']}</strong></span></td>
</tr>

I'm sorry if I misunderstand what you mean.


06-20-2012 04:58 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
Vote Reply - Scarlet - 06-20-2012, 03:38 AM
RE: Vote Reply - RateU - 06-20-2012 04:58 AM
RE: Vote Reply - Scarlet - 06-20-2012, 05:30 AM
RE: Vote Reply - ZiNgA BuRgA - 06-21-2012, 09:29 AM
RE: Vote Reply - Scarlet - 06-22-2012, 06:21 AM
RE: Vote Reply - ZiNgA BuRgA - 06-22-2012, 08:08 AM

 Standard Tools
Forum Jump: