Adding Tags Using Form Designer
Design and Skin Customization
I have been working last night and this morning following @developer-networks method by using debug to get the variables from the youtube_item_list.tpl then adding them to the template using the code below
{jrSeamless_list modules="jrVideo,jrYouTube" order_by="_created numerical_desc" search1="youtube_grade_0 = Football" search2="youtube_grade_1 = 3rd/4th" pagebreak=15 page=$_post.p pager=false template=$tpl}
This code is now getting the proper YT videos into the template- so now I am trying to get the jrVideo videos into the template so went through the same process and added debug to jrVideo_item_detail.tpl and find what I need as
search1="video_tag_0 = Football" search2="video_tag_1 = 3rd/4th"
Would you use
SEARCH 1
SEARCH 2
SEARCH 3
SEARCH 4
I appreciate your help and all the help from developer-network