solved Related Youtube videos

alt=
@andrusito
10 years ago
302 posts
Is there any trick to show more thumbnails videos when someone is watching a youtube video in an artist profile? for example when I visit this page

http://devocionmusical.com/admin/youtube/10/dios-sopla-vida-a-tu-ser-videos-devocionales-cristianos-n-4

I'd like to see a "more videos" section in the left sidebar.. like Youtube site does.

Is that possible? :))
updated by @andrusito: 05/30/14 09:03:17AM
paul
@paul
10 years ago
4,326 posts
Yes, its possible. Just edit the appropriate template (profile_header.tpl I think) to include a {jrCore_list module="jrYouTube" . . . } call.
You'll also need a 'row' template for it and to add in specific parameters into the jrCore_list call so as to show the items you want showing.
hth
Pa


--
Paul Asher - JR Developer and System Import Specialist
alt=
MINDSILVER
@mindsilver
10 years ago
8 posts
The Users would love a "YOUTUBE" playlist, I will gladly pay for someone to add this modification!
brian
@brian
10 years ago
10,148 posts
MINDSILVER:
The Users would love a "YOUTUBE" playlist, I will gladly pay for someone to add this modification!

The only problem with a YouTube playlist, is that it is against YouTube's TOS to not play the video on youtube itself - i.e. you cannot "wrap" a youtube video in your own player, so it kind of defeats the purpose of a playlist...


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
alt=
@andrusito
10 years ago
302 posts
Good, I've done it. Now, how can I show this new section only when somene is on youtube section. If someone visit the "audio" section then, this should be hidden.

Is that possible?

Thanks @paul-
paul
@paul
10 years ago
4,326 posts
{if $_post.option == "youtube"}
// Show YT stuff
{/if}


--
Paul Asher - JR Developer and System Import Specialist
alt=
@andrusito
10 years ago
302 posts
That worked!!

Thanks so much!

Tags