[CDB] Youtube Videos Gallery

A place for Extension Authors to post and receive feedback on Extensions still in development. No Extensions within this forum should be used within a live environment!
Suggested Hosts
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: Extensions Development rules

IMPORTANT FOR NEEDED EVENTS!!!
If you need an event for your extension please read this for the steps to follow to request the event(s)
Thunder_one
Registered User
Posts: 119
Joined: Sat May 09, 2015 11:00 pm

Re: [DEV] Youtube Videos Gallery

Post by Thunder_one »

Hi

Thank you for this extension.

how do I make an update?
jonasj
Registered User
Posts: 133
Joined: Tue Jan 06, 2009 8:06 pm
Location: Stockholm, Sweden

Re: [DEV] Youtube Videos Gallery

Post by jonasj »

Yes, Thank you for this extension :!:

I wondering if the menu icon can be shown also for guest users :?:

If the Icon also can be moved to the left before FAQ...

Another desire for future release is the possibility to write comments ;)

I will add swedish translation later...
Holger
Registered User
Posts: 1901
Joined: Tue Mar 12, 2002 3:54 pm
Location: Hannover

Re: [DEV] Youtube Videos Gallery

Post by Holger »

Swedish translation send via PR ;)
User avatar
dmzx
Registered User
Posts: 865
Joined: Fri Sep 05, 2014 6:48 am
Location: The Netherlands

Re: [DEV] Youtube Videos Gallery

Post by dmzx »

Holger wrote:Swedish translation send via PR ;)
added ;)
Contact me on dmzx-web.net
User avatar
dmzx
Registered User
Posts: 865
Joined: Fri Sep 05, 2014 6:48 am
Location: The Netherlands

Re: [DEV] Youtube Videos Gallery

Post by dmzx »

First post updated.

Translators see lang files ;)
Contact me on dmzx-web.net
jonasj
Registered User
Posts: 133
Joined: Tue Jan 06, 2009 8:06 pm
Location: Stockholm, Sweden

Re: [DEV] Youtube Videos Gallery

Post by jonasj »

update 0.1.3, gets error

Code: Select all

[phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/youtubegallery/controller/youtubegallery.php on line 149: file_get_contents(https://www.googleapis.com/youtube/v3/videos?id=&key=still-sight-xxxxxx&type=video&part=snippet): failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request 
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5235: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3899)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5235: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3899)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5235: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3899)
User avatar
_Vinny_
Style Customisations
Style Customisations
Posts: 10516
Joined: Tue Aug 11, 2009 12:45 am
Location: Brazil
Name: Marcus Vinicius

Re: [DEV] Youtube Videos Gallery

Post by _Vinny_ »

jonasj wrote:update 0.1.3, gets error

Code: Select all

[phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/youtubegallery/controller/youtubegallery.php on line 149: file_get_contents(https://www.googleapis.com/youtube/v3/videos?id=&key=still-sight-xxxxxx&type=video&part=snippet): failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request 
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5235: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3899)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5235: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3899)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5235: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3899)
You didn't set up your Google Public API key:
In order to use Video Gallery, you must create a Google Public API key. Please, visit Google Developers Console to generate the key. If you have trouble to generate your key, read the guide Google Developers Console Help: API keys. Until you set up your key, the gallery will be unavailable.
jonasj
Registered User
Posts: 133
Joined: Tue Jan 06, 2009 8:06 pm
Location: Stockholm, Sweden

Re: [DEV] Youtube Videos Gallery

Post by jonasj »

Thanks, then I uninstall this Extensions
User avatar
girello
Registered User
Posts: 169
Joined: Tue Mar 30, 2010 8:53 am
Location: italia

Re: [DEV] Youtube Videos Gallery

Post by girello »

User avatar
dmzx
Registered User
Posts: 865
Joined: Fri Sep 05, 2014 6:48 am
Location: The Netherlands

Re: [DEV] Youtube Videos Gallery

Post by dmzx »

girello wrote:i have one error:

http://www.photogirello.it/forummn/video?mode=view&id=1
why?
Don't see it, maybe a good explanation helps you...
Contact me on dmzx-web.net
User avatar
girello
Registered User
Posts: 169
Joined: Tue Mar 30, 2010 8:53 am
Location: italia

Re: [DEV] Youtube Videos Gallery

Post by girello »

error occurs only when you are connected to the forum

Code: Select all

[phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/youtubegallery/controller/youtubegallery.php on line 149: file_get_contents(https://www.googleapis.com/youtube/v3/videos?id=&key=AIzaSyCniAq1Sysdm3tyW5G0zoO3F EDIT ***uZbMEWI&type=video&part=snippet): failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden 
User avatar
_Vinny_
Style Customisations
Style Customisations
Posts: 10516
Joined: Tue Aug 11, 2009 12:45 am
Location: Brazil
Name: Marcus Vinicius

Re: [DEV] Youtube Videos Gallery

Post by _Vinny_ »

girello wrote:error occurs only when you are connected to the forum

Code: Select all

[phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/youtubegallery/controller/youtubegallery.php on line 149: file_get_contents(https://www.googleapis.com/youtube/v3/videos?id=&key=AIzaSyCniAq1Sysdm3tyW5G0zoO3F EDIT ***uZbMEWI&type=video&part=snippet): failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden 
Be sure that your server supports allow_url_fopen, if so turn it on.
User avatar
girello
Registered User
Posts: 169
Joined: Tue Mar 30, 2010 8:53 am
Location: italia

Re: [DEV] Youtube Videos Gallery

Post by girello »

_Vinny_ wrote:
girello wrote:error occurs only when you are connected to the forum

Code: Select all

[phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/youtubegallery/controller/youtubegallery.php on line 149: file_get_contents(https://www.googleapis.com/youtube/v3/videos?id=&key=AIzaSyCniAq1Sysdm3tyW5G0zoO3F EDIT ***uZbMEWI&type=video&part=snippet): failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden 
Be sure that your server supports allow_url_fopen, if so turn it on.
sorry vinny how do it pls? tnx
MarieNatalie
Registered User
Posts: 46
Joined: Tue May 05, 2015 1:19 pm
Location: Athens Greece
Name: Maria

Re: [DEV] Youtube Videos Gallery

Post by MarieNatalie »

Hello, Thank you very much for this nice ext
Would you please tell if and how can upload to gallery a you tube play list?

Thanks in advance
Lazy2000
Registered User
Posts: 13
Joined: Sun Apr 26, 2015 11:33 am

Re: [DEV] Youtube Videos Gallery

Post by Lazy2000 »

hi dmzx and thank you once more for your extension.
i would like to ask, is it possible to add at your next update, an "up" "down" button at the ACP>categories so we can sort the categories?
thank you for your time.
keep up the good work :)
if you want breakfast in bed, sleep in the kitchen.

Return to “Extensions in Development”