Hello! I using votes addon from couchcms, and it's working great. I have made so people can votes for every video I make.
But now I have a question, I want to make so most voted video, going to number one in (Tables).
My tables I have made is like this:
And I want to make same table like this, but that video with most votes going to be top of my table list.
Hope you understand what I mean thanks..
But now I have a question, I want to make so most voted video, going to number one in (Tables).
My tables I have made is like this:
- Code: Select all
<cms:pages masterpage="movies.php">
<table style="width:100%">
<tr>
<td>
<a href="<cms:show k_page_link />"><cms:show k_page_title /></a>
</td>
<td class="views-right">
<cms:show my_vote />
</td>
</tr>
</table>
</cms:pages>
</section>
And I want to make same table like this, but that video with most votes going to be top of my table list.
Hope you understand what I mean thanks..