solved List of videos from all three modules

gary.moncrieff
gary.moncrieff
@garymoncrieff
11 years ago
865 posts
Hey Guys

I am trying to use seamless to get a list of latest 3 videos across the three video modules, which are in the Music category.

Any ideas?
updated by @garymoncrieff: 01/26/15 08:14:45PM
douglas
@douglas
11 years ago
2,806 posts
Just at a guess I think it would be something like:

{jrSeamless_list modules="jrVideo,jrVimeo,jrYouTube" order_by="_created numerical_desc" pagebreak="5" page=$_post.p pager=true}

Hope this helps! :)


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
gary.moncrieff
gary.moncrieff
@garymoncrieff
11 years ago
865 posts
Yes I have gotten that far but it's the filtering the categories I am having issue with.
brian
@brian
11 years ago
10,149 posts
You can use search just like in jrCore_list:

{jrSeamless_list modules="jrVideo,jrVimeo,jrYouTube" search1="*_category = promoted" order_by="_created numerical_desc" pagebreak="5" page=$_post.p pager=true}

So basically I use *_category as my search field - Seamless will see that and for each search it will replace it with the module unique DS key name - i.e.

video_category for jrVideo
vimeo_category for jrVimeo
youtube_category for jrYouTube

Let me know if that helps.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
gary.moncrieff
gary.moncrieff
@garymoncrieff
11 years ago
865 posts
Thanks guys
brian
@brian
11 years ago
10,149 posts
gary.moncrieff:
Thanks guys

No problem!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags