Scheduled Maintenance: 10-11-2025 Electricity company maintenance between 09:00 and 15:00.

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

martin
Admin
Admin
Posts: 5106
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Youtube Videos Gallery

Post by martin »

10px will give you better spacing.
Screenshot from 2021-05-02 23-17-15.png
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Image

User avatar

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

Re: Youtube Videos Gallery

Post by clight77 »

Add some hover fade on image also.

Code: Select all

.video_item img{	
	display: inline-block; 
	float: left;
	height: 72px;
	margin-left: 10px;
	padding: 23px 10px 20px 0;
	position: relative; 
	vertical-align: middle;
	width: 96px;
	opacity: 0.8;
}

.video_item img:hover{	
	display: inline-block; 
	opacity: 1;
}

User avatar

martin
Admin
Admin
Posts: 5106
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Youtube Videos Gallery

Post by martin »

I have tweaked the code now so videos are inline with the text and a few other changes.

This
Screenshot from 2021-05-02 23-17-15.png
to this
Screenshot from 2021-05-03 01-14-33.png
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

Xxxbennyxxx
Users
Users
Posts: 74
Joined: 30 Dec 2014, 22:23
    Windows 10 Chrome

Re: Youtube Videos Gallery

Post by Xxxbennyxxx »

Thanks guys! Now there is only the mobile part, which looks messy.

User avatar

Xxxbennyxxx
Users
Users
Posts: 74
Joined: 30 Dec 2014, 22:23
    Windows 10 Chrome

Re: Youtube Videos Gallery

Post by Xxxbennyxxx »

Fixed!

Code: Select all

.column11 {
	float: left;
	clear: left;
	width: 100%;
    margin-top: 8px;
	border: 1px solid #757e86 !important;
}

.column22 {
	float: right;
	clear: right;
	width: 100%;
    margin-top: 8px;
	border: 1px solid #757e86 !important;
}
Naamloos.png
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

martin
Admin
Admin
Posts: 5106
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Youtube Videos Gallery

Post by martin »

Not sure what mobile your using but it looks like this on mobile.

Image

Also the mobile part is within this code.

Code: Select all

@media all and (min-width : 350px) and (max-width : 900px) {
	h3.center {
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 75ch;
    }
}

@media all and (min-width : 350px) and (max-width : 400px) {
    .justify-content-between {
		display: none !important;
    }
}

User avatar

leo angel
Users
Users
Posts: 5
Joined: 24 Jun 2021, 12:05
    Windows 10 Chrome

Re: Youtube Videos Gallery

Post by leo angel »

Russian language pack...
ru.zip
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
Founder
Founder
Posts: 6469
Joined: 13 Jan 2014, 21:45
    Android Chrome

Re: Youtube Videos Gallery

Post by dmzx »

leo angel wrote: 25 Jun 2021, 17:45 Russian language pack...

ru.zip
:thumbup: Thanks!

User avatar

leo angel
Users
Users
Posts: 5
Joined: 24 Jun 2021, 12:05
    Windows 10 Chrome

Re: Youtube Videos Gallery

Post by leo angel »

Hi.
My board is phpbb 3.3.2, MySQL(i) 10.1.26-MariaDB-0+deb9u1, php 7.2.34.
I don't see statistic from Youtube.
Is there a solution to this problem?

Thanks.

User avatar

leo angel
Users
Users
Posts: 5
Joined: 24 Jun 2021, 12:05
    Windows 10 Chrome

Re: Youtube Videos Gallery

Post by leo angel »

I did everything according to the instructions.
Created a Google API key and even linked it to the forum IP-address.
Youtube 2.jpg
The video can be seen, but NO data from Youtube is transmitted in any of the browsers.
Youtube 1.jpg
What am I doing wrong?
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

leo angel
Users
Users
Posts: 5
Joined: 24 Jun 2021, 12:05
    Windows 10 Chrome

Re: Youtube Videos Gallery

Post by leo angel »

Found the reason!
In addition to create Google API key, you need to enable API YouTube!
And this is not written in the instructions for the extension.
This is the reason that Youtube data is not displayed.

User avatar

TheDjRider
Users
Users
Posts: 13
Joined: 13 May 2019, 18:24
    Windows 10 Chrome

Re: Youtube Videos Gallery - Bulgarian translation

Post by TheDjRider »

Here is my translation for the Youtube Videos Gallery. I hope this will help our Bulgarian friends.

Image

Image

Image

Image

Image

Image

bg-youtubegallery.zip
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
:arrow: EternalNetwork TM - news, tutorials and sharing
:arrow: Forum • EternalNetworkTM - discouse, ask and enjoy
:arrow: EternalRadio - best music is here
:arrow: Biograpy site - my Personal website

Image

User avatar

martin
Admin
Admin
Posts: 5106
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Youtube Videos Gallery

Post by martin »

The youtuber has emojes in the tittle of the youtube

User avatar

TrekRed
Users
Users
Posts: 93
Joined: 27 Oct 2019, 23:54
    Windows 10 Chrome

Re: Youtube Videos Gallery

Post by TrekRed »

Add the ability to notify the administrator about new messages in the video. This feature is usually always found in similar extensions.

If possible, add the display of the user's avatar in messages. Thank you!

User avatar

Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01
    Android Chrome

Re: Youtube Videos Gallery

Post by Sniper_E »

Is there a ucp link to the ucp tab page?

Like this:

Code: Select all

href="{U_PROFILE}?i=-dmzx-youtubegallery-ucp-ucp_youtubegallery_module&mode=view"
Or is there a {U_LINK} in this ext for that page?

And does the donate ucp page have a ucp link also?
I need both. Thanks!
Image
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!™

Post Reply Previous topicNext topic