Question Regarding Seamless Module Function
Using Jamroom
@gary, your talking about profiles, while
@derrickhand300 is asking about top level templates. They are related but also separate issues. For the profiles, to combine 2 things, you'd need to add a third module that just adds a tab so you have a template there. Perhaps Aparna, then edit the index.tpl in that module.
---
so for this particular issue of seamless in the templates.
{jrSeamless_list modules="jrYouTube,jrVideo" order_by="_created numerical_desc" require_image="video_image" pagebreak=28 page=$_post.p pager=true template=$tpl}reads
"Get me the 28 newest videos from the Youtube and Video modules. Make sure they have an image. Show the prev/next buttons. and make the layout how i describe it in this template $tpl"
So probably what you are getting is 28 videos back but they are not laid out in a way that you like. The part you need to adjust is whatever is in that $tpl variable.
Probably thats been created inside a {capture} section just above where you put the {jrSeamless_list ....