I managed to set up the seamless lists(audio/soundcloud) my site for top songs,songs and featured songs.
I'm having difficulties with the order_by function for random lists.I have tried"_item_id random","_created random","_profile_id random" and the lists just remain the same.How can I overcome this?
Below is the code I used for the featured song list.
{jrSeamless_list modules="jrSoundCloud,jrAudio" order_by="_created random" limit="4" search1="_item_id in `$_conf.jrNova_featured_song_ids`" template="index_songs_row.tpl"}
I'm also having the same issue with featured videos list even though they are not seamless.
{jrCore_list module="jrYouTube" order_by="_item_id random" template="index_videos_row.tpl" limit="4"}
http://www.zmusic.biz
updated by @johnchansa: 01/19/14 12:18:34PM