Hello,
Im developing a custom skin based on jrElastic.
Im using this to list the top songs and it doesn't work:
{jrCore_list module="jrAudio" chart_field="audio_file_stream_count" chart_days="365" order_by="audio_file_stream_count desc" quota_id="4" template="side_charts_row_infinite.tpl" pagebreak="50" page=$_post.p assign="TOP_TEN_CHARTS"}
So I have only 16 test songs for this theme and the result shows how many times each song has been played, this is what I get:
Song 1 - 9 plays,
Song 2 - 7,
Song 3 - 6,
Song 4 - 5,
Song 5 - 5,
Song 6 - 5,
Song 7 - 3,
Song 8 - 2,
Song 9 - 2,
Song 10 - 11, (Here is where I can visualize the problem, the songs below this point have more 'plays' than the ones on the top)
Song 11 -11,
Song 12 - 11,
Song 13 - 11,
Song 14 - 10,
Song 15 - 10,
Song 16 - 10
It happens also when I change the days for the chart_days.
Could you help me figure this one out? Thank you
updated by @maxcinsay: 02/03/14 04:58:50PM