completed adding to home page (via Elastic) "newest playlist"

alt=
@glgalbraith
9 years ago
22 posts
I am trying to add newest playlist to home page. Is this the correct code?

{* Newest playlists *}
{if jrCore_module_is_active('jrPlaylist')}



{jrCore_lang skin=$_conf.jrCore_active_skin id="11" default="newest"} {jrCore_lang skin=$_conf.jrCore_active_skin id="13" default="Playlists"}
{jrCore_module_url module="jrPlaylist" assign="playlist_murl"}
{jrCore_lang skin=$_conf.jrCore_active_skin id="22" default="all"}



{jrCore_list module="jrPlaylist" order_by="_created desc" template="index_list_playlist.tpl" limit="5" require_image="playlist_image"}


Many Thanks!
updated by @glgalbraith: 03/10/15 03:46:55PM
douglas
@douglas
9 years ago
2,790 posts
That should work as long as you have the language strings in your skins/jrElastic/lang/en-US.php file and you have created the index_list_playlist.tpl file in your skins/jrElastic directory.


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
alt=
@glgalbraith
9 years ago
22 posts
Thank You :)
douglas
@douglas
9 years ago
2,790 posts
Your Welcome! :)


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos

Tags