Question Regarding Seamless Module Function
Using Jamroom
You are linking to jrSeamless, those links need to point to each relevant module, and probably to the item detail rather than the index list.
updated by @ultrajam: 03/15/15 06:03:13AM
{if $item.seamless_module == "jrVideo"}
display it like you want a video to be
{else}
display it like you want a youtube to be
{/if}
COMBINED INTO SOMETHING LIKE THIS WHICH DIDNT WORK AT ALL
<a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.youtube_title_url}"> <img src="{$item.youtube_artwork_url type="video_image" item_id=$item._item_id size="medium" crop="auto" class="iloutline img_scale" alt=$item.video_title width=false height=false}" alt="{$item.youtube_title|jrCore_entity_string}" class="iloutline img_scale"></a>