solved Random display

nduguseliphaz
nduguseliphaz
@ecodeahpro
8 years ago
206 posts
Hi Team,

How do i display top songs, top artist & top youtube randomly ??
1.jpg
1.jpg  •  129KB


updated by @ecodeahpro: 08/18/16 03:22:18AM
paul
@paul
8 years ago
4,326 posts
In the {jrCore_list . . . } template smarty call that shows the lists, use -

order_by="audio_title random"
order_by="profile_name random"
order_by="youtube_title random"

hth


--
Paul Asher - JR Developer and System Import Specialist
nduguseliphaz
nduguseliphaz
@ecodeahpro
8 years ago
206 posts
helps Thanks

Tags