3.2 & 3.3 Extensions Database 3.2 / 3.3 ⇒ Youtube Videos Gallery
-
Grenader
- Users

- Posts: 14
- Joined: 05 May 2016, 20:19
Re: Youtube Videos Gallery
Not to find any video standard search, whether there will be such opportunity?
From rus lang: Стандартный поиск не ищет видео, будет ли такая возможность в будущем?
From rus lang: Стандартный поиск не ищет видео, будет ли такая возможность в будущем?
-
dmzx
- Founder

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

- Posts: 14
- Joined: 05 May 2016, 20:19
Re: Youtube Videos Gallery
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?
-
dmzx
- Founder

- Posts: 6586
- Joined: 13 Jan 2014, 21:45
Re: Youtube Videos Gallery
What style do you use?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?
-
Grenader
- Users

- Posts: 14
- Joined: 05 May 2016, 20:19
Re: Youtube Videos Gallery
Prosilver_se (special edition)
-
bungle000
- Users

- Posts: 39
- Joined: 19 Jan 2016, 22:34
Re: Youtube Videos Gallery
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.
You do not have the required permissions to view the files attached to this post.
-
martin
- Admin

- Posts: 5138
- Joined: 06 Apr 2014, 16:12
Re: Youtube Videos Gallery
Ext/dmzx/youtubegallery/styles/prosilver/theme/video.css
try this 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);
}

-
bungle000
- Users

- Posts: 39
- Joined: 19 Jan 2016, 22:34
Re: Youtube Videos Gallery
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
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.
-
martin
- Admin

- Posts: 5138
- Joined: 06 Apr 2014, 16:12
Re: Youtube Videos Gallery
Edited my post with some css to try.
-
martin
- Admin

- Posts: 5138
- Joined: 06 Apr 2014, 16:12
Re: Youtube Videos Gallery
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)
You do not have the required permissions to view the files attached to this post.
-
bungle000
- Users

- Posts: 39
- Joined: 19 Jan 2016, 22:34
Re: Youtube Videos Gallery
Fantastic Martin I can not thank you enough :)
You do not have the required permissions to view the files attached to this post.
-
martin
- Admin

- Posts: 5138
- Joined: 06 Apr 2014, 16:12
Re: Youtube Videos Gallery
Pm me a test account and site link if you want it tweaked at all.
-
bungle000
- Users

- Posts: 39
- Joined: 19 Jan 2016, 22:34
Re: Youtube Videos Gallery
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.
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.
-
Grenader
- Users

- Posts: 14
- Joined: 05 May 2016, 20:19
Re: Youtube Videos Gallery
Nobody has solved my problem, has solved itself, DMZX didn't even come and didn't look. Thanks to me.