Seamless list:order_by random function

johnchansa
@johnchansa
11 years ago
195 posts
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
paul
@paul
11 years ago
4,326 posts
jrSeamless doesn't support random ordering atm. I'll see how easy that might be, but there might have been a good reason that I didn't do it in the first place!!
jrCore_list should work though. Try order_by="_created RANDOM"


--
Paul Asher - JR Developer and System Import Specialist

Tags