Profile Layouts
Design and Skin Customization
Still dont understand why this code doesnt work, is there a bug with assign and the media_player function?
{jrCore_media_player module="jrAudio" field="audio_file" search1="_profile_id = `$_profile_id`" search2="audio_featured = on" limit="21" type="jrAudio_blue_monday"}
{jrCore_media_player module="jrAudio" field="audio_file" search1="_profile_id = `$_profile_id`" search2="audio_featured = on" template="null" assign="show_featured"}
{if $show_featured}
{jrCore_media_player module="jrAudio" field="audio_file" search1="_profile_id = `$_profile_id`" search2="audio_featured = on" limit="21" type="jrAudio_blue_monday"}
{else}
<div class="block">
{jrCore_include template="profile_index_image.tpl"}
</div>
{/if}