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

Grenader
Users
Users
Posts: 14
Joined: 05 May 2016, 20:19
    Windows 7 Chrome

Re: Youtube Videos Gallery

Post by Grenader »

Not to find any video standard search, whether there will be such opportunity?
From rus lang: Стандартный поиск не ищет видео, будет ли такая возможность в будущем?

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Firefox

Re: Youtube Videos Gallery

Post by dmzx »

Grenader wrote: 06 May 2016, 15:52 Not to find any video standard search, whether there will be such opportunity?
From rus lang: Стандартный поиск не ищет видео, будет ли такая возможность в будущем?
No search option is included now, maybe future release.

User avatar

Grenader
Users
Users
Posts: 14
Joined: 05 May 2016, 20:19
    Windows 7 Chrome

Re: Youtube Videos Gallery

Post by Grenader »

I can see video only on the main page. When i go to any link on forum - video gallery dont displayed. You dont have this problem. How to correct this?

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Firefox

Re: Youtube Videos Gallery

Post by dmzx »

Grenader wrote: 12 May 2016, 23:10 I can see video only on the main page. When i go to any link on forum - video gallery dont displayed. You dont have this problem. How to correct this?
What style do you use?

User avatar

Grenader
Users
Users
Posts: 14
Joined: 05 May 2016, 20:19
    Windows 7 Chrome

Re: Youtube Videos Gallery

Post by Grenader »

dmzx wrote: 14 May 2016, 10:11
What style do you use?
Prosilver_se (special edition)

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Firefox

Re: Youtube Videos Gallery

Post by dmzx »

Grenader wrote: 14 May 2016, 10:21
dmzx wrote: 14 May 2016, 10:11
What style do you use?
Prosilver_se (special edition)
PM me link and test account

User avatar

bungle000
Users
Users
Posts: 39
Joined: 19 Jan 2016, 22:34
    Windows 10 Firefox

Re: Youtube Videos Gallery

Post by bungle000 »

Hi guys, sorry to be a pain in the backside again but where do i start with editing to get the colours to match my theme as at the moment it looks awful. The addon works flawlessly though, i absolutely love it.
new vid gallery.jpg
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: 5105
Joined: 06 Apr 2014, 16:12
    Windows 10 Chrome

Re: Youtube Videos Gallery

Post by martin »

Ext/dmzx/youtubegallery/styles/prosilver/theme/video.css

try this css

Code: Select all

h3.center {
	text-align: center;
}

a {
    display: inline;
}
.video_item .content{
	font-size: 1.1em;
}

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

.buttons div.video-icon	{ 
	width: 96px; 
	height: 25px; 
}

.rtl .icon-videos {
	background-position: 100% 50%;
	padding: 1px 17px 0 0;
}

.icon-videos {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
	padding: 1px 0 0 1px;
}

.icon-videos { 
	background-image: url("./images/icon_videos.gif");
}

ul.video {
    width:100%;
    text-align:center;
    background-color: #202020;
    list-style-type: none;
    padding-bottom: 6px;
	-webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

ul.video:hover {
    width:100%;
    text-align:center;
    background: linear-gradient(#181818, #2d2d2d, #2d2d2d, #141414);
}


ul.video li {
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    padding-bottom: 2px;
    width: 180px;
}

ul.video li.videolist {
    text-align:center;
    background: linear-gradient(#181818, #2d2d2d, #2d2d2d, #141414);
    margin: 5px 1px 0;
    padding-top: 5px;
    padding-bottom: 2px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

ul.video li.videolist:hover {
    background: linear-gradient(#2d2d2d, #181818, #181818, #2d2d2d);    
}

Image

User avatar

bungle000
Users
Users
Posts: 39
Joined: 19 Jan 2016, 22:34
    Windows 10 Firefox

Re: Youtube Videos Gallery

Post by bungle000 »

I did look in there and the only 2 sections with colours are ul.video. i stupidly assumed that this was for the upload page.


Thankyou Martin i will give that one a try. I am now certain for where i am looking
Last edited by bungle000 on 21 May 2016, 00:09, edited 1 time in total.

User avatar

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

Re: Youtube Videos Gallery

Post by martin »

Edited my post with some css to try.

User avatar

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

Re: Youtube Videos Gallery

Post by martin »

It should look something like this with a hover effect too (my look a little strange as its a custom theme but you get the idea of it)
1.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

bungle000
Users
Users
Posts: 39
Joined: 19 Jan 2016, 22:34
    Windows 10 Firefox

Re: Youtube Videos Gallery

Post by bungle000 »

Fantastic Martin I can not thank you enough :)
new vid gallery fixed colours.jpg
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: 5105
Joined: 06 Apr 2014, 16:12
    Windows 10 Chrome

Re: Youtube Videos Gallery

Post by martin »

Pm me a test account and site link if you want it tweaked at all.

User avatar

bungle000
Users
Users
Posts: 39
Joined: 19 Jan 2016, 22:34
    Windows 10 Firefox

Re: Youtube Videos Gallery

Post by bungle000 »

Its absolutely perfect as it is,

My site is heavily modified, i have removed all registration etc as users of our fb group are the only ones allowed to register. i have used oneall social login for reg and login and each person that reg via fb icon is checked against the group ( this sound a bit OTT but there is a good reason ).

That being said if you ever did want to visit just let me know who is you.

User avatar

Grenader
Users
Users
Posts: 14
Joined: 05 May 2016, 20:19
    Windows 7 Chrome

Re: Youtube Videos Gallery

Post by Grenader »

Nobody has solved my problem, has solved itself, DMZX didn't even come and didn't look. Thanks to me.

Post Reply Previous topicNext topic