I have a playlist and I want to display it as a list of songs without a player on the home page. Is it possible?
I tried to use this:
{jrCore_list module="jrPlaylist" order_by="_created desc" search1="playlist_title = best" profile_id="1" template="index_radio.tpl"}
but it displays the player.
I see a list of the songs can be displayed on the page of the playlist in a profile page.
In item_detail.tpl it displays this
{foreach $item.playlist_items as $playlist_item}
{include file=$item.playlist_templates[$playlist_item.playlist_module] playlist_id=$item._item_id}
{/foreach}
but this code does not work in index_radio.tpl etc.
updated by @dim: 03/23/15 01:00:36AM