3.2 & 3.3 Extensions Database 3.2 / 3.3Youtube Videos Gallery

<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
User avatar

clight77
Donator
Donator
Posts: 502
Joined: 24 Sep 2015, 16:23
    Windows 10 Chrome

Re: Youtube Videos Gallery

Post by clight77 »

martin wrote: 21 May 2016, 00:14 it should look something like this with a hover effect too (my look a little strange as its a custom theme but you get the idea of it)
1.png
1.png
If you notice, I dropped the Date from mine, took up to much real estate. lol
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Firefox

Re: Youtube Videos Gallery

Post by dmzx »

Grenader wrote: 21 May 2016, 16:16 Nobody has solved my problem, has solved itself, DMZX didn't even come and didn't look. Thanks to me.
All things are time related if I cannot help you direct maybe someone else will do, have patience.
If you solved it maybe you can share what you did for others :whistl:

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Windows 10 Chrome

Re: Youtube Videos Gallery

Post by martin »

You cant tell who looked at your site and to solve it by your self is the best thing you could do it just means your getting better.
Image

User avatar

Grenader
Users
Users
Posts: 14
Joined: 05 May 2016, 20:19
    Windows 7 Chrome

Re: Youtube Videos Gallery

Post by Grenader »

dmzx wrote: 23 May 2016, 21:42 If you solved it maybe you can share what you did for others :whistl:
Of course. In overall_header_navigation_append.html deleted <!-- IF .video --> and <!-- ENDIF -->

Other thing: that guests could watch video has made editing, I have made the rights, creator have stated in the file not that it is necessary. That guests can see video:
Open overall_header_navigation_append.html:
find

Code: Select all

<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
Replace with

Code: Select all

<!-- IF .video -->

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Firefox

Re: Youtube Videos Gallery

Post by dmzx »

:thumbup: Thanks for the feedback

User avatar

CodeRFoX
Users
Users
Posts: 1
Joined: 10 Apr 2016, 15:52
    Windows 7 Firefox

Re: Youtube Videos Gallery

Post by CodeRFoX »

Grenader, добавление такого условия будет отображать ссылку лишь на странице видео, нужно допиливать права, чтоб правильно отображалось, лучшим вариантом если не допиливать является просто удаление этих условий.
Условия:

Code: Select all

<!-- IF .video -->  и <!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
являются некорректными.

P/S Сори, писать могу только по русски :eyes2:

Если автор переведёт, то хотелось бы иметь возможность редактирования заголовков видео, а всё остальное мелочи)
Image

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Windows 10 Chrome

Re: Youtube Videos Gallery

Post by martin »

CodeRFoX wrote: 29 May 2016, 02:16 Grenader, добавление такого условия будет отображать ссылку лишь на странице видео, нужно допиливать права, чтоб правильно отображалось, лучшим вариантом если не допиливать является просто удаление этих условий.
Условия:

Code: Select all

<!-- IF .video -->  и <!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
являются некорректными.

P/S Сори, писать могу только по русски :eyes2:

Если автор переведёт, то хотелось бы иметь возможность редактирования заголовков видео, а всё остальное мелочи)
Grenader , the addition of such a condition will only display a link to the video page, you need dopilivat right to display properly, the best option if you do not dopilivat is simply the removal of these conditions.
Terms and conditions:

Code: Select all

<!-- IF .video -->  и <!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
are incorrect. the P / the S Sory, I can only write in Russian If the author translated, it would be desirable to have the ability to edit video titles, and everything else the little things)

User avatar

Grenader
Users
Users
Posts: 14
Joined: 05 May 2016, 20:19
    Windows 7 Chrome

Re: Youtube Videos Gallery

Post by Grenader »

Coderfox, Everything perfectly works for me. I adjusted the rights long ago. No troubles.

User avatar

Solidjeuh
Donator
Donator
Posts: 348
Joined: 13 Dec 2014, 02:40
    Windows 10 Firefox

Re: Youtube Videos Gallery

Post by Solidjeuh »

I tried a few Google+ API keys. Browser key, server key..
And keep receiving this error:

Code: Select all

[phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/youtubegallery/controller/youtubegallery.php on line 154: file_get_contents(https://www.googleapis.com/youtube/v3/videos?id=&key=*********&type=video&part=snippet): failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden 
Don't understand it anymore :rolling:
Forum voor NL Extensie vertalingen ---> https://www.supportforum.be
----------------------------------------------------------------------------

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Firefox

Re: Youtube Videos Gallery

Post by dmzx »

Solidjeuh wrote: 08 Jun 2016, 20:36 I tried a few Google+ API keys. Browser key, server key..
And keep receiving this error:

Code: Select all

[phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/youtubegallery/controller/youtubegallery.php on line 154: file_get_contents(https://www.googleapis.com/youtube/v3/videos?id=&key=*********&type=video&part=snippet): failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden 
Don't understand it anymore :rolling:
You need a YouTube Data API v3 can you try that one.

User avatar

Solidjeuh
Donator
Donator
Posts: 348
Joined: 13 Dec 2014, 02:40
    Windows 10 Firefox

Re: Youtube Videos Gallery

Post by Solidjeuh »

dmzx wrote: 09 Jun 2016, 18:32
Solidjeuh wrote: 08 Jun 2016, 20:36 I tried a few Google+ API keys. Browser key, server key..
And keep receiving this error:

Code: Select all

[phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/youtubegallery/controller/youtubegallery.php on line 154: file_get_contents(https://www.googleapis.com/youtube/v3/videos?id=&key=*********&type=video&part=snippet): failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden 
Don't understand it anymore :rolling:
You need a YouTube Data API v3 can you try that one.
I enabled YouTube Data API v3 and tried server and browser API key
Still not working, same error..

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Firefox

Re: Youtube Videos Gallery

Post by dmzx »

Can you PM the YouTube Data API v3 key to check?

User avatar

Darkside2016
Users
Users
Posts: 17
Joined: 24 Mar 2016, 20:48
    Windows 10 Firefox

Re: Youtube Videos Gallery

Post by Darkside2016 »

Look at this post :
Youtube Videos Gallery

i have had the same problem and i solved it by myself
Solidjeuh wrote: 09 Jun 2016, 19:36
dmzx wrote: 09 Jun 2016, 18:32
Solidjeuh wrote: 08 Jun 2016, 20:36 I tried a few Google+ API keys. Browser key, server key..
And keep receiving this error:

Code: Select all

[phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/youtubegallery/controller/youtubegallery.php on line 154: file_get_contents(https://www.googleapis.com/youtube/v3/videos?id=&key=*********&type=video&part=snippet): failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden 
Don't understand it anymore :rolling:
You need a YouTube Data API v3 can you try that one.
I enabled YouTube Data API v3 and tried server and browser API key
Still not working, same error..

User avatar

Solidjeuh
Donator
Donator
Posts: 348
Joined: 13 Dec 2014, 02:40
    Windows 10 Firefox

Re: Youtube Videos Gallery

Post by Solidjeuh »

Darkside2016 wrote: 09 Jun 2016, 21:47 look at this post :
Youtube Videos Gallery

i have had the same problem and i solved it by myself
Solidjeuh wrote: 09 Jun 2016, 19:36
dmzx wrote: 09 Jun 2016, 18:32
Solidjeuh wrote: 08 Jun 2016, 20:36 I tried a few Google+ API keys. Browser key, server key..
And keep receiving this error:

Code: Select all

[phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/youtubegallery/controller/youtubegallery.php on line 154: file_get_contents(https://www.googleapis.com/youtube/v3/videos?id=&key=*********&type=video&part=snippet): failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden 
Don't understand it anymore :rolling:
You need a YouTube Data API v3 can you try that one.
I enabled YouTube Data API v3 and tried server and browser API key
Still not working, same error..
Browser key was not working.
I use server key now, and it works :rolling:

User avatar

Fast_Eddie
Users
Users
Posts: 279
Joined: 15 Aug 2015, 20:25
    Windows 7 Firefox

Re: Youtube Videos Gallery

Post by Fast_Eddie »

Would there be a way to upgrade my version 1.0.0 to the new one without losing the videos already posted.

1. disable ext.
2. delete files in /ext/dmzx/youtubegallery
3. upload new version
4. enable ext.

Would that work?
:beers: Retirement 2024!

Post Reply Previous topicNext topic