By index page do you mean this site?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?
Pretty sure the ext comes with square as default.
By index page do you mean this site?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?
It is in video.csspanhead wrote: 09 Jan 2024, 08:44 Yes, but after installing on my site they are round and I see no settings to adjust that.
Code: Select all
#videolists {
box-shadow: 0 0 1px #8706FF;
border-radius: 0%;
height: 120px;
width: 120px;
border: 1px solid #7b7272;
}
Sorry I can't help you with that :(panhead wrote: 10 Jan 2024, 12:57 Another question: is it possible to show the number of replies (below the thumbnails)?
where would you need this short description? and you indicate it on image below.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!
Code: Select all
dmzx_navbar_quick_links.html
Code: Select all
youtubegallery\styles\prosilver\template\event
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