solved audio track ratings?

Zachary Moonshine
Zachary Moonshine
@zachary-moonshine
10 years ago
831 posts
how do i add a list of top tracks by ratings to a page?
updated by @zachary-moonshine: 08/06/15 08:41:12AM
paul
@paul
10 years ago
4,335 posts
Basically you do a jrCore_list ordered by a rating parameter -

{jrCore_list module="jrAudio" order_by="audio_rating_1_average_count NUMERICAL_DESC" . . . }

or, to order by number of ratings cast -

{jrCore_list module="jrAudio" order_by="audio_rating_1_count NUMERICAL_DESC" . . . }

hth


--
Paul Asher - JR Developer and System Import Specialist
Zachary Moonshine
Zachary Moonshine
@zachary-moonshine
10 years ago
831 posts
sweet it works man thanks