Probably not by me (though it's not impossible) but I could make it so it opens in new window - without the overallheader, etc.ffreitas1987 wrote:its possible change player to jwplayer?
Probably not by me (though it's not impossible) but I could make it so it opens in new window - without the overallheader, etc.ffreitas1987 wrote:its possible change player to jwplayer?
Code: Select all
'VIEW_YOUTUBE' => 'Viewing youtube page',
Code: Select all
case 'youtube':
$location = $user->lang['VIEW_YOUTUBE'];
$location_url = append_sid("{$phpbb_root_path}youtube.$phpEx");
break;
I was just checking the file and realized that I already had the viewonline language edit in the mod. I just didn't get around to adding the viewonline.php portion (not in the public version of the mod anyway).keith10456 wrote:@ Solidjeuh - I have the file... Thanks! I'll try to have this packaged-up and available to the public by the end of the weekend. Of course I'll be sure to give you credit
Click the Playlist tab (near the bottom of the screen on your YouTube page (on your site)). Next, enter the Playlist ID of the playlist you want to view.Ozo wrote:Thanks for the update.
Silly question: how or where do I use the playlist ID? can't seem to figure it out!
Code: Select all
https://www.youtube.com/watch?v=fOyO6l75GU8&list=PLvFsG9gYFxY_tkY6avqT_8rMV3_CxuECh
Yes, sort, of.Demonify wrote:Is it possible to restrict use to one channel only and display videos only from that channel?
Code: Select all
'YOUTUBE_VIDEOS_MOD_PLAYLIST_DEFAULT' => 'FLupvZG-5ko_eiXAupbDfxWw',
Code: Select all
'YOUTUBE_VIDEOS_MOD_USER_DEFAULT' => 'CNN',
Code: Select all
'YOUTUBE_VIDEOS_MOD_RANDOM_0' => 'Funny',