The permissions are for an group not for a category in the gallery.NikolaCR wrote:Lack of permission for every category. Eg; shift+click groups you want to post videos in a certain category and ones you don't want but they can still see it and comment on it. Thanks for considering.
MarieNatalie wrote: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
That's not possible.MarieNatalie wrote:MarieNatalie wrote: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
Code: Select all
[phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/youtubegallery/controller/youtubegallery.php on line 147: file_get_contents(https://www.googleapis.com/youtube/v3/videos?id=&key=ttownunderground-1018&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)
BTW: yes, I set up a key. And everything is working great. except the error above the headerYou didn't set up your Google Public API key:
Be sure that your server supports allow_url_fopen, if so turn it on.Fast_Eddie wrote:Really cool ext.!!!! Would very much like to use this on my board. When installed on a test board I get this error above the header.Is there a way to fix this?Code: Select all
[phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/youtubegallery/controller/youtubegallery.php on line 147: file_get_contents(https://www.googleapis.com/youtube/v3/videos?id=&key=ttownunderground-1018&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)
Thanks for a very cool ext!
BTW: yes, I set up a key. And everything is working great. except the error above the headerYou didn't set up your Google Public API key:
Be sure that your server supports allow_url_fopen, if so turn it on.
Getting Google API key for using with YouTube <- follow the steps in this video to properly get your key.Fast_Eddie wrote:Hi vinny, So i was messing around with the test board today and broke it by mistake. So after doing a fresh install I decided to give the youtube ext. another try (this time with my style installed) And bad news, still
got the same error above the header. And thats after i checked with host about url_fopen and it's active. So I don't know? BTW: It looks very good in my style (proDVGFX)
Code: Select all
file_get_contents(https://www.googleapis.com/youtube/v3/videos?id=&key=***********************************************=video&part=snippet
PM me your key please.Fast_Eddie wrote:Ok Vinney, followed that video, and did get a different key than i had before, still got the same error above the header, but the key was different. part of the error was differfentI edited out the actual key because I don't know if something like that is safe to postCode: Select all
file_get_contents(https://www.googleapis.com/youtube/v3/videos?id=&key=***********************************************=video&part=snippet
Should i try another install with the correct key?
sent: and ty!PM me your key please.
I get this from your key:Fast_Eddie wrote:sent: and ty!PM me your key please.
Code: Select all
{
"error": {
"errors": [
{
"domain": "usageLimits",
"reason": "keyInvalid",
"message": "Bad Request"
}
],
"code": 400,
"message": "Bad Request"
}
}