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 »

panhead wrote: 08 Jan 2024, 15:09 The videos on the index page are round, in the examples in the first post they are square. How can I make them square?
By index page do you mean this site?
Pretty sure the ext comes with square as default.

User avatar

panhead
Users
Users
Posts: 8
Joined: 26 Jun 2019, 13:19
    Windows 10 Chrome

Re: Youtube Videos Gallery

Post by panhead »

Yes, but after installing on my site they are round and I see no settings to adjust that.

User avatar

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

Re: Youtube Videos Gallery

Post by clight77 »

panhead wrote: 09 Jan 2024, 08:44 Yes, but after installing on my site they are round and I see no settings to adjust that.
It is in video.css
Here is the video.css I use,try it, keep a backup of yours tho so you can put it back if you need to.

Think this is the part you need to change.

Code: Select all

#videolists {
	box-shadow: 0 0 1px #8706FF;
    border-radius: 0%;
	height: 120px;
	width: 120px;
	border: 1px solid #7b7272;
}
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

panhead
Users
Users
Posts: 8
Joined: 26 Jun 2019, 13:19
    Windows 10 Chrome

Re: Youtube Videos Gallery

Post by panhead »

Thank you, that's what I was looking for.

User avatar

panhead
Users
Users
Posts: 8
Joined: 26 Jun 2019, 13:19
    Windows 10 Chrome

Re: Youtube Videos Gallery

Post by panhead »

Another question: is it possible to show the number of replies (below the thumbnails)?

User avatar

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

Re: Youtube Videos Gallery

Post by clight77 »

panhead wrote: 10 Jan 2024, 12:57 Another question: is it possible to show the number of replies (below the thumbnails)?
Sorry I can't help you with that :(

User avatar

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

Re: Youtube Videos Gallery

Post by martin »

This ext now requires an update.

https://www.youtube.com/watch?v=0y8nOkiVd1s <<< emoji's in the title.

error given Incorrect string value: '\xF0\x9F\x8E\xA7' for column
Image

User avatar

nou nou
Donator
Donator
Posts: 30
Joined: 19 Oct 2017, 05:10
    Windows 10 Firefox

Re: Youtube Videos Gallery

Post by nou nou »

Love this extension!

Would it be possible to add a short description to a video when it is posted please? So that on the video page it's easier to see/know what a video is about?

Thanks!

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6464
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Youtube Videos Gallery

Post by dmzx »

nou nou wrote: 17 Feb 2025, 23:01 Love this extension!

Would it be possible to add a short description to a video when it is posted please? So that on the video page it's easier to see/know what a video is about?

Thanks!
where would you need this short description? and you indicate it on image below.

Image

User avatar

nou nou
Donator
Donator
Posts: 30
Joined: 19 Oct 2017, 05:10
    Windows 10 Firefox

Re: Youtube Videos Gallery

Post by nou nou »

I see two options:
Screenshot 2025-02-19 204936.png
1 - another field, under Category maybe?

2 - there is all this space on the right, could allow for a larger description (and in responsive view could go underneath)

I would personally also make the video thumbnail a bit larger but I can CSS that no worries :)

Thank you!
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

cubguy501
Users
Users
Posts: 5
Joined: 14 Mar 2020, 13:47
    Windows 10 Chrome

Re: Youtube Videos Gallery

Post by cubguy501 »

How can i remove the link to the Video Gallery in the Navbar?
I have a separate button menu link to access all of my features.
Alot of extensions allow me to toggle off that feature. but i cant find it in this extentsion.

User avatar

nou nou
Donator
Donator
Posts: 30
Joined: 19 Oct 2017, 05:10
    Windows 10 Firefox

Re: Youtube Videos Gallery

Post by nou nou »

Look for

Code: Select all

dmzx_navbar_quick_links.html
in

Code: Select all

youtubegallery\styles\prosilver\template\event
open the file in a text editor, empty it, save it as a 0kb file and replace the one on your forum server (rename the old one .bak or something to be sure)

User avatar

faroud
Users
Users
Posts: 141
Joined: 11 Jul 2015, 11:08
    Windows 10 Firefox

Re: Youtube Videos Gallery

Post by faroud »

It works without making changes to it
And does it work with the latest update of PHPBB?

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6464
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Youtube Videos Gallery

Post by dmzx »

First post updated.

User avatar

SpIdErPiGgY
Users
Users
Posts: 117
Joined: 04 Feb 2021, 23:54
    Windows 10 Firefox

Re: Youtube Videos Gallery

Post by SpIdErPiGgY »

ACP / Video titles
Clicking on the "Sync" function:

Code: Select all

[phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/youtubegallery/controller/admin_controller.php on line 330: Trying to access array offset on null
[phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/youtubegallery/controller/admin_controller.php on line 331: Trying to access array offset on null

Code: Select all

SQL ERROR [ mysqli ]

Column 'video_duration' cannot be null [1048]

SQL

UPDATE phpbb_video SET video_description = '<t></t>', video_duration = NULL WHERE video_id = 8

BACKTRACE
Image

Post Reply Previous topicNext topic