audio charts
Jamroom Developers
Charts are generated by adding the chart parameters to the jrCore_list call in the templates, e.g. -
{jrCore_list module="jrAudio" chart_field="audio_file_stream_count" chart_days="7" tpl_dir="jrFlashback" template="music_chart_row.tpl" require_image="audio_image" pagebreak=$_conf.jrFlashback_default_pagebreak page=$_post.p}
So to make it genre specific, just add in a search parameter -
{jrCore_list module="jrAudio" search="audio_genre = Rock" chart_field="audio_file_stream_count" chart_days="7" tpl_dir="jrFlashback" template="music_chart_row.tpl" require_image="audio_image" pagebreak=$_conf.jrFlashback_default_pagebreak page=$_post.p}
hth