Adding TAGS to a template search
Design and Skin Customization
I have tried all of the above code and can ONLY get the search2 tag back...but never the search3tag...
Is there some way to add
to the template to tell it to return all the tags?
Im using the datastore and smarty debug now trying to figure it out-see screenshot
Maybe if I explain what I am trying to do it will shed some light on what I am doing wrong
I have a page called "BASKETBALL" -on this page there is a display of all videos uploaded with the gallery title 'BASKETBALL'
Also on the page are 3 links to separate pages
HIGH SCHOOL BASKETBALL
MIDDLE SCHOOL BASKETBALL
ELEMENTARY BASKETBALL
Each video under the gallery title BASKETBALL has tags
tags for ELEMENTARY BASKETBALL are 5th, 6th,
tags for MIDDLE SCHOOL BASKETBALL are 7th, 8th
tags for HIGH SCHOOL BASKETBALL are 'high school"
So when you go to the ELEMENTARY BASKETBALL page I want the video display to display all videos with the gallery title of basketball AND the tags 5th, 6th
When you go to the MIDDLE SCHOOL BASKETBALL PAGE I want the video display to display all videos with the gallery title BASKETBALL AND the tgas 7th, 8th,
I have tried all of the above code to make that happen but no matter which of the above codes i use...I only get videos from BASKETBALL and ONLY the first search for tag...search2 tag is not showing up...
maybe it can be written like this?
{jrCore_list module="jrGallery" search1="gallery_title = basketball" $item.youtube_tags order_by="_created desc" limit="36" template="widget_list_grid_6.tpl" tpl_dir="jrGallery"}
I feel like it HAS to be a problem with the way I am coding it..
Anyone see any obvious way i am missing this?
Thanks again
updated by @derrickhand300: 11/24/15 04:12:04PM