PDA

View Full Version : Miscellaneous Hacks - [vb4] Youtube Player - NEW skin v.3


LOGECT
12-05-2010, 10:00 PM
Info:

Get the new YouTube player skin for your vbulletin.

Live Demo (http://www.logect.com/f83/designing-uncharted-2-sketchup-16753/#post16783)

The new skin is already implemented in v 4.1.4


Before :

https://vborg.vbsupport.ru/attachment.php?attachmentid=124253&stc=1&d=1291639443


After :

https://vborg.vbsupport.ru/attachment.php?attachmentid=124254&stc=1&d=1291639443


Installation:

1- Open your bbcode_video template

Search for :

<vb:elseif condition="$provider == 'youtube'" />
<object class="restrain" type="application/x-shockwave-flash" width="640" height="385" data="http://www.youtube.com/v/{vb:raw code}">
<param name="movie" value="http://www.youtube.com/v/{vb:raw code}" />
<param name="wmode" value="transparent" />
<!--[if IE 6]>
<embed width="640" height="385" type="application/x-shockwave-flash" src="http://www.youtube.com/v/{vb:raw code}" />
<![endif]--></object>2- replace all with the following code :

<vb:elseif condition="$provider == 'youtube'" />
<object class="restrain" type="application/x-shockwave-flash" width="640" height="385" data="http://www.youtube.com/v/{vb:raw code}?version=3">
<param name="movie" value="http://www.youtube.com/v/{vb:raw code}" />
<param name="wmode" value="transparent" />
<param name="allowFullScreen" value="true">
<param name="allowScriptAccess" value="always">
<!--[if IE 6]>
<embed width="640" height="385" type="application/x-shockwave-flash" src="http://www.youtube.com/v/{vb:raw code}?version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="390" />
<![endif]--></object>Done.

History:
v3.0.1 : 06-December-2010 : Fixed for Full screen access.

voglermc
12-06-2010, 01:32 PM
Thanks!

DaRK mAN306
12-06-2010, 04:14 PM
TAGGED .!
I'll check it out ..

Thank you very much ..

3bia.com
12-06-2010, 05:42 PM
Thanks

Was the application here

http://www.3bia.com/vb/3bia27394/

sisterhood
12-06-2010, 07:14 PM
Extra Nice :-))

amoora3330
12-06-2010, 07:40 PM
haw this code could be valid and working on the vbulletin versions no 3.8.X

waiting ur reply thanks alot

Juggernaut
12-07-2010, 04:24 AM
Thank you :D

LOGECT
12-07-2010, 06:25 AM
haw this code could be valid and working on the vbulletin versions no 3.8.X

waiting ur reply thanks alot


Have you tried this one yet?

https://vborg.vbsupport.ru/showthread.php?t=251569

LOGECT
12-07-2010, 06:31 AM
Thanks!

Thanks

Extra Nice :-))

Thank you

Thank you! Glad you like it! :)

Dr.osamA
12-09-2010, 11:12 AM
thank you

installed

SuperTaz
12-10-2010, 05:47 AM
Nice. Thank you.

RedHacker
12-10-2010, 06:54 AM
Thanks but lost the right option. Can be input again with new release....?

LOGECT
12-10-2010, 05:50 PM
Thanks but lost the right option
Please give me some more information about your lost option ?!
-You can revert the bbcode_video template and then try again.


thank you

installed

Nice. Thank you.

You're Welcome, Guys!

RedHacker
12-10-2010, 09:03 PM
Lost the arrow who give the informations....

RK KINGKONG
01-13-2011, 10:27 PM
how can i make the video show in a bigger block , ive tried changing the size in the code like the width n height but it doesnt change anything.... any ideas please

Gn_Snake
01-14-2011, 07:34 PM
Do not see the maximize button in full screen?
Any ideas?

I use Vb4.1

Gn_Snake
01-18-2011, 10:27 AM
Nothing?

LOGECT
01-19-2011, 03:53 AM
Do not see the maximize button in full screen?
Any ideas?

I use Vb4.1

Please send me an live url, i use the same version without any problem.

how can i make the video show in a bigger block , ive tried changing the size in the code like the width n height but it doesnt change anything.... any ideas please


You will need to find and change the following css code in your style.

element.style {
height: 363px;
width: 604px;
}

https://vborg.vbsupport.ru/external/2011/01/20.jpg

Gn_Snake
01-19-2011, 06:58 AM
Please send me an live url, i use the same version without any problem.


Yes, the section it is:
http://www.hardwaregame.it/forum/forumdisplay.php?f=138


Thanks

RK KINGKONG
01-19-2011, 06:27 PM
Which template do i edit though ? do i find this in the , edit templates section, or which css template . this is what i need to know is where exactly to find it cause im completely new to this Please send me an live url, i use the same version without any problem.



You will need to find and change the following css code in your style.

element.style {
height: 363px;
width: 604px;
}

https://vborg.vbsupport.ru/attachment.php?attachmentid=125835&stc=1&d=1295416360

Crossbow
02-17-2011, 01:23 PM
Installed and works great.

Thanks.

Eduardo Leon
02-17-2011, 02:00 PM
nice thnx ...

BlueCheri
02-19-2011, 03:24 PM
Tagged, will update soon.

Wordplay
03-10-2011, 07:07 AM
in 4.1.2 this is already implemented right?

doobiefillin
03-22-2011, 01:52 PM
not working

LOGECT
03-24-2011, 07:26 PM
It works fine in the vb 4.1.2
Live Demo (http://www.logect.com/f83/designing-uncharted-2-sketchup-16753/#post16783)

Danasy
03-25-2011, 08:24 PM
Installed and works great.

Thanks.

ZEHH
03-28-2011, 03:02 AM
New design very good ...

ND4SPD
07-14-2011, 03:38 PM
Do you have the code for their newest player?

LOGECT
07-23-2011, 08:05 AM
Do you have the code for their newest player?

The new skin is not available for developers yet.