3.2 & 3.3 Extensions Database 3.2 / 3.3 ⇒ Youtube Videos Gallery
-
martin
- Admin

- Posts: 5138
- Joined: 12 years ago
Re: Youtube Videos Gallery
10px will give you better spacing.
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

-
clight77
- Donator

- Posts: 508
- Joined: 11 years ago
Re: Youtube Videos Gallery
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;
}-
martin
- Admin

- Posts: 5138
- Joined: 12 years ago
Re: Youtube Videos Gallery
I have tweaked the code now so videos are inline with the text and a few other changes.
This to this
This to this
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
Xxxbennyxxx
- Users

- Posts: 74
- Joined: 11 years ago
Re: Youtube Videos Gallery
Thanks guys! Now there is only the mobile part, which looks messy.
-
Xxxbennyxxx
- Users

- Posts: 74
- Joined: 11 years ago
Re: Youtube Videos Gallery
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;
}You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
martin
- Admin

- Posts: 5138
- Joined: 12 years ago
Re: Youtube Videos Gallery
Not sure what mobile your using but it looks like this on mobile.

Also the mobile part is within this code.

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;
}
}-
leo angel
- Users

- Posts: 5
- Joined: 5 years ago
Re: Youtube Videos Gallery
Russian language pack...
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
leo angel
- Users

- Posts: 5
- Joined: 5 years ago
Re: Youtube Videos Gallery
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.
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.
-
leo angel
- Users

- Posts: 5
- Joined: 5 years ago
Re: Youtube Videos Gallery
I did everything according to the instructions.
Created a Google API key and even linked it to the forum IP-address.
The video can be seen, but NO data from Youtube is transmitted in any of the browsers.
What am I doing wrong?
Created a Google API key and even linked it to the forum IP-address.
The video can be seen, but NO data from Youtube is transmitted in any of the browsers.
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.
-
leo angel
- Users

- Posts: 5
- Joined: 5 years ago
Re: Youtube Videos Gallery
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.
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.
-
TheDjRider
- Users

- Posts: 13
- Joined: 7 years ago
Re: Youtube Videos Gallery - Bulgarian translation
Here is my translation for the Youtube Videos Gallery. I hope this will help our Bulgarian friends.












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

-
martin
- Admin

- Posts: 5138
- Joined: 12 years ago
Re: Youtube Videos Gallery
The youtuber has emojes in the tittle of the youtube
-
TrekRed
- Users

- Posts: 93
- Joined: 6 years ago
Re: Youtube Videos Gallery
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!
If possible, add the display of the user's avatar in messages. Thank you!
-
Sniper_E
- VIP

- Posts: 1164
- Joined: 11 years ago
Re: Youtube Videos Gallery
Is there a ucp link to the ucp tab page?
Like this:
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!
Like this:
Code: Select all
href="{U_PROFILE}?i=-dmzx-youtubegallery-ucp-ucp_youtubegallery_module&mode=view"And does the donate ucp page have a ucp link also?
I need both. Thanks!

