3.2 & 3.3 Extensions Database 3.2 / 3.3 ⇒ Youtube Videos Gallery
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraynou nou
- Donator

- Status: Offline
- User theme: Dark
- Posts: 30
- Joined: Oct 19th, '17, 03:10
Re: Youtube Videos Gallery
Oh one more, a user brought this up - it would be nice if we could assign different colours to different categories (border colour would be nice since you seem to be using borders anyway :))
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraynou nou
- Donator

- Status: Offline
- User theme: Dark
- Posts: 30
- Joined: Oct 19th, '17, 03:10
Re: Youtube Videos Gallery
Back yet monsieur? 😇
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArraySniper_E
- VIP

- Status: Offline
- User theme: Dark
- Posts: 1161
- Joined: Oct 14th, '14, 17:01
Re: Youtube Videos Gallery
There is no border on the listed videos. It uses box-shadow. (My border-radius is unique, ignore that part.)nou nou wrote: Mar 17th, '25, 18:04 Oh one more, a user brought this up - it would be nice if we could assign different colours to different categories (border colour would be nice since you seem to be using borders anyway :))
Code: Select all
#videolists {
box-shadow: 0 0 8px #ffca4f;
border-radius: 15% 0 15% 0;
}Code: Select all
<a href="{{ video.U_VIEW_VIDEO }}" title="{{ video.VIDEO_TITLE }}"><img id="videolists" src="{{ video.VIDEO_THUMBNAIL }}" alt="{{ video.VIDEO_TITLE }}" /></a>Then you can add the category names in the template to that class like this.
Code: Select all
<a href="{{ video.U_VIEW_VIDEO }}" title="{{ video.VIDEO_TITLE }}"><img class="videolists {{ video.VIDEO_CAT_TITLE }}" src="{{ video.VIDEO_THUMBNAIL }}" alt="{{ video.VIDEO_TITLE }}" /></a>Then you can add all of your different category classes in that css file like this. (I'm just showing one added here.)
Code: Select all
.videolists {
box-shadow: 0 0 8px #ffca4f;
border-radius: 15% 0 15% 0;
}
.videolists.Tutorial {
box-shadow: 0 0 8px #aa0000;
}Code: Select all
.videolists.Music {
box-shadow: 0 0 8px #00aa00;
}-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraynou nou
- Donator

- Status: Offline
- User theme: Dark
- Posts: 30
- Joined: Oct 19th, '17, 03:10
Re: Youtube Videos Gallery
Ooooh thank you! 
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arrayflumsi
- New user

- Status: Offline
- User theme: Dark
- Posts: 2
- Joined: Mar 4th, '25, 12:58
Re: Youtube Videos Gallery
Hello everyone
I didn't find anything while searching but maybe I missed it, then I apologize
YouTube Gallery 1.1.1 & phpbb3 3.3.1.4
The YouTube Gallery is available on the index page, with the latest videos.
Could categories be selected to be displayed in the index? Perhaps Category 1, then Category 4 one week to boost the rankings, and then display all the latest videos again a week later?
No automation, but you can change them manually.
We'd like to give our guild-internal videos a little push.
Thank you for Your support
I didn't find anything while searching but maybe I missed it, then I apologize
YouTube Gallery 1.1.1 & phpbb3 3.3.1.4
The YouTube Gallery is available on the index page, with the latest videos.
Could categories be selected to be displayed in the index? Perhaps Category 1, then Category 4 one week to boost the rankings, and then display all the latest videos again a week later?
No automation, but you can change them manually.
We'd like to give our guild-internal videos a little push.
Thank you for Your support
Last edited by flumsi on Jun 1st, '25, 07:22, edited 1 time in total.
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arrayd3ath2435
- Users

- Status: Offline
- User theme: Dark
- Posts: 15
- Joined: Apr 18th, '20, 22:51
Re: Youtube Videos Gallery
d3ath2435 wrote: Mar 16th, '25, 14:47 Thanks for the EXT, but I've some issues with it
is not showing the stats from youtube
Also I cannot edit Titles, descriptions etc?
Also when I push the button Resync
![]()
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraymartin
- Admin

- Status: Offline
- User theme: Dark
- Posts: 5133
- Joined: Apr 6th, '14, 14:12
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arrayd3ath2435
- Users

- Status: Offline
- User theme: Dark
- Posts: 15
- Joined: Apr 18th, '20, 22:51
Re: Youtube Videos Gallery
I saw that, but why can't edit any of those? How to edit the title?
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayPauly Walnuts
- Donator

- Status: Offline
- User theme: Dark
- Posts: 2
- Joined: Dec 4th, '25, 19:38
Re: Youtube Videos Gallery
Hello, and thanks for writing you super add-ons!
But I'm struggling with this one. I've extracted the .zip changing the folder name, created the dmzx folder in /ext and, well followed all the directions. I think.
I see no ".json" file, and the extension does not show up in the customize tab. What am I missing THIS time? Please keep answers REAL simple, cuz, I'm REAL old!
TIA!
But I'm struggling with this one. I've extracted the .zip changing the folder name, created the dmzx folder in /ext and, well followed all the directions. I think.
I see no ".json" file, and the extension does not show up in the customize tab. What am I missing THIS time? Please keep answers REAL simple, cuz, I'm REAL old!
TIA!
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraymartin
- Admin

- Status: Offline
- User theme: Dark
- Posts: 5133
- Joined: Apr 6th, '14, 14:12
Re: Youtube Videos Gallery
Install this
Ext uploader from acp
Now you only need to upload zip files no need to make folders and check paths.
Now you only need to upload zip files no need to make folders and check paths.
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayPauly Walnuts
- Donator

- Status: Offline
- User theme: Dark
- Posts: 2
- Joined: Dec 4th, '25, 19:38
Re: Youtube Videos Gallery
Hey, I got this puppy running. Problem was, I think, that I was running the 2015 version.
Anyway, how do I create categories for video sets?
Thanks!
Anyway, how do I create categories for video sets?
Thanks!
Subscribers




