Quote:
Originally Posted by ffaat
Is there any way to display the ratings and allow sorting by ratings in the list view?
-Rob A>
|
The code is there to do it, but it doesn't seem to work (vBulletin 4.1.5 Patch Level 1)
When I disable this mod, the default forum views display the rating and sorting by ratings, but when I point this mod at the forum it does not display this... The code is the same between the two - so there is a problem with the check???
Code:
<vb:if condition="$show['threadratings']"><option value="voteavg" {vb:raw sort.voteavg}>{vb:rawphrase article_rating}</option></vb:if>
Any suggestions why this doesn't work?
-Rob A>