[CDB] Youtube Videos Gallery

A place for Extension Authors to post and receive feedback on Extensions still in development. No Extensions within this forum should be used within a live environment!
Anti-Spam Guide
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: Extensions Development rules

IMPORTANT FOR NEEDED EVENTS!!!
If you need an event for your extension please read this for the steps to follow to request the event(s)
ghost1313
Registered User
Posts: 80
Joined: Sat Aug 27, 2016 7:47 pm

Re: [DEV] Youtube Videos Gallery

Post by ghost1313 »

Thanks for hanging in there with me :D got that set up and now it is connected and I no longer get an error when clicking on the videos link on my index page.

I have no videos however under Video titles.I added a video to my forum as a test after updating the key and I don't know where I should be able to see them or manage to them.

I'm almost there, don't give up on me!!

Wait, I see the add video now!

Holy crap this is sweet! It works on responsive for me via my phone as well! It's all up and running, thanks for all the work to create this and thanks for the help getting me set up.
ghost1313
Registered User
Posts: 80
Joined: Sat Aug 27, 2016 7:47 pm

Re: [DEV] Youtube Videos Gallery

Post by ghost1313 »

Any way I can increase the size of the thumbnail video within the video gallery page? With the theme Im using the thumbnail is very small and the text associated to it is very big :)

Theme creator indicates its not their theme doing this, their text is at 100% and doesn't control the thumbnail preview.

for some reason I cant attach anything to my post, so I cant show you the pic I saved...
User avatar
Galixte de EzCom
Registered User
Posts: 1106
Joined: Mon Oct 04, 2004 11:14 pm
Location: France
Name: Raphaël M.

Re: [DEV] Youtube Videos Gallery

Post by Galixte de EzCom »

Hi,

steps:
  1. open: ./ext/dmzx/youtubegallery/styles/prosilver/theme/video.css
  2. find this part of code:

    Code: Select all

    .video_item img {
    	display: inline-block; 
    	float: left;
    	height: 72px;
    	padding: 10px 10px 20px 0;
    	position: relative; 
    	vertical-align: middle;
    	width: 96px;
    }
  3. change the sizes in pixels of the lines height: & width: at your convenience. ;)
Communau EzCom
📖 « Traductions d’extensions & styles pour phpBB 3.2.x & 3.3.x ».
📋 Lists of all extensions identified for phpBB 3.1.x & 3.2.x.
📋 Lists of all styles identified for phpBB 3.1.x & 3.2.x.
Image Tu as un forum et tu veux aussi un site web ? Regarde par ici.
ghost1313
Registered User
Posts: 80
Joined: Sat Aug 27, 2016 7:47 pm

Re: [DEV] Youtube Videos Gallery

Post by ghost1313 »

Galixte de EzCom wrote:Hi,

steps:
  1. open: ./ext/dmzx/youtubegallery/styles/prosilver/theme/video.css
  2. find this part of code:

    Code: Select all

    .video_item img {
    	display: inline-block; 
    	float: left;
    	height: 72px;
    	padding: 10px 10px 20px 0;
    	position: relative; 
    	vertical-align: middle;
    	width: 96px;
    }
  3. change the sizes in pixels of the lines height: & width: at your convenience. ;)


You Sir are a rock star, much appreciated!!!!
User avatar
dmzx
Registered User
Posts: 861
Joined: Fri Sep 05, 2014 6:48 am
Location: The Netherlands

Re: [3.1][3.2][DEV] Youtube Videos Gallery

Post by dmzx »

First post updated
Contact me on dmzx-web.net
petereeles
Registered User
Posts: 157
Joined: Wed Jan 18, 2006 9:43 pm

Re: [3.1][3.2][DEV] Youtube Videos Gallery

Post by petereeles »

Apologies if this has already been asked. My board has the 3.0 mod installed (viewtopic.php?f=70&t=2170372) and I have database tables in place as a result.

I'm going to migrate to 3.1 and install this extension. Is there a migration path? Will the tables still be valid, or has their structure changed?

Thanks,

- Pete
nachtelb
Registered User
Posts: 158
Joined: Sun Feb 19, 2006 2:00 pm
Location: Germany
Name: Bernhard

Re: [3.1][3.2][DEV] Youtube Videos Gallery

Post by nachtelb »

It would be great, if you use a awesome-font icon in your extension for better compatibilty with 3.2 styles.
https://www.phpbb.com/customise/db/styl ... 66#p531166
User avatar
dmzx
Registered User
Posts: 861
Joined: Fri Sep 05, 2014 6:48 am
Location: The Netherlands

Re: [3.1][3.2][DEV] Youtube Videos Gallery

Post by dmzx »

nachtelb wrote: Sun Jan 22, 2017 10:38 am It would be great, if you use a awesome-font icon in your extension for better compatibilty with 3.2 styles.
https://www.phpbb.com/customise/db/styl ... 66#p531166
This version is compatible with 3.2.
Contact me on dmzx-web.net
nachtelb
Registered User
Posts: 158
Joined: Sun Feb 19, 2006 2:00 pm
Location: Germany
Name: Bernhard

Re: [3.1][3.2][DEV] Youtube Videos Gallery

Post by nachtelb »

This version does not use a font-awesome-icon in the navbar. It would be a great benefit for other styles if you do so. At present you are only compatible to prosilver and other "white" styles. For compatibility to dark styles your extension has to provide a dark icon to be compatible.

Its much more easier for you if you replace your icon with a font-awesome-icon and the color of the icon could be controlled by the style.
User avatar
dmzx
Registered User
Posts: 861
Joined: Fri Sep 05, 2014 6:48 am
Location: The Netherlands

Re: [3.1][3.2][DEV] Youtube Videos Gallery

Post by dmzx »

nachtelb wrote: Sun Jan 22, 2017 3:48 pm This version does not use a font-awesome-icon in the navbar. It would be a great benefit for other styles if you do so. At present you are only compatible to prosilver and other "white" styles. For compatibility to dark styles your extension has to provide a dark icon to be compatible.

Its much more easier for you if you replace your icon with a font-awesome-icon and the color of the icon could be controlled by the style.
Are you using 3.2.0 of phpBB?
Contact me on dmzx-web.net
kim902
I've Been Banned!
Posts: 59
Joined: Wed Nov 09, 2016 5:49 pm

Re: [3.1][3.2][DEV] Youtube Videos Gallery

Post by kim902 »

Mine uses fontawsome.

Code: Select all

<!-- IF not S_IS_BOT and S_USER_LOGGED_IN and VIDEO_ENABLE -->
<li <!-- IF not PHPBB_IS_32 -->class="small-icon icon-videos no-bulletin"<!-- ENDIF --> data-last-responsive="true">
	<a href="{U_VIDEO}" title="{L_VIDEO_EXPLAIN}" role="menuitem">
		<!-- IF PHPBB_IS_32 --><i class="icon fa fa-youtube-play" aria-hidden="true"></i><!-- ENDIF -->
		<span>{L_VIDEO}</span>
	</a>
</li>
<!-- ENDIF -->
Hardest thing in life is accepting some one else has done it better.
nachtelb
Registered User
Posts: 158
Joined: Sun Feb 19, 2006 2:00 pm
Location: Germany
Name: Bernhard

Re: [3.1][3.2][DEV] Youtube Videos Gallery

Post by nachtelb »

Big sorry for the confusion! Everything is fine with this. I did not verify the screenshot from noth and had not installed the extension for myself, sorry again.
https://www.phpbb.com/customise/db/styl ... 66#p531166
petereeles
Registered User
Posts: 157
Joined: Wed Jan 18, 2006 9:43 pm

Re: [3.1][3.2][DEV] Youtube Videos Gallery

Post by petereeles »

I've just add the extension (I had the original mod in place) and everything is working fine!

I do have one request - which is the ability to reorder the video categories (or allow them to be listed alphabetically automatically).

Good work chaps!

Cheers,

- Pete
MarieNatalie
Registered User
Posts: 46
Joined: Tue May 05, 2015 1:19 pm
Location: Athens Greece
Name: Maria

Re: [3.1][3.2][DEV] Youtube Videos Gallery

Post by MarieNatalie »

3.2

Image

Thanks
petereeles
Registered User
Posts: 157
Joined: Wed Jan 18, 2006 9:43 pm

Re: [3.1][3.2][DEV] Youtube Videos Gallery

Post by petereeles »

You need to remove all of your old "mods" before any extensions will install. Looks like you still have the old mod installed. You need to remove all trace of it in the ACP->System->Module Management.

Cheers,

- Pete

Return to “Extensions in Development”