jrSeamless: modules parameter not set

johnchansa
@johnchansa
11 years ago
195 posts
I have been trying to create a seamless list of audio and soundcloud songs.I'm always getting an error.How can I make this work?

Default top songs code:
{jrCore_list module="jrAudio" chart_field="audio_file_stream_count" chart_days="7" template="index_list_songs.tpl" require_image="audio_image" pagebreak="5" page=$_post.p}
{else}

My Seamless code:
{jrSeamless_list module="jrAudio,jrSoundCloud" template="index_list_songs.tpl" require_image="audio_image" pagebreak="5" page=$_post.p}
{else}
updated by @johnchansa: 12/27/13 12:18:24PM
paul
@paul
11 years ago
4,326 posts
Try modules="jrAudio,jrSoundCloud" instead of module="jrAudio,jrSoundCloud"
hth
Pa


--
Paul Asher - JR Developer and System Import Specialist
johnchansa
@johnchansa
11 years ago
195 posts
After making the correction,the error has gone.But I'm now getting no images on the top songs section.It's blank.
What other changes should I make to the code...

This is the full code I used

{if isset($_conf.jrNova_require_images) && $_conf.jrNova_require_images == 'on'}
{jrSeamless_list modules="jrAudio,jrSoundCloud" template="index_list_songs.tpl" pagebreak="5" page=$_post.p}
{else}
{jrSeamless_list modules="jrAudio,jrSoundCloud" template="index_list_songs.tpl" pagebreak="5" page=$_post.p}
{/if}
updated by @johnchansa: 11/25/13 08:55:40AM

Tags