I would like to have an ajax link that will list songs by genre in a top list.
{jrCore_list module="jrAudio" quota_id="2" chart_field="audio_file_stream_count" chart_days="360" template="song_chart_row2.tpl" search = "audio.genre = `$item.audio_genre`" pagebreak="10" page=$_post.p}
how do I get {$item.audio_genre} from the previous page. I tried search = "audio.genre = `$item.audio_genre`" but it won't work in that way. I'm not sure how with this version of Jamroom
updated by @msimon117: 11/09/18 04:39:59PM